Joomla! Version | 4.4.9 |
PHP Version | 8.1.31 |
Identity | guest |
Response | 200 |
Template | jl_kidsacademy_pro |
Database |
|
1 x afterInitialise (2.74MB) (26.68%) | 354.45ms |
1 x beforeRenderRawModule mod_breadcrumbs (Art) (1.47MB) (23.95%) | 318.17ms |
1 x afterRenderComponent com_eshop (1.45MB) (14.32%) | 190.26ms |
1 x afterRoute (673.02KB) (11.41%) | 151.62ms |
1 x afterRender (533.9KB) (10.25%) | 136.20ms |
1 x afterLoad (861.59KB) (9.38%) | 124.60ms |
1 x beforeRenderComponent com_eshop (87.88KB) (1.81%) | 24.10ms |
1 x afterRenderRawModule mod_breadcrumbs (Art) (113.66KB) (1.22%) | 16.19ms |
1 x afterDispatch (2.76KB) (0.38%) | 5.04ms |
1 x afterRenderModule mod_breadcrumbs (Art) (4.82KB) (0.31%) | 4.17ms |
1 x beforeRenderModule mod_breadcrumbs (Art) (704B) (0%) | 15μs |
SELECT @@SESSION.sql_mode;
146μs1.57KB/libraries/src/Session/MetadataManager.php:184CopySELECT `session_id`
FROM `pc0ww_session`
WHERE `session_id` = :session_id LIMIT 1
207μs1.61KBParams/libraries/src/Session/MetadataManager.php:187CopyINSERT INTO `pc0ww_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(:session_id, :guest, :time, :user_id, :username, :client_id)
599μs944BParams/libraries/src/Session/MetadataManager.php:260CopySELECT `id`,`rules`
FROM `pc0ww_viewlevels`
229μs976B/libraries/src/Access/Access.php:955CopySELECT `b`.`id`
FROM `pc0ww_usergroups` AS `a`
LEFT JOIN `pc0ww_usergroups` AS `b` ON `b`.`lft` <= `a`.`lft` AND `b`.`rgt` >= `a`.`rgt`
WHERE `a`.`id` = :guest
374μs2.27KBParams/libraries/src/Access/Access.php:868CopySELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM `pc0ww_extensions`
WHERE `enabled` = 1 AND `type` = 'plugin' AND `state` IN (0,1) AND `access` IN (:preparedArray1,:preparedArray2)
ORDER BY `ordering`
1.41ms4.3KBParams/libraries/src/Plugin/PluginHelper.php:294CopySELECT *
FROM pc0ww_rsform_config
406μs1.5KB/administrator/components/com_rsform/helpers/config.php:52CopySELECT `query`
FROM pc0ww_eshop_urls
WHERE md5_key = "de23820d6f45bb9eda1622448b50698e"
341μs856B/components/com_eshop/router.php:409CopySELECT s.id, s.template, s.home, s.title AS long_title, s.params
FROM pc0ww_template_styles AS s
WHERE s.client_id = 0 AND s.template = 'jl_kidsacademy_pro'
ORDER BY s.id
287μs2.42KB/libraries/gantry5/src/classes/Gantry/Joomla/StyleHelper.php:69CopySELECT *
FROM `pc0ww_languages`
WHERE `published` = 1
ORDER BY `ordering` ASC
224μs2.22KB/libraries/src/Language/LanguageHelper.php:142CopySET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));
87μs0B/administrator/components/com_eshop/libraries/autoload.php:74CopySELECT config_key, config_value
FROM pc0ww_eshop_configs
465μs24.88KB/components/com_eshop/helpers/helper.php:67CopySELECT a.*, b.product_name, b.product_alias, b.product_desc, b.product_short_desc, b.product_page_title, b.product_page_heading, b.product_alt_image, b.product_canoncial_link, b.meta_key, b.meta_desc, b.tab1_title, b.tab1_content, b.tab2_title, b.tab2_content, b.tab3_title, b.tab3_content, b.tab4_title, b.tab4_content, b.tab5_title, b.tab5_content
FROM pc0ww_eshop_products AS a
INNER JOIN pc0ww_eshop_productdetails AS b ON (a.id = b.product_id)
WHERE a.id = 51 AND a.published = 1 AND b.language = "en-GB" AND ((a.product_customergroups = "") OR (a.product_customergroups IS NULL) OR (a.product_customergroups = "1") OR (a.product_customergroups LIKE "1,%") OR (a.product_customergroups LIKE "%,1,%") OR (a.product_customergroups LIKE "%,1")) AND (a.product_available_date = '0000-00-00 00:00:00' OR a.product_available_date IS NULL OR a.product_available_date <= '2025-01-06 22:44:53') AND (a.product_end_date = '0000-00-00 00:00:00' OR a.product_end_date IS NULL OR a.product_end_date >= '2025-01-06 22:44:53') AND ((a.product_languages = "") OR (a.product_languages IS NULL) OR (a.product_languages = "en-GB") OR (a.product_languages LIKE "en-GB,%") OR (a.product_languages LIKE "%,en-GB,%") OR (a.product_languages LIKE "%,en-GB"))
582μs20.03KB/components/com_eshop/models/product.php:119CopySELECT *
FROM pc0ww_eshop_currencies
WHERE published = 1
160μs2.09KB/components/com_eshop/helpers/currency.php:76CopySELECT a.id, a.category_parent_id, b.category_name, b.category_alias
FROM pc0ww_eshop_categories AS a
INNER JOIN pc0ww_eshop_categorydetails AS b ON (a.id = b.category_id)
WHERE a.published = 1 AND b.language = 'en-GB' AND ((category_customergroups = "") OR (category_customergroups IS NULL) OR (category_customergroups = "1") OR (category_customergroups LIKE "1,%") OR (category_customergroups LIKE "%,1,%") OR (category_customergroups LIKE "%,1"))
259μs1.11KB/components/com_eshop/helpers/helper.php:1167CopyUPDATE pc0ww_eshop_products
SET hits = hits + 1
WHERE id = 51
623μs48B/components/com_eshop/helpers/helper.php:679CopySELECT product_manage_stock, product_stock_display, product_show_availability, product_stock_warning, product_inventory_global, product_quantity, product_threshold, product_stock_checkout, product_stock_status_id
FROM pc0ww_eshop_products
WHERE id = 51
121μs4.36KB/components/com_eshop/helpers/helper.php:2822CopySELECT a.*
FROM pc0ww_eshop_tags AS a
INNER JOIN pc0ww_eshop_producttags AS b ON (a.id = b.tag_id)
WHERE a.published = 1 AND b.product_id = 51
146μs1008B/components/com_eshop/helpers/helper.php:1928CopySELECT *
FROM pc0ww_eshop_productattachments
WHERE product_id = 51
ORDER BY ordering
127μs1.05KB/components/com_eshop/views/product/view.html.php:424CopySELECT pi.*
FROM pc0ww_eshop_productimages AS pi
WHERE product_id = 51 AND published = 1
ORDER BY pi.ordering
246μs2.05KB/components/com_eshop/helpers/helper.php:1906CopySELECT quantity, price
FROM pc0ww_eshop_productdiscounts
WHERE product_id = 51 AND published = 1 AND customergroup_id = 1 AND (date_start = '0000-00-00 00:00:00' OR date_start IS NULL OR date_start <= '2025-01-06 22:44:53') AND (date_end = '0000-00-00 00:00:00' OR date_end IS NULL OR date_end >= '2025-01-06 22:44:53') AND quantity > 1
ORDER BY priority
208μs896B/components/com_eshop/helpers/helper.php:2228CopySELECT o.id, o.option_type, o.option_image, od.option_name, od.option_desc, po.required, po.id AS product_option_id
FROM pc0ww_eshop_options AS o
INNER JOIN pc0ww_eshop_optiondetails AS od ON (o.id = od.option_id)
INNER JOIN pc0ww_eshop_productoptions AS po ON (o.id = po.option_id)
WHERE po.product_id = 51 AND od.language = 'en-GB' AND o.published = 1
ORDER BY od.option_name ASC
227μs1.17KB/components/com_eshop/helpers/helper.php:1699CopySELECT a.id, b.attributegroup_name
FROM pc0ww_eshop_attributegroups AS a
INNER JOIN pc0ww_eshop_attributegroupdetails AS b ON (a.id = b.attributegroup_id)
WHERE a.published = 1 AND b.language = 'en-GB'
ORDER BY a.ordering
191μs928B/components/com_eshop/helpers/helper.php:892CopySELECT ad.attribute_name, pad.value
FROM pc0ww_eshop_attributes AS a
INNER JOIN pc0ww_eshop_attributedetails AS ad ON (a.id = ad.attribute_id)
INNER JOIN pc0ww_eshop_productattributes AS pa ON (a.id = pa.attribute_id)
INNER JOIN pc0ww_eshop_productattributedetails AS pad ON (pa.id = pad.productattribute_id)
WHERE a.attributegroup_id = 1 AND a.published = 1 AND pa.published = 1 AND pa.product_id = 51 AND ad.language = "en-GB" AND pad.language = 'en-GB'
ORDER BY ad.attribute_name ASC
230μs896B/components/com_eshop/helpers/helper.php:955CopySELECT ad.attribute_name, pad.value
FROM pc0ww_eshop_attributes AS a
INNER JOIN pc0ww_eshop_attributedetails AS ad ON (a.id = ad.attribute_id)
INNER JOIN pc0ww_eshop_productattributes AS pa ON (a.id = pa.attribute_id)
INNER JOIN pc0ww_eshop_productattributedetails AS pad ON (pa.id = pad.productattribute_id)
WHERE a.attributegroup_id = 2 AND a.published = 1 AND pa.published = 1 AND pa.product_id = 51 AND ad.language = "en-GB" AND pad.language = 'en-GB'
ORDER BY ad.attribute_name ASC
196μs896B/components/com_eshop/helpers/helper.php:955CopySELECT p.*, pd.product_name, pd.product_alias, pd.product_desc, pd.product_short_desc, pd.product_page_title, pd.product_page_heading, pd.product_alt_image, pd.meta_key, pd.meta_desc
FROM pc0ww_eshop_products AS p
INNER JOIN pc0ww_eshop_productdetails AS pd ON (p.id = pd.product_id)
INNER JOIN pc0ww_eshop_productrelations AS pr ON (p.id = pr.related_product_id)
WHERE p.published = 1 AND pr.product_id = 51 AND pd.language = 'en-GB'
ORDER BY p.ordering
428μs8.42KB/components/com_eshop/helpers/helper.php:1496CopySELECT *
FROM pc0ww_eshop_reviews
WHERE product_id = 51 AND published = 1
141μs2.2KB/components/com_eshop/helpers/helper.php:1545CopySELECT m.id, m.manufacturer_image, m.manufacturer_email, md.manufacturer_name
FROM pc0ww_eshop_products AS p
INNER JOIN pc0ww_eshop_manufacturers AS m ON (p.manufacturer_id = m.id)
INNER JOIN pc0ww_eshop_manufacturerdetails AS md ON (m.id = md.manufacturer_id)
WHERE p.id = 51 AND md.language = 'en-GB'
162μs1008B/components/com_eshop/helpers/helper.php:1464CopySELECT a.id, b.product_id, b.product_name, b.product_page_title, pc.category_id
FROM pc0ww_eshop_products AS a
INNER JOIN pc0ww_eshop_productdetails AS b ON (a.id = b.product_id)
INNER JOIN pc0ww_eshop_productcategories AS pc ON (a.id = pc.product_id)
WHERE a.published = 1 AND pc.category_id = 22 AND b.language = 'en-GB' AND ((a.product_customergroups = "") OR (a.product_customergroups IS NULL) OR (a.product_customergroups = "1") OR (a.product_customergroups LIKE "1,%") OR (a.product_customergroups LIKE "%,1,%") OR (a.product_customergroups LIKE "%,1")) AND (a.product_available_date = '0000-00-00 00:00:00' OR a.product_available_date IS NULL OR a.product_available_date <= '2025-01-06 22:44:53') AND (a.product_end_date = '0000-00-00 00:00:00' OR a.product_end_date IS NULL OR a.product_end_date >= '2025-01-06 22:44:53') AND ((a.product_languages = "") OR (a.product_languages IS NULL) OR (a.product_languages = "en-GB") OR (a.product_languages LIKE "en-GB,%") OR (a.product_languages LIKE "%,en-GB,%") OR (a.product_languages LIKE "%,en-GB"))
ORDER BY a.ordering ASC,a.ordering
1.32ms1.3KB/components/com_eshop/helpers/helper.php:5755CopySELECT DISTINCT(label_id)
FROM pc0ww_eshop_labelelements
WHERE (element_type = "product" AND element_id = 51) OR (element_type = "manufacturer" AND element_id = (SELECT manufacturer_id FROM pc0ww_eshop_products WHERE id = 51)) OR (element_type = "category" AND element_id IN (SELECT category_id FROM pc0ww_eshop_productcategories WHERE product_id = 51))
266μs840B/components/com_eshop/helpers/helper.php:6031CopySELECT product_quantity
FROM pc0ww_eshop_products
WHERE id = 51
128μs856B/components/com_eshop/helpers/helper.php:6039CopySELECT product_manage_stock, product_stock_display, product_show_availability, product_stock_warning, product_inventory_global, product_quantity, product_threshold, product_stock_checkout, product_stock_status_id
FROM pc0ww_eshop_products
WHERE id = 51
137μs1.91KB/components/com_eshop/helpers/helper.php:2822CopySELECT product_name, product_alias
FROM pc0ww_eshop_productdetails
WHERE product_id = 50 AND language = 'en-GB'
342μs11.89KB/components/com_eshop/helpers/helper.php:5560CopySELECT id
FROM pc0ww_eshop_urls
WHERE md5_key="f30cefca83c948abb19afd2b74a7983e"
171μs856B/components/com_eshop/router.php:362CopyUPDATE pc0ww_eshop_urls
SET query="view=product&id=50&catid=22"
WHERE id = 78
503μs48B/components/com_eshop/router.php:380CopySELECT product_name, product_alias
FROM pc0ww_eshop_productdetails
WHERE product_id = 52 AND language = 'en-GB'
138μs864B/components/com_eshop/helpers/helper.php:5560CopySELECT id
FROM pc0ww_eshop_urls
WHERE md5_key="832299a030b42148aab613426486b2a7"
150μs856B/components/com_eshop/router.php:362CopyUPDATE pc0ww_eshop_urls
SET query="view=product&id=52&catid=22"
WHERE id = 80
411μs48B/components/com_eshop/router.php:380CopySELECT o.id, o.option_type, o.option_image, od.option_name, od.option_desc, po.required, po.id AS product_option_id
FROM pc0ww_eshop_options AS o
INNER JOIN pc0ww_eshop_optiondetails AS od ON (o.id = od.option_id)
INNER JOIN pc0ww_eshop_productoptions AS po ON (o.id = po.option_id)
WHERE po.product_id = 51 AND od.language = 'en-GB' AND o.published = 1
ORDER BY od.option_name ASC
219μs1.13KB/components/com_eshop/helpers/helper.php:1699CopySELECT o.id, o.option_type, o.option_image, od.option_name, od.option_desc, po.required, po.id AS product_option_id
FROM pc0ww_eshop_options AS o
INNER JOIN pc0ww_eshop_optiondetails AS od ON (o.id = od.option_id)
INNER JOIN pc0ww_eshop_productoptions AS po ON (o.id = po.option_id)
WHERE po.product_id = 51 AND od.language = 'en-GB' AND o.published = 1
ORDER BY od.option_name ASC
173μs1.17KB/components/com_eshop/helpers/helper.php:1699CopySELECT price
FROM pc0ww_eshop_productspecials
WHERE product_id = 51 AND published = 1 AND customergroup_id = 1 AND (date_start = '0000-00-00 00:00:00' OR date_start IS NULL OR date_start <= '2025-01-06 22:44:53') AND (date_end = '0000-00-00 00:00:00' OR date_end IS NULL OR date_end >= '2025-01-06 22:44:53')
ORDER BY priority LIMIT 1
181μs840B/components/com_eshop/helpers/helper.php:2271CopySELECT a.*
FROM pc0ww_eshop_discounts AS a
INNER JOIN pc0ww_eshop_discountelements AS b ON (a.id = b.discount_id)
WHERE a.published = 1 AND b.element_type = "product" AND (b.element_id = 51 OR b.element_id = 0) AND ((a.discount_customergroups = "") OR (a.discount_customergroups IS NULL) OR (a.discount_customergroups = "1") OR (a.discount_customergroups LIKE "1,%") OR (a.discount_customergroups LIKE "%,1,%") OR (a.discount_customergroups LIKE "%,1")) AND (a.discount_start_date = '0000-00-00 00:00:00' OR a.discount_start_date IS NULL OR a.discount_start_date <= '2025-01-06 22:44:53') AND (a.discount_end_date = '0000-00-00 00:00:00' OR a.discount_end_date IS NULL OR a.discount_end_date >= '2025-01-06 22:44:53')
ORDER BY a.id DESC LIMIT 1
240μs2.11KB/components/com_eshop/helpers/helper.php:2307CopySELECT a.*
FROM pc0ww_eshop_discounts AS a
INNER JOIN pc0ww_eshop_discountelements AS b ON (a.id = b.discount_id)
WHERE a.published = 1 AND ((b.element_type = "manufacturer" AND (b.element_id = (SELECT manufacturer_id FROM pc0ww_eshop_products WHERE id = 51) OR b.element_id = 0)) OR (b.element_type = "category" AND (b.element_id IN (SELECT category_id FROM pc0ww_eshop_productcategories WHERE product_id = 51) OR b.element_id = 0))) AND ((a.discount_customergroups = "") OR (a.discount_customergroups IS NULL) OR (a.discount_customergroups = "1") OR (a.discount_customergroups LIKE "1,%") OR (a.discount_customergroups LIKE "%,1,%") OR (a.discount_customergroups LIKE "%,1")) AND (a.discount_start_date = '0000-00-00 00:00:00' OR a.discount_start_date IS NULL OR a.discount_start_date <= '2025-01-06 22:44:53') AND (a.discount_end_date = '0000-00-00 00:00:00' OR a.discount_end_date IS NULL OR a.discount_end_date >= '2025-01-06 22:44:53')
ORDER BY a.id DESC LIMIT 1
315μs2.11KB/components/com_eshop/helpers/helper.php:2333CopySELECT price
FROM pc0ww_eshop_productdiscounts
WHERE product_id = 51 AND published = 1 AND customergroup_id = 1 AND (date_start = '0000-00-00 00:00:00' OR date_start IS NULL OR date_start <= '2025-01-06 22:44:53') AND (date_end = '0000-00-00 00:00:00' OR date_end IS NULL OR date_end >= '2025-01-06 22:44:53') AND quantity = 1
ORDER BY priority
156μs840B/components/com_eshop/helpers/helper.php:2189CopySELECT tr.priority, t.*
FROM pc0ww_eshop_taxrules AS tr
INNER JOIN pc0ww_eshop_taxes AS t ON (tr.tax_id = t.id)
INNER JOIN pc0ww_eshop_taxclasses AS tc ON (tr.taxclass_id = tc.id)
INNER JOIN pc0ww_eshop_taxcustomergroups AS tcg ON (t.id = tcg.tax_id)
INNER JOIN pc0ww_eshop_geozones AS gz ON (t.geozone_id = gz.id)
INNER JOIN pc0ww_eshop_geozonezones AS gzz ON (gz.id = gzz.geozone_id)
WHERE tc.published = 1 AND tr.taxclass_id = 2 AND gzz.country_id = 223 AND (gzz.zone_id = 3630 OR gzz.zone_id = 0) AND tcg.customergroup_id = 1 AND tr.based_on = 'shipping'
ORDER BY tr.priority
869μs2.11KB/components/com_eshop/helpers/tax.php:363CopySELECT tr.priority, t.*
FROM pc0ww_eshop_taxrules AS tr
INNER JOIN pc0ww_eshop_taxes AS t ON (tr.tax_id = t.id)
INNER JOIN pc0ww_eshop_taxclasses AS tc ON (tr.taxclass_id = tc.id)
INNER JOIN pc0ww_eshop_taxcustomergroups AS tcg ON (t.id = tcg.tax_id)
INNER JOIN pc0ww_eshop_geozones AS gz ON (t.geozone_id = gz.id)
INNER JOIN pc0ww_eshop_geozonezones AS gzz ON (gz.id = gzz.geozone_id)
WHERE tc.published = 1 AND tr.taxclass_id = 2 AND gzz.country_id = 223 AND (gzz.zone_id = 3630 OR gzz.zone_id = 0) AND tcg.customergroup_id = 1 AND tr.based_on = 'store'
ORDER BY tr.priority
413μs2.11KB/components/com_eshop/helpers/tax.php:363CopySELECT COUNT(*)
FROM pc0ww_eshop_categories AS a
INNER JOIN pc0ww_eshop_productcategories AS b ON (a.id = b.category_id)
WHERE b.product_id = 51 AND b.main_category = 1 AND ((a.category_cart_mode_customergroups = "") OR (a.category_cart_mode_customergroups IS NULL) OR (a.category_cart_mode_customergroups = "1") OR (a.category_cart_mode_customergroups LIKE "1,%") OR (a.category_cart_mode_customergroups LIKE "%,1,%") OR (a.category_cart_mode_customergroups LIKE "%,1"))
185μs856B/components/com_eshop/helpers/helper.php:6683CopySELECT b.params
FROM pc0ww_eshop_productcategories AS a
INNER JOIN pc0ww_eshop_categories AS b ON (a.category_id = b.id)
WHERE a.product_id = 51 AND a.main_category = 1 AND b.published = 1
147μs856B/components/com_eshop/helpers/helper.php:8269CopySELECT COUNT(*)
FROM pc0ww_eshop_categories AS a
INNER JOIN pc0ww_eshop_productcategories AS b ON (a.id = b.category_id)
WHERE b.product_id = 51 AND b.main_category = 1 AND ((a.category_cart_mode_customergroups = "") OR (a.category_cart_mode_customergroups IS NULL) OR (a.category_cart_mode_customergroups = "1") OR (a.category_cart_mode_customergroups LIKE "1,%") OR (a.category_cart_mode_customergroups LIKE "%,1,%") OR (a.category_cart_mode_customergroups LIKE "%,1"))
162μs856B/components/com_eshop/helpers/helper.php:6683CopySELECT `m`.`id`,`m`.`title`,`m`.`module`,`m`.`position`,`m`.`content`,`m`.`showtitle`,`m`.`params`,`mm`.`menuid`
FROM `pc0ww_modules` AS `m`
LEFT JOIN `pc0ww_modules_menu` AS `mm` ON `mm`.`moduleid` = `m`.`id`
LEFT JOIN `pc0ww_extensions` AS `e` ON `e`.`element` = `m`.`module` AND `e`.`client_id` = `m`.`client_id`
WHERE
(
(
(`m`.`published` = 1 AND `e`.`enabled` = 1 AND `m`.`client_id` = :clientId AND `m`.`access` IN (:preparedArray1,:preparedArray2)) AND
(`m`.`publish_up` IS NULL OR `m`.`publish_up` <= :publishUp)) AND
(`m`.`publish_down` IS NULL OR `m`.`publish_down` >= :publishDown)) AND
(`mm`.`menuid` = :itemId OR `mm`.`menuid` <= 0)
ORDER BY `m`.`position`,`m`.`ordering`
1.15ms2.31KBParams/libraries/src/Cache/Controller/CallbackController.php:120CopySELECT `a`.`menutype`,`a`.`title`
FROM `pc0ww_menu_types` AS `a`
WHERE `a`.`client_id` = 0
238μs944B/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:138CopySELECT m.id, m.alias, m.path AS route, m.level, m.parent_id
FROM pc0ww_menu AS m
WHERE m.menutype = 'mainmenu' AND m.parent_id > 0 AND m.client_id = 0 AND m.published >= 0
ORDER BY m.lft
428μs1.14KB/libraries/gantry5/src/classes/Gantry/Framework/Menu.php:791CopySELECT id
FROM pc0ww_eshop_urls
WHERE md5_key="c121bad0faf8d01e38bfa14413d97091"
364μs856B/components/com_eshop/router.php:362CopyUPDATE pc0ww_eshop_urls
SET query="view=category&id=22"
WHERE id = 15
428μs48B/components/com_eshop/router.php:380CopySELECT *
FROM pc0ww_jmap_metainfo
WHERE `linkurl` = 'https://handpaintedbytammy.com/glassware/beach-palm-trees-water-painted-on-stemless-wine-glasses-hand-painted.html'
AND `published` = 1
265μs1.16KB/plugins/system/jmap/jmap.php:819CopySELECT *
FROM pc0ww_jmap_canonicals
WHERE `linkurl` = 'https://handpaintedbytammy.com/glassware/beach-palm-trees-water-painted-on-stemless-wine-glasses-hand-painted.html'
137μs960B/plugins/system/jmap/jmap.php:921CopySELECT SUM(CASE WHEN `a`.`next_execution` <= :now THEN 1 ELSE 0 END) AS due_count,SUM(CASE WHEN `a`.`locked` IS NULL THEN 0 ELSE 1 END) AS locked_count
FROM `pc0ww_scheduler_tasks` AS `a`
WHERE `a`.`state` = 1
265μs1.68KBParams/administrator/components/com_scheduler/src/Model/TasksModel.php:466CopySELECT *
FROM pc0ww_jmap_headings
WHERE `linkurl` = 'https://handpaintedbytammy.com/glassware/beach-palm-trees-water-painted-on-stemless-wine-glasses-hand-painted.html'
210μs1.05KB/plugins/system/jmap/jmap.php:1136CopySELECT
`original_text`,
`target_text`,
`original_text_regex`,
`target_text_regex`
FROM
`pc0ww_jmap_text_replacements`
WHERE
`published` = 1
133μs1008B/plugins/system/jmap/jmap.php:509Copy