Active
Project:
Signwriter
Version:
6.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2010 at 12:43 UTC
Updated:
6 Apr 2010 at 19:14 UTC
I am doing some performance testing on a site that uses Signwriter. When I turn on the Devel query log, I see that Signwriter is calling signwriter_load_profile() 23 times in a row, and this is happening multiple times on each page load.
0.19
23
signwriter_load_profile
SELECT * FROM signwriter WHERE name = 'Primary Navigation'
I've attached a screenshot that shows a subset of the query log - the function is getting called much more than the screenshot illustrates.
| Comment | File | Size | Author |
|---|---|---|---|
| signwriter_queries.png | 87.69 KB | ebeyrent |
Comments
Comment #1
ebeyrent commentedAnyone have any thoughts on this?
Looks like it might be related to #609404: Query Optimization. Has anyone taken a look at that patch?