Query Monitor - Duplicate Queries

We found an issue with the theme using Query Monitor while optimizing overall performance.

The theme has duplicate queries:
SELECT id, name
FROM gs_layerslider
WHERE flag_hidden = 0
AND flag_deleted = 0
ORDER BY name ASC

Count: 2

Callers: Mfn_Builder_Helper::get_sliders()

Component: Parent Theme

Potential Sources
Mfn_Post_Type_Page->set_fields()
1 call
Mfn_Post_Type_Post->set_fields()
1 call


Comments

Sign In or Register to comment.