Skip to content

very slow query #1

@boomsya

Description

@boomsya

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions