Hi I recently tried to go deeper into syfmony performance...
let me point some problems that I encoutered. Timer should not be disabled on prod, if profiling is enabled. Right now i can’t get any time info from profiling (seems there is a bug that $this->data['events']['__section__'] is not set in getTotalTime()) I had problems in reading (exceptions) when other config is present where profile data is generated, than where data is read. (i.e swiftamiler config must be the same in all envs) To find bottlenecks i should be able to get stats of many requests in sum, grouped by address , at least get their "total time" / "total request count" ratio to see what is worth optimising. Enabling profiling allows gathering of data, but a stats tool is needed to find out what's going on globally. Putting some data in non-serialized manner would optimise that... memcache/apc stats would be nice, and memcache/apc query log like in doctrine (which keys have been requested) , knowledge what doctine does in cache layer whoud be valuable (but it's not concern of the profiler per se) Some more docs would be useful too, I'm unsure if I configured things properly If I'd like to help, is there a backlog for symfony profiler ? I so much look forward for Eric's presentation ... -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
