DEV Community

Discussion on: Enhanced your functional tests with Symfony (API context)

Collapse
 
vasilvestre profile image
Valentin Silvestre

Don't forget about using APP_ENV = prod, because log and db profiling can just burn your memory :)

Collapse
 
juyn profile image
Xavier Dubois 🇫🇷

Well, if you do so before running your functional tests, you won't be able to use the the MonitHeaderBundle since it's based on the same components than the profiler ;)

Collapse
 
vasilvestre profile image
Valentin Silvestre

That will require extra work but profiling performance on dev is nearly useless :/