Skip to content
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

Open
codeling opened this issue Nov 22, 2023 · 0 comments
Open

Comments

@codeling
Copy link

codeling commented Nov 22, 2023

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:

SELECT *
FROM `#__template_styles`
WHERE `client_id` = 0 AND `id` = '9'

(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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant