Query Time: 0.89 ms
SELECT `data`
FROM `veneno_session`
WHERE `session_id` = 'vbishpkskrq4vmic4mo43qfvc3'
EXPLAIN not possible on query: SELECT `data`
FROM `veneno_session`
WHERE `session_id` = 'vbishpkskrq4vmic4mo43qfvc3'
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/session/storage/database.php:44
JROOT/libraries/joomla/session/session.php:651
JROOT/libraries/joomla/session/session.php:589
JROOT/libraries/cms/application/cms.php:739
JROOT/libraries/cms/application/cms.php:131
JROOT/libraries/cms/application/site.php:63
JROOT/libraries/cms/application/cms.php:399
JROOT/libraries/joomla/factory.php:125
JROOT/index.php:48
Query Time: 0.70 ms After last query: 3.73 ms
SELECT `session_id`
FROM `veneno_session`
WHERE `session_id` = 'vbishpkskrq4vmic4mo43qfvc3'
LIMIT 0, 1
EXPLAIN not possible on query: SELECT `session_id`
FROM `veneno_session`
WHERE `session_id` = 'vbishpkskrq4vmic4mo43qfvc3' LIMIT 0, 1
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/application/cms.php:176
JROOT/libraries/cms/application/cms.php:765
JROOT/libraries/cms/application/cms.php:131
JROOT/libraries/cms/application/site.php:63
JROOT/libraries/cms/application/cms.php:399
JROOT/libraries/joomla/factory.php:125
JROOT/index.php:48
Query Time: 2.45 ms After last query: 0.18 ms
INSERT INTO `veneno_session`
(`session_id`, `client_id`, `time`)
VALUES
('vbishpkskrq4vmic4mo43qfvc3', 0, '1747575276')
EXPLAIN not possible on query: INSERT INTO `veneno_session`
(`session_id`, `client_id`, `time`) VALUES
('vbishpkskrq4vmic4mo43qfvc3', 0, '1747575276')
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/application/cms.php:208
JROOT/libraries/cms/application/cms.php:765
JROOT/libraries/cms/application/cms.php:131
JROOT/libraries/cms/application/site.php:63
JROOT/libraries/cms/application/cms.php:399
JROOT/libraries/joomla/factory.php:125
JROOT/index.php:48
Query Time: 1.04 ms After last query: 12.40 ms
SELECT b.id
FROM veneno_usergroups AS a
LEFT JOIN veneno_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1
EXPLAIN not possible on query: SELECT b.id
FROM veneno_usergroups AS a
LEFT JOIN veneno_usergroups AS b ON b.lft <= a.lft AND b.rgt >= a.rgt
WHERE a.id = 1
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/access/access.php:332
JROOT/libraries/joomla/access/access.php:401
JROOT/libraries/joomla/user/user.php:453
JROOT/libraries/cms/plugin/helper.php:296
JROOT/libraries/cms/plugin/helper.php:163
JROOT/libraries/cms/application/site.php:589
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:51
Query Time: 0.87 ms After last query: 1.04 ms
SELECT id, rules
FROM `veneno_viewlevels`
EXPLAIN not possible on query: SELECT id, rules
FROM `veneno_viewlevels`
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/access/access.php:418
JROOT/libraries/joomla/user/user.php:453
JROOT/libraries/cms/plugin/helper.php:296
JROOT/libraries/cms/plugin/helper.php:163
JROOT/libraries/cms/application/site.php:589
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:51
Query Time: 1.48 ms After last query: 15.56 ms
UPDATE `veneno_extensions`
SET `params` = '{\"mediaversion\":\"676906a25fba7ad7548c6364afffd940\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN not possible on query: UPDATE `veneno_extensions`
SET `params` = '{\"mediaversion\":\"676906a25fba7ad7548c6364afffd940\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/library/helper.php:119
JROOT/libraries/cms/version/version.php:240
JROOT/libraries/cms/version/version.php:199
JROOT/libraries/joomla/factory.php:736
JROOT/libraries/joomla/factory.php:216
JROOT/plugins/system/backup/backup.php:4
JROOT/libraries/cms/plugin/helper.php:230
JROOT/libraries/cms/plugin/helper.php:170
JROOT/libraries/cms/application/cms.php:653
JROOT/libraries/cms/application/site.php:663
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:51
Query Time: 2.26 ms After last query: 34.10 ms
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM veneno_menu AS m
LEFT JOIN veneno_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
EXPLAIN not possible on query: SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM veneno_menu AS m
LEFT JOIN veneno_extensions AS e ON m.component_id = e.extension_id
WHERE m.published = 1 AND m.parent_id > 0 AND m.client_id = 0
ORDER BY m.lft
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/menu/site.php:45
JROOT/libraries/cms/menu/menu.php:64
JROOT/libraries/cms/menu/menu.php:118
JROOT/libraries/cms/application/cms.php:424
JROOT/libraries/cms/application/site.php:272
JROOT/libraries/cms/application/site.php:438
JROOT/plugins/system/helix/core/helix.php:65
JROOT/plugins/system/helix/core/helix.php:114
JROOT/plugins/system/helix/core/helix.php:302
JROOT/plugins/system/helix/core/helix.php:290
JROOT/plugins/system/helix/core/helix.php:1592
JROOT/plugins/system/helix/helix.php:22
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:106
JROOT/libraries/cms/application/cms.php:654
JROOT/libraries/cms/application/site.php:663
JROOT/libraries/cms/application/site.php:209
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:51
Query Time: 2.07 ms After last query: 46.91 ms
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM veneno_categories as c
LEFT JOIN veneno_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM veneno_categories AS cat JOIN veneno_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND s.id=310
AND badcats.id is null
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version
ORDER BY c.lft
EXPLAIN not possible on query: SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version, CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM veneno_categories as c
LEFT JOIN veneno_categories AS s ON (s.lft <= c.lft AND s.rgt >= c.rgt) OR (s.lft > c.lft AND s.rgt < c.rgt)
LEFT JOIN (SELECT cat.id as id FROM veneno_categories AS cat JOIN veneno_categories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_content' AND parent.published != 1 GROUP BY cat.id) AS badcats ON badcats.id = c.id
WHERE (c.extension='com_content' OR c.extension='system') AND c.access IN (1,1) AND c.published = 1 AND s.id=310 AND badcats.id is null
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version
ORDER BY c.lft
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/legacy/categories/categories.php:292
JROOT/libraries/legacy/categories/categories.php:184
JROOT/components/com_content/router.php:324
JROOT/libraries/cms/router/site.php:395
JROOT/libraries/cms/router/router.php:479
JROOT/libraries/cms/router/router.php:234
JROOT/libraries/cms/router/site.php:118
JROOT/libraries/cms/application/cms.php:1089
JROOT/libraries/cms/application/site.php:763
JROOT/libraries/cms/application/site.php:215
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:51
Query Time: 1.39 ms After last query: 0.20 ms
SELECT `alias`,`catid`
FROM `veneno_content`
WHERE `id` = 310
EXPLAIN not possible on query: SELECT `alias`,`catid`
FROM `veneno_content`
WHERE `id` = 310
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_content/router.php:340
JROOT/libraries/cms/router/site.php:395
JROOT/libraries/cms/router/router.php:479
JROOT/libraries/cms/router/router.php:234
JROOT/libraries/cms/router/site.php:118
JROOT/libraries/cms/application/cms.php:1089
JROOT/libraries/cms/application/site.php:763
JROOT/libraries/cms/application/site.php:215
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:51
Query Time: 0.53 ms After last query: 3.33 ms
SELECT alias
FROM veneno_content
WHERE id=310
EXPLAIN not possible on query: SELECT alias
FROM veneno_content
WHERE id=310
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_content/router.php:112
JROOT/libraries/cms/router/site.php:483
JROOT/libraries/cms/router/site.php:452
JROOT/libraries/cms/router/router.php:280
JROOT/libraries/cms/router/site.php:134
JROOT/libraries/joomla/application/route.php:62
JROOT/plugins/system/sef/sef.php:46
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:106
JROOT/libraries/cms/application/cms.php:1098
JROOT/libraries/cms/application/site.php:763
JROOT/libraries/cms/application/site.php:215
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:51
Query Time: 3.35 ms After last query: 0.26 ms
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM veneno_categories as c
LEFT JOIN veneno_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
LEFT JOIN (SELECT cat.id as id
FROM veneno_categories AS cat JOIN veneno_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published != 1
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
AND s.id=16
AND badcats.id is null
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version
ORDER BY c.lft
EXPLAIN not possible on query: SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version, CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM veneno_categories as c
LEFT JOIN veneno_categories AS s ON (s.lft <= c.lft AND s.rgt >= c.rgt) OR (s.lft > c.lft AND s.rgt < c.rgt)
LEFT JOIN (SELECT cat.id as id FROM veneno_categories AS cat JOIN veneno_categories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_content' AND parent.published != 1 GROUP BY cat.id) AS badcats ON badcats.id = c.id
WHERE (c.extension='com_content' OR c.extension='system') AND c.access IN (1,1) AND c.published = 1 AND s.id=16 AND badcats.id is null
GROUP BY c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version
ORDER BY c.lft
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/legacy/categories/categories.php:292
JROOT/libraries/legacy/categories/categories.php:184
JROOT/components/com_content/router.php:145
JROOT/libraries/cms/router/site.php:483
JROOT/libraries/cms/router/site.php:452
JROOT/libraries/cms/router/router.php:280
JROOT/libraries/cms/router/site.php:134
JROOT/libraries/joomla/application/route.php:62
JROOT/plugins/system/sef/sef.php:46
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/libraries/joomla/application/base.php:106
JROOT/libraries/cms/application/cms.php:1098
JROOT/libraries/cms/application/site.php:763
JROOT/libraries/cms/application/site.php:215
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:51
Query Time: 0.87 ms After last query: 33.63 ms
SELECT a.rules
FROM veneno_assets AS a
WHERE (a.id = 1)
GROUP BY a.id, a.rules, a.lft
EXPLAIN not possible on query: SELECT a.rules
FROM veneno_assets AS a
WHERE (a.id = 1)
GROUP BY a.id, a.rules, a.lft
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/access/access.php:246
JROOT/libraries/joomla/user/user.php:384
JROOT/components/com_content/models/article.php:55
JROOT/libraries/legacy/model/legacy.php:439
JROOT/components/com_content/models/article.php:75
JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:394
JROOT/components/com_content/views/article/view.html.php:42
JROOT/libraries/joomla/cache/controller/view.php:96
JROOT/libraries/legacy/controller/legacy.php:686
JROOT/components/com_content/controller.php:104
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_content/content.php:38
JROOT/libraries/cms/component/helper.php:392
JROOT/libraries/cms/component/helper.php:372
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:51
Query Time: 1.88 ms After last query: 1.93 ms
SELECT b.rules
FROM veneno_assets AS a
LEFT JOIN veneno_assets AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE (a.name = 'com_content')
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
EXPLAIN not possible on query: SELECT b.rules
FROM veneno_assets AS a
LEFT JOIN veneno_assets AS b ON b.lft <= a.lft AND b.rgt >= a.rgt
WHERE (a.name = 'com_content')
GROUP BY b.id, b.rules, b.lft
ORDER BY b.lft
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/access/access.php:246
JROOT/libraries/joomla/access/access.php:107
JROOT/libraries/joomla/user/user.php:393
JROOT/components/com_content/models/article.php:55
JROOT/libraries/legacy/model/legacy.php:439
JROOT/components/com_content/models/article.php:75
JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:394
JROOT/components/com_content/views/article/view.html.php:42
JROOT/libraries/joomla/cache/controller/view.php:96
JROOT/libraries/legacy/controller/legacy.php:686
JROOT/components/com_content/controller.php:104
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_content/content.php:38
JROOT/libraries/cms/component/helper.php:392
JROOT/libraries/cms/component/helper.php:372
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:51
Query Time: 1.95 ms After last query: 0.53 ms
SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext,
CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.catid, a.created, a.created_by, a.created_by_alias,
CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM veneno_content AS a
LEFT JOIN veneno_categories AS c
on c.id = a.catid
LEFT JOIN veneno_users AS u
on u.id = a.created_by
LEFT JOIN veneno_categories as parent
ON parent.id = c.parent_id
LEFT JOIN veneno_content_rating AS v
ON a.id = v.content_id
LEFT
OUTER JOIN (SELECT cat.id as id
FROM veneno_categories AS cat JOIN veneno_categories AS parent
ON cat.lft BETWEEN parent.lft
AND parent.rgt
WHERE parent.extension = 'com_content'
AND parent.published <= 0
GROUP BY cat.id) AS badcats
ON badcats.id = c.id
WHERE a.id = 310
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-05-18 13:34:36')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-05-18 13:34:36')
AND (a.state = 1 OR a.state =2)
EXPLAIN not possible on query: SELECT a.id, a.asset_id, a.title, a.alias, a.introtext, a.fulltext, CASE WHEN badcats.id is null THEN a.state ELSE 0 END AS state, a.catid, a.created, a.created_by, a.created_by_alias, CASE WHEN a.modified = '0000-00-00 00:00:00' THEN a.created ELSE a.modified END as modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.urls, a.attribs, a.version, a.ordering, a.metakey, a.metadesc, a.access, a.hits, a.metadata, a.featured, a.language, a.xreference,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,u.name AS author,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias,ROUND(v.rating_sum / v.rating_count, 0) AS rating, v.rating_count as rating_count
FROM veneno_content AS a
LEFT JOIN veneno_categories AS c on c.id = a.catid
LEFT JOIN veneno_users AS u on u.id = a.created_by
LEFT JOIN veneno_categories as parent ON parent.id = c.parent_id
LEFT JOIN veneno_content_rating AS v ON a.id = v.content_id
LEFT OUTER JOIN (SELECT cat.id as id FROM veneno_categories AS cat JOIN veneno_categories AS parent ON cat.lft BETWEEN parent.lft AND parent.rgt WHERE parent.extension = 'com_content' AND parent.published <= 0 GROUP BY cat.id) AS badcats ON badcats.id = c.id
WHERE a.id = 310 AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-05-18 13:34:36') AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-05-18 13:34:36') AND (a.state = 1 OR a.state =2)
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_content/models/article.php:159
JROOT/plugins/system/helix/core/classes/joomla30/viewlegacy.php:394
JROOT/components/com_content/views/article/view.html.php:42
JROOT/libraries/joomla/cache/controller/view.php:96
JROOT/libraries/legacy/controller/legacy.php:686
JROOT/components/com_content/controller.php:104
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_content/content.php:38
JROOT/libraries/cms/component/helper.php:392
JROOT/libraries/cms/component/helper.php:372
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:51
Query Time: 1.20 ms After last query: 8.38 ms
SELECT `m`.`tag_id`,`t`.*
FROM `veneno_contentitem_tag_map` AS m
INNER JOIN `veneno_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article'
AND `m`.`content_item_id` = 310
AND `t`.`published` = 1
AND t.access IN (1,1)
EXPLAIN not possible on query: SELECT `m`.`tag_id`,`t`.*
FROM `veneno_contentitem_tag_map` AS m
INNER JOIN `veneno_tags` AS t ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_content.article' AND `m`.`content_item_id` = 310 AND `t`.`published` = 1 AND t.access IN (1,1)
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/cms/helper/tags.php:426
JROOT/components/com_content/views/article/view.html.php:155
JROOT/libraries/joomla/cache/controller/view.php:96
JROOT/libraries/legacy/controller/legacy.php:686
JROOT/components/com_content/controller.php:104
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_content/content.php:38
JROOT/libraries/cms/component/helper.php:392
JROOT/libraries/cms/component/helper.php:372
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:51
Query Time: 0.65 ms After last query: 17.76 ms
SELECT option_value
FROM veneno_imagerecycle_options
WHERE option_name ='queue_process_lastRun'
LIMIT 1
EXPLAIN not possible on query: SELECT option_value FROM veneno_imagerecycle_options WHERE option_name ='queue_process_lastRun' LIMIT 1
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/administrator/components/com_imagerecycle/helpers/imagerecycle.php:185
JROOT/plugins/content/imagerecycle/imagerecycle.php:61
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/components/com_content/views/article/view.html.php:160
JROOT/libraries/joomla/cache/controller/view.php:96
JROOT/libraries/legacy/controller/legacy.php:686
JROOT/components/com_content/controller.php:104
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_content/content.php:38
JROOT/libraries/cms/component/helper.php:392
JROOT/libraries/cms/component/helper.php:372
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:51
Query Time: 0.35 ms After last query: 0.09 ms
SELECT option_value
FROM veneno_imagerecycle_options
WHERE option_name ='queue_process_status'
LIMIT 1
EXPLAIN not possible on query: SELECT option_value FROM veneno_imagerecycle_options WHERE option_name ='queue_process_status' LIMIT 1
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/administrator/components/com_imagerecycle/helpers/imagerecycle.php:185
JROOT/plugins/content/imagerecycle/imagerecycle.php:62
JROOT/libraries/joomla/event/event.php:69
JROOT/libraries/joomla/event/dispatcher.php:160
JROOT/components/com_content/views/article/view.html.php:160
JROOT/libraries/joomla/cache/controller/view.php:96
JROOT/libraries/legacy/controller/legacy.php:686
JROOT/components/com_content/controller.php:104
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_content/content.php:38
JROOT/libraries/cms/component/helper.php:392
JROOT/libraries/cms/component/helper.php:372
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:51
Query Time: 1.19 ms After last query: 4.34 ms
SHOW FULL COLUMNS
FROM `veneno_content`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `veneno_content`
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/table/table.php:241
JROOT/libraries/joomla/table/table.php:162
JROOT/libraries/legacy/table/content.php:31
JROOT/libraries/joomla/table/table.php:305
JROOT/components/com_content/models/article.php:264
JROOT/components/com_content/views/article/view.html.php:176
JROOT/libraries/joomla/cache/controller/view.php:96
JROOT/libraries/legacy/controller/legacy.php:686
JROOT/components/com_content/controller.php:104
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_content/content.php:38
JROOT/libraries/cms/component/helper.php:392
JROOT/libraries/cms/component/helper.php:372
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:51
Query Time: 1.01 ms After last query: 7.88 ms
SELECT *
FROM veneno_content
WHERE `id` = '310'
EXPLAIN not possible on query: SELECT *
FROM veneno_content
WHERE `id` = '310'
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/table/table.php:728
JROOT/components/com_content/models/article.php:265
JROOT/components/com_content/views/article/view.html.php:176
JROOT/libraries/joomla/cache/controller/view.php:96
JROOT/libraries/legacy/controller/legacy.php:686
JROOT/components/com_content/controller.php:104
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_content/content.php:38
JROOT/libraries/cms/component/helper.php:392
JROOT/libraries/cms/component/helper.php:372
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:51
Query Time: 1.54 ms After last query: 0.44 ms
UPDATE veneno_content
SET `hits` = (`hits` + 1)
WHERE `id` = '310'
EXPLAIN not possible on query: UPDATE veneno_content
SET `hits` = (`hits` + 1)
WHERE `id` = '310'
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/table/table.php:1239
JROOT/components/com_content/models/article.php:266
JROOT/components/com_content/views/article/view.html.php:176
JROOT/libraries/joomla/cache/controller/view.php:96
JROOT/libraries/legacy/controller/legacy.php:686
JROOT/components/com_content/controller.php:104
JROOT/libraries/legacy/controller/legacy.php:728
JROOT/components/com_content/content.php:38
JROOT/libraries/cms/component/helper.php:392
JROOT/libraries/cms/component/helper.php:372
JROOT/libraries/cms/application/site.php:191
JROOT/libraries/cms/application/site.php:230
JROOT/libraries/cms/application/cms.php:252
JROOT/index.php:51
Query Time: 2.50 ms After last query: 56.30 ms
SHOW FULL COLUMNS
FROM `veneno_jshopping_config`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `veneno_jshopping_config`
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/table/table.php:241
JROOT/libraries/joomla/table/table.php:162
JROOT/components/com_jshopping/tables/config.php:14
JROOT/components/com_jshopping/lib/factory.php:24
JROOT/components/com_jshopping/lib/factory.php:143
JROOT/components/com_jshopping/lib/factory.php:166
JROOT/components/com_jshopping/lib/functions.php:1546
JROOT/components/com_jshopping/router.php:14
JROOT/libraries/cms/component/router/legacy.php:68
JROOT/libraries/cms/router/site.php:483
JROOT/libraries/cms/router/site.php:452
JROOT/libraries/cms/router/router.php:280
JROOT/libraries/cms/router/site.php:134
JROOT/libraries/joomla/application/route.php:62
JROOT/plugins/system/helix/core/classes/menu.php:194
JROOT/plugins/system/helix/core/classes/menu.php:580
JROOT/plugins/system/helix/core/classes/menu.php:501
JROOT/plugins/system/helix/core/classes/menu.php:532
JROOT/templates/vina_veneno/features/menu.php:65
JROOT/plugins/system/helix/core/helix.php:225
JROOT/plugins/system/helix/core/helix.php:1173
JROOT/templates/vina_veneno/index.php:32
JROOT/libraries/joomla/document/html/html.php:578
JROOT/libraries/joomla/document/html/html.php:635
JROOT/libraries/joomla/document/html/html.php:455
JROOT/libraries/cms/application/cms.php:1045
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.97 ms After last query: 2.58 ms
SELECT *
FROM veneno_jshopping_config
WHERE `id` = '1'
EXPLAIN not possible on query: SELECT *
FROM veneno_jshopping_config
WHERE `id` = '1'
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/table/table.php:728
JROOT/components/com_jshopping/lib/factory.php:30
JROOT/components/com_jshopping/lib/factory.php:143
JROOT/components/com_jshopping/lib/factory.php:166
JROOT/components/com_jshopping/lib/functions.php:1546
JROOT/components/com_jshopping/router.php:14
JROOT/libraries/cms/component/router/legacy.php:68
JROOT/libraries/cms/router/site.php:483
JROOT/libraries/cms/router/site.php:452
JROOT/libraries/cms/router/router.php:280
JROOT/libraries/cms/router/site.php:134
JROOT/libraries/joomla/application/route.php:62
JROOT/plugins/system/helix/core/classes/menu.php:194
JROOT/plugins/system/helix/core/classes/menu.php:580
JROOT/plugins/system/helix/core/classes/menu.php:501
JROOT/plugins/system/helix/core/classes/menu.php:532
JROOT/templates/vina_veneno/features/menu.php:65
JROOT/plugins/system/helix/core/helix.php:225
JROOT/plugins/system/helix/core/helix.php:1173
JROOT/templates/vina_veneno/index.php:32
JROOT/libraries/joomla/document/html/html.php:578
JROOT/libraries/joomla/document/html/html.php:635
JROOT/libraries/joomla/document/html/html.php:455
JROOT/libraries/cms/application/cms.php:1045
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 1.44 ms After last query: 1.30 ms
SHOW FULL COLUMNS
FROM `veneno_jshopping_currencies`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `veneno_jshopping_currencies`
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/table/table.php:241
JROOT/libraries/joomla/table/table.php:162
JROOT/components/com_jshopping/tables/currency.php:14
JROOT/libraries/joomla/table/table.php:305
JROOT/components/com_jshopping/lib/factory.php:600
JROOT/components/com_jshopping/lib/factory.php:548
JROOT/components/com_jshopping/tables/config.php:53
JROOT/components/com_jshopping/lib/factory.php:32
JROOT/components/com_jshopping/lib/factory.php:143
JROOT/components/com_jshopping/lib/factory.php:166
JROOT/components/com_jshopping/lib/functions.php:1546
JROOT/components/com_jshopping/router.php:14
JROOT/libraries/cms/component/router/legacy.php:68
JROOT/libraries/cms/router/site.php:483
JROOT/libraries/cms/router/site.php:452
JROOT/libraries/cms/router/router.php:280
JROOT/libraries/cms/router/site.php:134
JROOT/libraries/joomla/application/route.php:62
JROOT/plugins/system/helix/core/classes/menu.php:194
JROOT/plugins/system/helix/core/classes/menu.php:580
JROOT/plugins/system/helix/core/classes/menu.php:501
JROOT/plugins/system/helix/core/classes/menu.php:532
JROOT/templates/vina_veneno/features/menu.php:65
JROOT/plugins/system/helix/core/helix.php:225
JROOT/plugins/system/helix/core/helix.php:1173
JROOT/templates/vina_veneno/index.php:32
JROOT/libraries/joomla/document/html/html.php:578
JROOT/libraries/joomla/document/html/html.php:635
JROOT/libraries/joomla/document/html/html.php:455
JROOT/libraries/cms/application/cms.php:1045
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.77 ms After last query: 0.22 ms
SELECT currency_id, currency_name, currency_code, currency_code_iso, currency_value
FROM `veneno_jshopping_currencies`
WHERE currency_publish = '1'
ORDER BY currency_ordering
EXPLAIN not possible on query: SELECT currency_id, currency_name, currency_code, currency_code_iso, currency_value FROM `veneno_jshopping_currencies` WHERE currency_publish = '1' ORDER BY currency_ordering
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/currency.php:22
JROOT/components/com_jshopping/lib/factory.php:549
JROOT/components/com_jshopping/tables/config.php:53
JROOT/components/com_jshopping/lib/factory.php:32
JROOT/components/com_jshopping/lib/factory.php:143
JROOT/components/com_jshopping/lib/factory.php:166
JROOT/components/com_jshopping/lib/functions.php:1546
JROOT/components/com_jshopping/router.php:14
JROOT/libraries/cms/component/router/legacy.php:68
JROOT/libraries/cms/router/site.php:483
JROOT/libraries/cms/router/site.php:452
JROOT/libraries/cms/router/router.php:280
JROOT/libraries/cms/router/site.php:134
JROOT/libraries/joomla/application/route.php:62
JROOT/plugins/system/helix/core/classes/menu.php:194
JROOT/plugins/system/helix/core/classes/menu.php:580
JROOT/plugins/system/helix/core/classes/menu.php:501
JROOT/plugins/system/helix/core/classes/menu.php:532
JROOT/templates/vina_veneno/features/menu.php:65
JROOT/plugins/system/helix/core/helix.php:225
JROOT/plugins/system/helix/core/helix.php:1173
JROOT/templates/vina_veneno/index.php:32
JROOT/libraries/joomla/document/html/html.php:578
JROOT/libraries/joomla/document/html/html.php:635
JROOT/libraries/joomla/document/html/html.php:455
JROOT/libraries/cms/application/cms.php:1045
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 2.34 ms After last query: 2.90 ms
SHOW FULL COLUMNS
FROM `veneno_jshopping_users`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `veneno_jshopping_users`
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/table/table.php:241
JROOT/libraries/joomla/table/table.php:162
JROOT/components/com_jshopping/tables/usershopbase.php:14
JROOT/components/com_jshopping/tables/usershop.php:15
JROOT/components/com_jshopping/lib/factory.php:47
JROOT/components/com_jshopping/tables/config.php:67
JROOT/components/com_jshopping/tables/config.php:288
JROOT/components/com_jshopping/lib/factory.php:35
JROOT/components/com_jshopping/lib/factory.php:143
JROOT/components/com_jshopping/lib/factory.php:166
JROOT/components/com_jshopping/lib/functions.php:1546
JROOT/components/com_jshopping/router.php:14
JROOT/libraries/cms/component/router/legacy.php:68
JROOT/libraries/cms/router/site.php:483
JROOT/libraries/cms/router/site.php:452
JROOT/libraries/cms/router/router.php:280
JROOT/libraries/cms/router/site.php:134
JROOT/libraries/joomla/application/route.php:62
JROOT/plugins/system/helix/core/classes/menu.php:194
JROOT/plugins/system/helix/core/classes/menu.php:580
JROOT/plugins/system/helix/core/classes/menu.php:501
JROOT/plugins/system/helix/core/classes/menu.php:532
JROOT/templates/vina_veneno/features/menu.php:65
JROOT/plugins/system/helix/core/helix.php:225
JROOT/plugins/system/helix/core/helix.php:1173
JROOT/templates/vina_veneno/index.php:32
JROOT/libraries/joomla/document/html/html.php:578
JROOT/libraries/joomla/document/html/html.php:635
JROOT/libraries/joomla/document/html/html.php:455
JROOT/libraries/cms/application/cms.php:1045
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 2.05 ms After last query: 1.82 ms
SHOW FULL COLUMNS
FROM `veneno_jshopping_users`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `veneno_jshopping_users`
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/table/table.php:241
JROOT/libraries/joomla/table/table.php:162
JROOT/components/com_jshopping/tables/usershopbase.php:14
JROOT/components/com_jshopping/models/userguest.php:16
JROOT/components/com_jshopping/lib/factory.php:66
JROOT/components/com_jshopping/tables/config.php:71
JROOT/components/com_jshopping/tables/config.php:288
JROOT/components/com_jshopping/lib/factory.php:35
JROOT/components/com_jshopping/lib/factory.php:143
JROOT/components/com_jshopping/lib/factory.php:166
JROOT/components/com_jshopping/lib/functions.php:1546
JROOT/components/com_jshopping/router.php:14
JROOT/libraries/cms/component/router/legacy.php:68
JROOT/libraries/cms/router/site.php:483
JROOT/libraries/cms/router/site.php:452
JROOT/libraries/cms/router/router.php:280
JROOT/libraries/cms/router/site.php:134
JROOT/libraries/joomla/application/route.php:62
JROOT/plugins/system/helix/core/classes/menu.php:194
JROOT/plugins/system/helix/core/classes/menu.php:580
JROOT/plugins/system/helix/core/classes/menu.php:501
JROOT/plugins/system/helix/core/classes/menu.php:532
JROOT/templates/vina_veneno/features/menu.php:65
JROOT/plugins/system/helix/core/helix.php:225
JROOT/plugins/system/helix/core/helix.php:1173
JROOT/templates/vina_veneno/index.php:32
JROOT/libraries/joomla/document/html/html.php:578
JROOT/libraries/joomla/document/html/html.php:635
JROOT/libraries/joomla/document/html/html.php:455
JROOT/libraries/cms/application/cms.php:1045
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 1.53 ms After last query: 2.76 ms
SHOW FULL COLUMNS
FROM `veneno_jshopping_usergroups`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `veneno_jshopping_usergroups`
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/table/table.php:241
JROOT/libraries/joomla/table/table.php:162
JROOT/components/com_jshopping/tables/usergroup.php:14
JROOT/libraries/joomla/table/table.php:305
JROOT/components/com_jshopping/lib/factory.php:600
JROOT/components/com_jshopping/models/userguest.php:30
JROOT/components/com_jshopping/lib/factory.php:67
JROOT/components/com_jshopping/tables/config.php:71
JROOT/components/com_jshopping/tables/config.php:288
JROOT/components/com_jshopping/lib/factory.php:35
JROOT/components/com_jshopping/lib/factory.php:143
JROOT/components/com_jshopping/lib/factory.php:166
JROOT/components/com_jshopping/lib/functions.php:1546
JROOT/components/com_jshopping/router.php:14
JROOT/libraries/cms/component/router/legacy.php:68
JROOT/libraries/cms/router/site.php:483
JROOT/libraries/cms/router/site.php:452
JROOT/libraries/cms/router/router.php:280
JROOT/libraries/cms/router/site.php:134
JROOT/libraries/joomla/application/route.php:62
JROOT/plugins/system/helix/core/classes/menu.php:194
JROOT/plugins/system/helix/core/classes/menu.php:580
JROOT/plugins/system/helix/core/classes/menu.php:501
JROOT/plugins/system/helix/core/classes/menu.php:532
JROOT/templates/vina_veneno/features/menu.php:65
JROOT/plugins/system/helix/core/helix.php:225
JROOT/plugins/system/helix/core/helix.php:1173
JROOT/templates/vina_veneno/index.php:32
JROOT/libraries/joomla/document/html/html.php:578
JROOT/libraries/joomla/document/html/html.php:635
JROOT/libraries/joomla/document/html/html.php:455
JROOT/libraries/cms/application/cms.php:1045
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 1.40 ms After last query: 1.32 ms
SHOW FULL COLUMNS
FROM `veneno_jshopping_config_display_prices`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `veneno_jshopping_config_display_prices`
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/table/table.php:241
JROOT/libraries/joomla/table/table.php:162
JROOT/components/com_jshopping/tables/configdisplayprice.php:19
JROOT/libraries/joomla/table/table.php:305
JROOT/components/com_jshopping/lib/factory.php:600
JROOT/components/com_jshopping/tables/config.php:79
JROOT/components/com_jshopping/tables/config.php:288
JROOT/components/com_jshopping/lib/factory.php:35
JROOT/components/com_jshopping/lib/factory.php:143
JROOT/components/com_jshopping/lib/factory.php:166
JROOT/components/com_jshopping/lib/functions.php:1546
JROOT/components/com_jshopping/router.php:14
JROOT/libraries/cms/component/router/legacy.php:68
JROOT/libraries/cms/router/site.php:483
JROOT/libraries/cms/router/site.php:452
JROOT/libraries/cms/router/router.php:280
JROOT/libraries/cms/router/site.php:134
JROOT/libraries/joomla/application/route.php:62
JROOT/plugins/system/helix/core/classes/menu.php:194
JROOT/plugins/system/helix/core/classes/menu.php:580
JROOT/plugins/system/helix/core/classes/menu.php:501
JROOT/plugins/system/helix/core/classes/menu.php:532
JROOT/templates/vina_veneno/features/menu.php:65
JROOT/plugins/system/helix/core/helix.php:225
JROOT/plugins/system/helix/core/helix.php:1173
JROOT/templates/vina_veneno/index.php:32
JROOT/libraries/joomla/document/html/html.php:578
JROOT/libraries/joomla/document/html/html.php:635
JROOT/libraries/joomla/document/html/html.php:455
JROOT/libraries/cms/application/cms.php:1045
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.55 ms After last query: 0.39 ms
SELECT *
FROM `veneno_jshopping_config_display_prices`
EXPLAIN not possible on query: SELECT * FROM `veneno_jshopping_config_display_prices`
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/configdisplayprice.php:38
JROOT/components/com_jshopping/tables/config.php:80
JROOT/components/com_jshopping/tables/config.php:288
JROOT/components/com_jshopping/lib/factory.php:35
JROOT/components/com_jshopping/lib/factory.php:143
JROOT/components/com_jshopping/lib/factory.php:166
JROOT/components/com_jshopping/lib/functions.php:1546
JROOT/components/com_jshopping/router.php:14
JROOT/libraries/cms/component/router/legacy.php:68
JROOT/libraries/cms/router/site.php:483
JROOT/libraries/cms/router/site.php:452
JROOT/libraries/cms/router/router.php:280
JROOT/libraries/cms/router/site.php:134
JROOT/libraries/joomla/application/route.php:62
JROOT/plugins/system/helix/core/classes/menu.php:194
JROOT/plugins/system/helix/core/classes/menu.php:580
JROOT/plugins/system/helix/core/classes/menu.php:501
JROOT/plugins/system/helix/core/classes/menu.php:532
JROOT/templates/vina_veneno/features/menu.php:65
JROOT/plugins/system/helix/core/helix.php:225
JROOT/plugins/system/helix/core/helix.php:1173
JROOT/templates/vina_veneno/index.php:32
JROOT/libraries/joomla/document/html/html.php:578
JROOT/libraries/joomla/document/html/html.php:635
JROOT/libraries/joomla/document/html/html.php:455
JROOT/libraries/cms/application/cms.php:1045
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 1.05 ms After last query: 0.41 ms
select id,link
from veneno_menu
where `type`='component'
and published=1
and link like '%option=com_jshopping%'
and client_id=0
and (language='*' or language='vi-VN')
and access IN (1,1)
EXPLAIN not possible on query: select id,link from veneno_menu where `type`='component' and published=1 and link like '%option=com_jshopping%' and client_id=0 and (language='*' or language='vi-VN') and access IN (1,1)
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/lib/shop_item_menu.php:130
JROOT/components/com_jshopping/lib/shop_item_menu.php:41
JROOT/components/com_jshopping/lib/shop_item_menu.php:35
JROOT/components/com_jshopping/router.php:15
JROOT/libraries/cms/component/router/legacy.php:68
JROOT/libraries/cms/router/site.php:483
JROOT/libraries/cms/router/site.php:452
JROOT/libraries/cms/router/router.php:280
JROOT/libraries/cms/router/site.php:134
JROOT/libraries/joomla/application/route.php:62
JROOT/plugins/system/helix/core/classes/menu.php:194
JROOT/plugins/system/helix/core/classes/menu.php:580
JROOT/plugins/system/helix/core/classes/menu.php:501
JROOT/plugins/system/helix/core/classes/menu.php:532
JROOT/templates/vina_veneno/features/menu.php:65
JROOT/plugins/system/helix/core/helix.php:225
JROOT/plugins/system/helix/core/helix.php:1173
JROOT/templates/vina_veneno/index.php:32
JROOT/libraries/joomla/document/html/html.php:578
JROOT/libraries/joomla/document/html/html.php:635
JROOT/libraries/joomla/document/html/html.php:455
JROOT/libraries/cms/application/cms.php:1045
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 3.56 ms After last query: 46.68 ms
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM veneno_modules AS m
LEFT JOIN veneno_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN veneno_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.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-05-18 13:34:36')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-05-18 13:34:36')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 535 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
EXPLAIN not possible on query: SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM veneno_modules AS m
LEFT JOIN veneno_modules_menu AS mm ON mm.moduleid = m.id
LEFT JOIN veneno_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.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-05-18 13:34:36') AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-05-18 13:34:36') AND m.access IN (1,1) AND m.client_id = 0 AND (mm.menuid = 535 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:413
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:356
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:84
JROOT/libraries/joomla/document/html/html.php:501
JROOT/plugins/system/helix/core/helix.php:735
JROOT/plugins/system/helix/core/helix.php:351
JROOT/plugins/system/helix/core/helix.php:448
JROOT/plugins/system/helix/core/helix.php:713
JROOT/templates/vina_veneno/index.php:55
JROOT/libraries/joomla/document/html/html.php:578
JROOT/libraries/joomla/document/html/html.php:635
JROOT/libraries/joomla/document/html/html.php:455
JROOT/libraries/cms/application/cms.php:1045
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 1.85 ms After last query: 58.01 ms
SHOW FULL COLUMNS
FROM `veneno_jshopping_categories`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `veneno_jshopping_categories`
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/table/table.php:241
JROOT/libraries/joomla/table/table.php:162
JROOT/components/com_jshopping/tables/category.php:15
JROOT/libraries/joomla/table/table.php:305
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:129
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 1.08 ms After last query: 2.25 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '0'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '0' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:131
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.60 ms After last query: 1.30 ms
select category_id as id, `alias_vi-VN` as alias
from veneno_jshopping_categories
where `alias_vi-VN`!=''
EXPLAIN not possible on query: select category_id as id, `alias_vi-VN` as alias from veneno_jshopping_categories where `alias_vi-VN`!=''
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/lib/factory.php:242
JROOT/components/com_jshopping/router.php:58
JROOT/libraries/cms/component/router/legacy.php:68
JROOT/libraries/cms/router/site.php:483
JROOT/libraries/cms/router/site.php:452
JROOT/libraries/cms/router/router.php:280
JROOT/libraries/cms/router/site.php:134
JROOT/libraries/joomla/application/route.php:62
JROOT/components/com_jshopping/lib/functions.php:479
JROOT/components/com_jshopping/tables/category.php:36
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:131
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.68 ms After last query: 8.98 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '1'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '1' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.57 ms After last query: 0.23 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.74 ms After last query: 0.18 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '113'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '113' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.57 ms After last query: 0.16 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '113'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '113' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.58 ms After last query: 0.14 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '135'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '135' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.63 ms After last query: 0.17 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '135'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '135' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.61 ms After last query: 0.13 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '137'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '137' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.56 ms After last query: 0.16 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '137'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '137' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.59 ms After last query: 0.12 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '138'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '138' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.56 ms After last query: 0.18 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '138'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '138' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.62 ms After last query: 0.14 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '139'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '139' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.65 ms After last query: 0.16 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '139'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '139' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.68 ms After last query: 0.25 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '140'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '140' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.66 ms After last query: 3.38 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '140'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '140' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.61 ms After last query: 0.43 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '136'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '136' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:83
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.59 ms After last query: 0.17 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '141'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '141' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:83
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.61 ms After last query: 0.21 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '142'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '142' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:83
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.58 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '143'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '143' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:83
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.58 ms After last query: 0.18 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '144'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '144' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:83
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.55 ms After last query: 0.73 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '136'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '136' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.55 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '136'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '136' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.66 ms After last query: 0.16 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '141'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '141' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.53 ms After last query: 0.20 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '141'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '141' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.56 ms After last query: 0.14 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '142'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '142' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.55 ms After last query: 0.17 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '142'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '142' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.65 ms After last query: 0.17 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '143'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '143' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.63 ms After last query: 0.34 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '143'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '143' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.59 ms After last query: 0.18 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '144'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '144' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.56 ms After last query: 0.28 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '144'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '144' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.59 ms After last query: 0.22 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '145'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '145' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.59 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '145'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '145' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.65 ms After last query: 0.17 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '146'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '146' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.55 ms After last query: 0.22 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '146'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '146' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.56 ms After last query: 0.14 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '147'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '147' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.54 ms After last query: 0.21 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '147'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '147' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/vertical.php:97
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 2.05 ms After last query: 18.31 ms
SHOW FULL COLUMNS
FROM `veneno_jshopping_products`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `veneno_jshopping_products`
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/table/table.php:241
JROOT/libraries/joomla/table/table.php:162
JROOT/components/com_jshopping/tables/product.php:15
JROOT/libraries/joomla/table/table.php:305
JROOT/modules/mod_vina_ticker_jshopping/helper.php:73
JROOT/modules/mod_vina_ticker_jshopping/helper.php:31
JROOT/modules/mod_vina_ticker_jshopping/mod_vina_ticker_jshopping.php:31
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 8.83 ms After last query: 0.82 ms
SELECT prod.product_id, pr_cat.category_id, prod.`name_vi-VN` as name, prod.`short_description_vi-VN` as short_description, prod.product_ean, prod.image, prod.product_price, prod.currency_id, prod.product_tax_id as tax_id, prod.product_old_price, prod.product_weight, prod.average_rating, prod.reviews_count, prod.hits, prod.weight_volume_units, prod.basic_price_unit_id, prod.label_id, prod.product_manufacturer_id, prod.min_price, prod.product_quantity, prod.different_prices
FROM `veneno_jshopping_products` AS prod
INNER JOIN `veneno_jshopping_products_to_categories` AS pr_cat
ON pr_cat.product_id = prod.product_id
LEFT JOIN `veneno_jshopping_categories` AS cat
ON pr_cat.category_id = cat.category_id
WHERE prod.product_publish = '1'
AND cat.category_publish='1'
AND pr_cat.category_id IN (1)
AND prod.access IN (1,1)
AND cat.access IN (1,1)
GROUP BY prod.product_id
ORDER BY prod.hits desc
LIMIT 5
EXPLAIN not possible on query: SELECT prod.product_id, pr_cat.category_id, prod.`name_vi-VN` as name, prod.`short_description_vi-VN` as short_description, prod.product_ean, prod.image, prod.product_price, prod.currency_id, prod.product_tax_id as tax_id, prod.product_old_price, prod.product_weight, prod.average_rating, prod.reviews_count, prod.hits, prod.weight_volume_units, prod.basic_price_unit_id, prod.label_id, prod.product_manufacturer_id, prod.min_price, prod.product_quantity, prod.different_prices FROM `veneno_jshopping_products` AS prod
INNER JOIN `veneno_jshopping_products_to_categories` AS pr_cat ON pr_cat.product_id = prod.product_id
LEFT JOIN `veneno_jshopping_categories` AS cat ON pr_cat.category_id = cat.category_id
WHERE prod.product_publish = '1' AND cat.category_publish='1' AND pr_cat.category_id IN (1) AND prod.access IN (1,1) AND cat.access IN (1,1)
GROUP BY prod.product_id ORDER BY prod.hits desc LIMIT 5
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/product.php:971
JROOT/modules/mod_vina_ticker_jshopping/helper.php:88
JROOT/modules/mod_vina_ticker_jshopping/helper.php:31
JROOT/modules/mod_vina_ticker_jshopping/mod_vina_ticker_jshopping.php:31
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 1.21 ms After last query: 1.75 ms
SHOW FULL COLUMNS
FROM `veneno_jshopping_taxes`
EXPLAIN not possible on query: SHOW FULL COLUMNS FROM `veneno_jshopping_taxes`
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/libraries/joomla/table/table.php:241
JROOT/libraries/joomla/table/table.php:162
JROOT/components/com_jshopping/tables/tax.php:14
JROOT/libraries/joomla/table/table.php:305
JROOT/components/com_jshopping/lib/factory.php:600
JROOT/components/com_jshopping/lib/factory.php:342
JROOT/components/com_jshopping/lib/functions.php:645
JROOT/components/com_jshopping/tables/product.php:972
JROOT/modules/mod_vina_ticker_jshopping/helper.php:88
JROOT/modules/mod_vina_ticker_jshopping/helper.php:31
JROOT/modules/mod_vina_ticker_jshopping/mod_vina_ticker_jshopping.php:31
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.57 ms After last query: 0.33 ms
SELECT tax_id, tax_name, tax_value
FROM `veneno_jshopping_taxes`
EXPLAIN not possible on query: SELECT tax_id, tax_name, tax_value FROM `veneno_jshopping_taxes`
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/tax.php:21
JROOT/components/com_jshopping/lib/factory.php:328
JROOT/components/com_jshopping/lib/factory.php:343
JROOT/components/com_jshopping/lib/functions.php:645
JROOT/components/com_jshopping/tables/product.php:972
JROOT/modules/mod_vina_ticker_jshopping/helper.php:88
JROOT/modules/mod_vina_ticker_jshopping/helper.php:31
JROOT/modules/mod_vina_ticker_jshopping/mod_vina_ticker_jshopping.php:31
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 2.32 ms After last query: 1.57 ms
select product_id as id, `alias_vi-VN` as alias
from veneno_jshopping_products
where `alias_vi-VN`!=''
EXPLAIN not possible on query: select product_id as id, `alias_vi-VN` as alias from veneno_jshopping_products where `alias_vi-VN`!=''
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/lib/factory.php:276
JROOT/components/com_jshopping/router.php:69
JROOT/libraries/cms/component/router/legacy.php:68
JROOT/libraries/cms/router/site.php:483
JROOT/libraries/cms/router/site.php:452
JROOT/libraries/cms/router/router.php:280
JROOT/libraries/cms/router/site.php:134
JROOT/libraries/joomla/application/route.php:62
JROOT/components/com_jshopping/lib/functions.php:479
JROOT/components/com_jshopping/lib/functions.php:429
JROOT/components/com_jshopping/lib/functions.php:763
JROOT/components/com_jshopping/tables/product.php:972
JROOT/modules/mod_vina_ticker_jshopping/helper.php:88
JROOT/modules/mod_vina_ticker_jshopping/helper.php:31
JROOT/modules/mod_vina_ticker_jshopping/mod_vina_ticker_jshopping.php:31
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.80 ms After last query: 16.83 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '0'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '0' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:131
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.69 ms After last query: 2.33 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '1'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '1' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.57 ms After last query: 0.39 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.59 ms After last query: 0.28 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '113'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '113' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.48 ms After last query: 0.27 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '113'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '113' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.48 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '135'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '135' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.41 ms After last query: 0.23 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '135'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '135' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.48 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '137'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '137' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.50 ms After last query: 0.23 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '137'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '137' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.51 ms After last query: 0.27 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '138'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '138' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.75 ms After last query: 0.37 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '138'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '138' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.60 ms After last query: 0.23 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '139'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '139' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 7.97 ms After last query: 0.32 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '139'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '139' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.57 ms After last query: 0.29 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '140'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '140' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.51 ms After last query: 1.00 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '140'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '140' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.50 ms After last query: 0.90 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '136'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '136' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:83
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.54 ms After last query: 0.27 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '141'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '141' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:83
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.54 ms After last query: 0.33 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '142'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '142' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:83
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.48 ms After last query: 0.28 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '143'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '143' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:83
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.59 ms After last query: 0.30 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '144'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '144' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:83
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 4.33 ms After last query: 1.49 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '136'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '136' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.91 ms After last query: 0.30 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '136'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '136' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 1.26 ms After last query: 0.19 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '141'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '141' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.81 ms After last query: 0.50 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '141'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '141' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.67 ms After last query: 0.30 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '142'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '142' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.76 ms After last query: 0.39 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '142'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '142' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.78 ms After last query: 0.29 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '143'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '143' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.73 ms After last query: 0.29 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '143'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '143' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.59 ms After last query: 0.21 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '144'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '144' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.89 ms After last query: 0.30 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '144'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '144' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:35
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.78 ms After last query: 0.22 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '145'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '145' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.70 ms After last query: 0.28 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '145'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '145' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.73 ms After last query: 0.22 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '146'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '146' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.66 ms After last query: 0.26 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '146'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '146' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.61 ms After last query: 0.18 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '147'
AND category_publish = '1'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '147' AND category_publish = '1' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:20
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51
Query Time: 0.68 ms After last query: 0.29 ms
SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image
FROM `veneno_jshopping_categories`
WHERE category_parent_id = '147'
AND access IN (1,1)
ORDER BY category_id asc
EXPLAIN not possible on query: SELECT `name_vi-VN` as name,`description_vi-VN` as description,`short_description_vi-VN` as short_description, category_id, category_publish, ordering, category_image FROM `veneno_jshopping_categories`
WHERE category_parent_id = '147' AND access IN (1,1)
ORDER BY category_id asc
No SHOW PROFILE (maybe because there are more than 100 queries)
JROOT/components/com_jshopping/tables/category.php:34
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:71
JROOT/modules/mod_vina_cmenu_jshopping/helper.php:117
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default_items.php:21
JROOT/templates/vina_veneno/html/mod_vina_cmenu_jshopping/default.php:112
JROOT/modules/mod_vina_cmenu_jshopping/mod_vina_cmenu_jshopping.php:135
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:190
JROOT/libraries/joomla/cache/controller/callback.php:157
JROOT/plugins/system/helix/core/classes/joomla30/helper.php:590
JROOT/libraries/joomla/document/html/renderer/module.php:99
JROOT/libraries/joomla/document/html/renderer/modules.php:43
JROOT/libraries/joomla/document/html/html.php:411
JROOT/libraries/joomla/document/html/html.php:697
JROOT/libraries/joomla/document/html/html.php:477
JROOT/libraries/cms/application/cms.php:1059
JROOT/libraries/cms/application/site.php:745
JROOT/libraries/cms/application/cms.php:258
JROOT/index.php:51