How do I disable the Symfony 2 profiler bar?

前端 未结 8 1563
清酒与你
清酒与你 2021-01-30 10:29

It\'s not adding anything and it makes the page slower and I want it gone. Don\'t ask. There\'s little about the profiler on the website and nothing in the app config.

8条回答
  •  萌比男神i
    2021-01-30 10:59

    If you are worried about performance - then you should not be running under dev. Dev also limits caching and can pull in additional bundles.

    Run in prod mode and warm your cache before you run performance tests.

提交回复
热议问题