I took over the wordpress email (although this question is more about profiling in general), which has a performance issue that seems to affect only one specific area in the CMS administration section. When you try to edit one specific type of product to which a large number of attributes are attached, the page effectively causes the browser to crash in 99% of cases. I expected this to be due to MySQL queries causing a bottleneck, however, when I profiled db, I got the following results:
Total queries: 174 - Total MySQL query time: 0.11370
This suggests that the bottleneck occurs elsewhere, but I'm not sure where it might be. If I launched YSlow on the page, there is nothing sharp to explain the problem, although about 20 scripts and stylesheets are loaded, so some optimization could be done there. I'm going to include an opcode cache library that will improve PHP performance, but is there anything else I can do to try and identify the problem here? Thanks.
profiling php mysql wordpress
bsod99
source share