We have some meteor methods in our application which are not really being used. There are also few methods available both at client and server side, but are "Actually" being used only on either of the 2 ends. Question: Can these things have an impact/major impact on the overall performance of the system?
Also, will there be a major difference in performance if we use Meteor methods or Rest APIs?