Posted by heretic381 on January 19, 2013 at 11:05pm
2 followers
Jump to:
| Project: | Metatag |
| Version: | 7.x-1.0-beta2 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Issue Summary
Hi,
I tried using Meta tags on my site. I have a bunch of modules, with views, ctools, locale, i18n, Entity translation, etc...
I've noticed that my site had become really slow, on the initial http request. So I've checked queries with the debug tools. And I had two very long queries associated with ctools. The more problematic one was ctools_export:metatag_config.
I suppose this is somehow related to Meta tags module, cause the problem disappeared after disabling it.
The slow query could reach the peaks of several seconds !!!
Thanks for any suggestion, patch, etc...
Comments
#1
Can you paste more information about the query? Maybe the exact SQL from devel or your slow query log? Do we know where the load queries are being called from using a debugger?