SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `ps_country` c INNER JOIN ps_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `ps_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 1)
LEFT JOIN `ps_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC |
17.8 |
244 |
Yes |
|
/classes/Country.php:131
/modules/blocknewsletter/blocknewsletter.php:74 :undefined /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:124 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:157 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:170 /Adapter/Adapter_ServiceLocator.php:52 /classes/module/Module.php:1142 /classes/module/Module.php:1107 /classes/Hook.php:526 /classes/controller/FrontController.php:579 /controllers/front/OrderSlipController.php:51 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module, h.`live_edit`
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_module_shop` ms ON ms.`id_module` = m.`id_module`
INNER JOIN `ps_hook_module` hm ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` h ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "displayPayment" AND h.`name` != "displayPaymentEU") AND (hm.`id_shop` = 1) AND (mg.`id_shop` = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
8.6 |
219 |
Yes |
Yes |
/classes/Hook.php:355
/classes/Hook.php:440 /classes/Dispatcher.php:407 /classes/Dispatcher.php:228 /classes/Dispatcher.php:193 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_order_slip`
WHERE `id_customer` = 0
ORDER BY `date_add` DESC |
3.9 |
0 |
|
|
/classes/order/OrderSlip.php:143
/controllers/front/OrderSlipController.php:53 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
INSERT INTO `ps_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0') |
3.7 |
1 |
|
|
/classes/ObjectModel.php:487
/classes/ObjectModel.php:445 /classes/Guest.php:193 /modules/statsdata/statsdata.php:104 /modules/statsdata/statsdata.php:80 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('15331708', '33595', '59709752', '', '1', '1', '2025-03-13 22:01:08') |
2.4 |
1 |
|
|
/classes/ObjectModel.php:487
/classes/Connection.php:158 /classes/Connection.php:86 /modules/statsdata/statsdata.php:142 /modules/statsdata/statsdata.php:81 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
1.9 |
626 |
|
|
/classes/Configuration.php:148
/classes/Configuration.php:185 /classes/Configuration.php:247 /classes/shop/Shop.php:369 /config/config.inc.php:114 /index.php:27
|
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name |
1.8 |
0 |
|
|
/classes/Hook.php:131
/classes/Hook.php:445 /classes/Dispatcher.php:407 /classes/Dispatcher.php:228 /classes/Dispatcher.php:193 /index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, (
SELECT id_module
FROM `ps_module_shop` ms
WHERE m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
LIMIT 1
) as mshop
FROM `ps_module` m |
1.6 |
92 |
|
|
/classes/module/Module.php:277
/modules/posfeaturedproducts/posfeaturedproducts.php:28 :undefined /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:124 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:157 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:170 /Adapter/Adapter_ServiceLocator.php:52 /classes/module/Module.php:1142 /classes/module/Module.php:1107 /classes/Hook.php:526 /classes/controller/FrontController.php:579 /controllers/front/OrderSlipController.php:51 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_state` ORDER BY `name` ASC |
1.5 |
365 |
Yes |
|
/classes/Country.php:137
/modules/blocknewsletter/blocknewsletter.php:74 :undefined /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:124 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:157 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:170 /Adapter/Adapter_ServiceLocator.php:52 /classes/module/Module.php:1142 /classes/module/Module.php:1107 /classes/Hook.php:526 /classes/controller/FrontController.php:579 /controllers/front/OrderSlipController.php:51 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
1.2 |
221 |
|
|
/classes/module/Module.php:2141
/classes/Hook.php:499 /classes/controller/FrontController.php:579 /controllers/front/OrderSlipController.php:51 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
1.2 |
43 |
Yes |
|
/classes/Dispatcher.php:452
/classes/Dispatcher.php:228 /classes/Dispatcher.php:193 /index.php:28
|
SELECT SQL_NO_CACHE * FROM ps_pos_staticfooter AS psb
LEFT JOIN ps_pos_staticfooter_lang AS psl ON psb.id_posstaticblock = psl.id_posstaticblock
LEFT JOIN ps_pos_staticfooter_shop AS pss ON psb.id_posstaticblock = pss.id_posstaticblock
WHERE id_shop =1
AND id_lang =1
AND `hook_position` = "footer"
AND `showhook` = 1
ORDER BY `posorder` |
1 |
9 |
Yes |
|
/modules/posstaticfooter/models/Staticfooter.php:53
/modules/posstaticfooter/posstaticfooter.php:102 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "order-slip"
OR m.page = "orderslip"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.9 |
2 |
|
|
/classes/Meta.php:149
/classes/Meta.php:234 /classes/Meta.php:221 /classes/controller/FrontController.php:393 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1 |
0.7 |
1 |
|
|
/classes/Currency.php:472
/classes/Currency.php:479 /classes/module/Module.php:2283 /override/modules/blockcontact/blockcontact.php:12 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:580 /controllers/front/OrderSlipController.php:51 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1) WHERE `deleted` = 0 AND c.`active` = 1 ORDER BY `name` ASC |
0.6 |
1 |
|
|
/classes/Currency.php:231
/classes/controller/FrontController.php:453 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 15331708
AND `date_add` > '2025-03-13 21:31:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.6 |
1 |
Yes |
|
/classes/Connection.php:138
/classes/Connection.php:86 /modules/statsdata/statsdata.php:142 /modules/statsdata/statsdata.php:81 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='d1056229f58680afc3abb294ccc05cf9' AND cache_id="blocksearch-top|1|1|1|6" AND compile_id="" LIMIT 1 |
0.6 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2335 /classes/module/Module.php:2384 /modules/blocksearch/blocksearch.php:110 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:580 /controllers/front/OrderSlipController.php:51 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, (
SELECT id_module
FROM `ps_module_shop` ms
WHERE m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
LIMIT 1
) as mshop
FROM `ps_module` m |
0.6 |
92 |
|
|
/classes/module/Module.php:277
/modules/smartblog/smartblog.php:25 :undefined /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:124 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:157 /Core/Foundation/IoC/Core_Foundation_IoC_Container.php:170 /Adapter/Adapter_ServiceLocator.php:52 /classes/module/Module.php:1142 /classes/module/Module.php:1107 /classes/Hook.php:526 /classes/Dispatcher.php:407 /classes/Dispatcher.php:228 /classes/Dispatcher.php:193 /index.php:28
|
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'pcs-informatica.es' OR su.domain_ssl = 'pcs-informatica.es')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.6 |
1 |
|
|
/classes/shop/Shop.php:334
/config/config.inc.php:114 /index.php:27
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='d235de64539b58227b47fb627d49c8c8' AND cache_id="blockcontact|1|1|1|6" AND compile_id="" LIMIT 1 |
0.5 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2335 /classes/module/Module.php:2384 /override/modules/blockcontact/blockcontact.php:12 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:580 /controllers/front/OrderSlipController.php:51 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.5 |
1 |
|
|
/classes/shop/Shop.php:663
/classes/shop/Shop.php:717 /classes/Configuration.php:244 /classes/shop/Shop.php:369 /config/config.inc.php:114 /index.php:27
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='compile' LIMIT 1 |
0.5 |
1 |
|
|
/classes/SmartyCustom.php:95
/classes/SmartyCustom.php:118 /classes/module/Module.php:2335 /classes/module/Module.php:2309 /modules/posrotatorimg/posrotatorimg.php:223 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:579 /controllers/front/OrderSlipController.php:51 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_flush) as last_flush FROM `ps_smarty_last_flush` WHERE type='template' LIMIT 1 |
0.5 |
1 |
|
|
/classes/SmartyCustom.php:142
/classes/SmartyCustom.php:120 /classes/module/Module.php:2335 /classes/module/Module.php:2384 /override/modules/blockcontact/blockcontact.php:12 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:580 /controllers/front/OrderSlipController.php:51 /tools/profiling/Controller.php:220 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='cb6cebf1a2c8779bd980d9cd6a49d708' AND cache_id="blockcontactinfos|1|1|1|6" AND compile_id="" LIMIT 1 |
0.4 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2335 /classes/module/Module.php:2384 /modules/blockcontactinfos/blockcontactinfos.php:93 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='f4395a2b5c55543c049fd508c2edd212' AND cache_id="blocksocial|1|1|1|6" AND compile_id="" LIMIT 1 |
0.4 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2335 /classes/module/Module.php:2384 /modules/blocksocial/blocksocial.php:103 /classes/Hook.php:599 /classes/Hook.php:546 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='13779e5fa24768c3390a8cc039da1d9d' AND cache_id="blockcms|2|1|1|1|6" AND compile_id="" LIMIT 1 |
0.4 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2335 /classes/module/Module.php:2384 /modules/blockcms/blockcms.php:854 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='a662da1e73c933ed499147fadf472516' AND cache_id="blockmyaccountfooter|1|1|1|6" AND compile_id="" LIMIT 1 |
0.4 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2335 /classes/module/Module.php:2384 /modules/blockmyaccountfooter/blockmyaccountfooter.php:110 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.4 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Currency.php:103 /classes/Currency.php:451 /classes/Tools.php:617 /classes/controller/FrontController.php:289 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE IFNULL(left_column, default_left_column) as left_column, IFNULL(right_column, default_right_column) as right_column
FROM ps_theme t
LEFT JOIN ps_theme_meta tm ON (t.id_theme = tm.id_theme)
LEFT JOIN ps_meta m ON (m.id_meta = tm.id_meta)
WHERE t.id_theme =2 AND m.page = "order-slip" LIMIT 1 |
0.4 |
1 |
|
|
/classes/Theme.php:275
/classes/controller/FrontController.php:147 /classes/controller/Controller.php:134 /classes/Dispatcher.php:359 /index.php:28
|
SELECT SQL_NO_CACHE id_page_type
FROM ps_page_type
WHERE name = 'orderslip' LIMIT 1 |
0.4 |
1 |
|
|
/classes/Page.php:97
/classes/Page.php:52 /classes/Connection.php:150 /classes/Connection.php:86 /modules/statsdata/statsdata.php:142 /modules/statsdata/statsdata.php:81 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE UNIX_TIMESTAMP(last_update) as last_update, filepath FROM `ps_smarty_lazy_cache`
WHERE `template_hash`='b5f94e52ea04bfbd850427a5ea8ee47b' AND cache_id="blockcategories|1|1|1|6|1" AND compile_id="" LIMIT 1 |
0.4 |
1 |
|
|
/classes/SmartyCustom.php:215
/classes/SmartyCustom.php:153 /classes/SmartyCustom.php:120 /classes/module/Module.php:2335 /classes/module/Module.php:2384 /modules/blockcategories/blockcategories.php:290 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.4 |
2 |
|
|
/classes/shop/Shop.php:1067
/classes/Configuration.php:191 /classes/Configuration.php:247 /classes/shop/Shop.php:369 /config/config.inc.php:114 /index.php:27
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/ObjectModel.php:1459
/classes/Tools.php:501 /classes/controller/FrontController.php:241 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps_hook_alias` |
0.3 |
86 |
|
|
/classes/Hook.php:187
/classes/Hook.php:209 /classes/Hook.php:381 /classes/Hook.php:440 /classes/Dispatcher.php:407 /classes/Dispatcher.php:228 /classes/Dispatcher.php:193 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /config/config.inc.php:142 /index.php:27
|
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.3 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Group.php:75 /classes/Group.php:346 /classes/Cart.php:184 /classes/Cart.php:179 /classes/controller/FrontController.php:348 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl, t.id_theme, t.name, t.directory
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
LEFT JOIN ps_theme t ON (t.id_theme = s.id_theme)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.3 |
1 |
|
|
/classes/shop/Shop.php:203
/classes/shop/Shop.php:133 /classes/shop/Shop.php:397 /config/config.inc.php:114 /index.php:27
|
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Language.php:894
/classes/Language.php:992 /classes/Dispatcher.php:391 /classes/Dispatcher.php:217 /classes/Dispatcher.php:193 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.2 |
2 |
|
|
/Adapter/Adapter_EntityMapper.php:68
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Group.php:75 /classes/Group.php:346 /classes/Cart.php:184 /classes/Cart.php:179 /classes/controller/FrontController.php:348 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/Language.php:90 /config/config.inc.php:195 /index.php:27
|
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/shop/Shop.php:131 /classes/shop/Shop.php:397 /config/config.inc.php:114 /index.php:27
|
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.2 |
1 |
|
|
/classes/Language.php:777
/config/config.inc.php:139 /index.php:27
|
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.2 |
0 |
|
|
/classes/ObjectModel.php:1376
/classes/ObjectModel.php:1387 /classes/ObjectModel.php:999 /classes/ObjectModel.php:914 /classes/ObjectModel.php:246 /classes/ObjectModel.php:487 /classes/ObjectModel.php:445 /classes/Guest.php:193 /modules/statsdata/statsdata.php:104 /modules/statsdata/statsdata.php:80 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE `id_page`
FROM `ps_page`
WHERE `id_page_type` = 65 LIMIT 1 |
0.2 |
1 |
|
|
/classes/Page.php:77
/classes/Connection.php:150 /classes/Connection.php:86 /modules/statsdata/statsdata.php:142 /modules/statsdata/statsdata.php:81 /classes/Hook.php:599 /classes/Hook.php:548 /classes/controller/FrontController.php:1022 /tools/profiling/Controller.php:224 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /classes/shop/Shop.php:518 /config/config.inc.php:166 /index.php:27
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.2 |
1 |
|
|
/classes/shop/ShopUrl.php:169
/classes/shop/ShopUrl.php:183 /classes/Tools.php:314 /classes/Link.php:52 /config/config.inc.php:234 /index.php:27
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.2 |
1 |
|
|
/classes/ObjectModel.php:1459
/classes/Tools.php:621 /classes/controller/FrontController.php:289 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps_theme` a
WHERE (a.`id_theme` = 2) LIMIT 1 |
0.2 |
1 |
|
|
/Adapter/Adapter_EntityMapper.php:61
/classes/ObjectModel.php:233 /tools/profiling/ObjectModel.php:33 /config/config.inc.php:115 /index.php:27
|
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.2 |
1 |
|
|
/classes/ObjectModel.php:1459
/classes/Group.php:349 /classes/Cart.php:184 /classes/Cart.php:179 /classes/controller/FrontController.php:348 /tools/profiling/Controller.php:201 /classes/Dispatcher.php:367 /index.php:28
|