-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
hi
thanks for tricks and speed ups
i have found very heavy query:
administrator/components/com_zoo/tables/category.php
public function getAll($application_id, $published = false, $item_count = false, $user = null)
i think GROUP_CONCAT
load CPU 100% because i have 50K items at all
and column GROUP_CONCAT(DISTINCT ci.item_id) as item_ids
is very big
disabling counting items make site work as lightning but pagination disappearing at this hack
Metadata
Metadata
Assignees
Labels
No labels