Home > Back-end >  How can I make Symfony faster on MAMP?
How can I make Symfony faster on MAMP?

Time:12-02

I am working with MAMP to compile my Symfony App and to load each page I have to wait almost a minute. The live page on the server is really fast so I guess it must have something to do with MAMP? What can I do?

CodePudding user response:

Make sure that you don't have so much errors while loading the pages. You can check the console in your browser inspecter. For example you may embed incorrect link or assets.

  • Related