-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[2.0.17] Massive amount of duplicate database queries for template_styles #379
Comments
@codeling |
@joomleb In my current attempt on the starting page of our website I see 112 reports of the duplicate query as shown in my initial report, so yes, I can still replicate this. Is there anything else I can do to help here? I have little knowledge with how the Joomla templating system works or how helix-ultimate uses it (or whether the duplicate queries are even a real problem - it just seems so strange to me to do the same query so many times), so I don't really know where I could look for more information. I do have php development experience so with some guidance I might be able to find out more about whether this is something unique to our setup or a more general thing. |
@mi-prakash @ahamed |
Everyone can test a temporary fix from there: for the file:
|
@Sieger66 @mi-prakash |
@mi-prakash @ahamed |
The fix was made more than two months ago and Joomshaper doesn't even bother to respond. Wow, terrible support :( |
@mi-prakash @ahamed |
I don't think so. Joomsharp support is simply miserable. Helix is the free template from JoomShaper. The developers don't even seem to think it's worth investing a few minutes of their time to fix the error. This is very shameful for such a company. |
Steps to reproduce the issue
Use helixultimate template, set site to debug.
Expected result
Limited or no amount of duplicate database queries.
Actual result
The following query is executed 117 times:
(client_id and id are probably specific to my setup, but you get the gist)
The query is executed from plugins/system/helixultimate/src/Platform/Helper.php:54
System information (as much as possible)
Joomla 4.4.0. apache 2.4.57 on Ubuntu 23.10.
The text was updated successfully, but these errors were encountered: