Posted by ebeyrent on February 2, 2010 at 12:43pm
1 follower
Jump to:
| Project: | Signwriter |
| Version: | 6.x-2.0-beta1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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.
| Attachment | Size |
|---|---|
| signwriter_queries.png | 87.69 KB |
Comments
#1
Anyone have any thoughts on this?
Looks like it might be related to #609404: Query Optimization. Has anyone taken a look at that patch?