Tech Stuff


Tags / Slow

Symfony, performance, and High CPU usage

  • October 13, 2009
  • symfony  
  • cpu  
  • load  
  • performance  
  • slow  
  • symfony  
  • usage  

Server is slowing down, and noticing that your Symfony project is consuming enormous amount of CPU? Try this tweak:

# factories.yml
all:
  routing:
    class: sfPatternRouting
    param:
      cache: null

What it does: This config disables the …

Read more...
Powered by Hugo and Whiteplain