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 …