761 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc5.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1085,1087,1088,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1103,1105,1106,1107,1108,1109,1110,1111,1112,1113,1115,1116,1117,1118,1119,1120,1122,1123,1124,1125,1126,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1200)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute` pa35 ON (pa35.`id_product` = acp.`id_product` )
LEFT JOIN `pr_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa35.`id_product_attribute`, 0) AND sa2.id_shop = 1 AND sa2.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1085,1087,1088,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1103,1105,1106,1107,1108,1109,1110,1111,1112,1113,1115,1116,1117,1118,1119,1120,1122,1123,1124,1125,1126,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1200)
)
LEFT JOIN `pr_category_group` cg ON ( cg.`id_category` = aclink.`id_criterion_linked`) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 0 = 1, sa2.`out_of_stock` = 1)))
AND cg.`id_group` = 1
AND ac.`id_criterion_group` = 35
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
2.443
ms
|
444 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2641 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
2 |
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 `pr_configuration` c
LEFT JOIN `pr_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
2.227
ms
|
2290 |
|
|
/classes/Configuration.php:180
/classes/Configuration.php:229 (loadConfiguration)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:118 (initialize)
/index.php:28 (require)
|
454 |
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `pr_hook_module` hm
STRAIGHT_JOIN `pr_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `pr_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
1.887
ms
|
727 |
|
|
/classes/Hook.php:456
/classes/Hook.php:493 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
819 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc5.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,1252,1341,1342,1343,1344,1345,1346,1347,1348,1355,1356,1357,1358,1359,1360,1403,1404,1405,1406,1407,1408,1414,1415,1416,1417,1436,1437,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1506,1510,1511,1512,1513,1514,1524,1529,1530,1531,1532,1533)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute` pa20 ON (pa20.`id_product` = acp.`id_product` )
LEFT JOIN `pr_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa20.`id_product_attribute`, 0) AND sa2.id_shop = 1 AND sa2.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (811,812,813,814,815,816,817,818,819,820,821,822,823,824,825,826,827,828,829,830,831,832,833,834,835,836,837,838,839,840,841,842,843,844,845,846,847,848,849,850,851,852,853,854,855,856,857,858,859,860,861,862,863,864,1252,1341,1342,1343,1344,1345,1346,1347,1348,1355,1356,1357,1358,1359,1360,1403,1404,1405,1406,1407,1408,1414,1415,1416,1417,1436,1437,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1506,1510,1511,1512,1513,1514,1524,1529,1530,1531,1532,1533)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 0 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 20
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1.731
ms
|
444 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
850 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc5.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,1052,1053,1054,1232,1233,1234,1236,1240,1289,1294,1295,1296,1297,1298,1310,1311,1312,1313,1314,1315,1335,1336,1350,1395,1411,1422,1423,1428,1429,1430,1431,1432,1433,1438,1460,1461,1462,1463,1464,1465,1466,1467,1482,1483,1484,1485,1486,1487,1488,1489,1490,1502,1503,1504,1505,1508,1509,1515,1517,1518,1519,1520,1521,1522,1527,1528,1534)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute` pa19 ON (pa19.`id_product` = acp.`id_product` )
LEFT JOIN `pr_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa19.`id_product_attribute`, 0) AND sa2.id_shop = 1 AND sa2.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (611,612,613,614,615,616,617,618,619,620,621,622,623,624,625,626,627,628,629,630,631,632,633,634,635,636,637,638,639,640,641,642,643,644,645,646,647,648,649,650,651,652,653,654,655,656,657,658,659,660,661,662,663,664,665,666,667,668,669,670,671,672,673,674,675,676,677,678,679,680,681,682,683,684,685,686,687,688,689,690,691,692,693,694,695,696,697,698,699,700,701,702,703,704,705,706,707,708,709,710,711,712,713,714,715,716,717,718,719,720,721,722,723,724,725,726,727,728,729,730,731,732,733,734,735,736,737,738,739,740,741,742,743,744,745,746,747,748,749,750,751,752,753,754,755,756,757,758,759,760,761,762,763,764,765,766,767,768,769,770,771,772,773,774,775,776,777,778,779,780,781,782,783,784,785,786,787,788,789,790,791,792,793,794,795,796,797,798,799,800,801,802,803,804,805,806,807,808,809,1052,1053,1054,1232,1233,1234,1236,1240,1289,1294,1295,1296,1297,1298,1310,1311,1312,1313,1314,1315,1335,1336,1350,1395,1411,1422,1423,1428,1429,1430,1431,1432,1433,1438,1460,1461,1462,1463,1464,1465,1466,1467,1482,1483,1484,1485,1486,1487,1488,1489,1490,1502,1503,1504,1505,1508,1509,1515,1517,1518,1519,1520,1521,1522,1527,1528,1534)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 0 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 19
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1.694
ms
|
444 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
438 |
SELECT SQL_NO_CACHE p.*, ps.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.id_product_attribute AS id_product_attribute, product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend`, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(ps.`date_add`, DATE_SUB("2025-04-03 00:00:00",
INTERVAL 60 DAY)) > 0 AS new, (ps.`price` + IFNULL(product_attribute_shop.price, 0)) AS orderprice FROM `pr_pm_advancedsearch_cache_product_2` acp
JOIN `pr_product` p ON (p.`id_product` = acp.`id_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_tax_rule` tr ON (ps.`id_tax_rules_group` = tr.`id_tax_rules_group` AND tr.`id_country` = 14 AND tr.`id_state` = 0)
LEFT JOIN `pr_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN `pr_group_reduction` grc ON (grc.`id_group`=1 AND ps.`id_category_default` = grc.`id_category`)
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute_shop` product_attribute_shop
ON (
p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.`id_shop`=1
)
LEFT JOIN pr_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = IFNULL(`product_attribute_shop`.id_product_attribute, 0) AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `pr_product_lang` pl ON (p.`id_product` = pl.`id_product` AND pl.`id_lang` = 2 AND pl.id_shop = 1 )
LEFT JOIN `pr_category_lang` cl ON (ps.`id_category_default` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
LEFT JOIN `pr_image_shop` image_shop ON (image_shop.`id_product` = p.`id_product` AND image_shop.`cover`=1 AND image_shop.`id_shop`=1)
LEFT JOIN `pr_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 2)
LEFT JOIN `pr_manufacturer` m ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1))) GROUP BY ps.`id_product` ORDER BY `quantity` desc LIMIT 36,6 |
1.692
ms
|
74 |
Yes
|
Yes
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1948 (query)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
809 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc5.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,1291,1305,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1366,1367,1368,1369,1370,1371,1372,1373,1374,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1439,1440,1537,1538,1539,1541,1542,1543,1544)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute` pa14 ON (pa14.`id_product` = acp.`id_product` )
LEFT JOIN `pr_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa14.`id_product_attribute`, 0) AND sa2.id_shop = 1 AND sa2.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (463,464,465,466,467,468,469,470,471,472,473,474,475,476,477,478,479,480,481,482,483,484,485,486,487,488,489,490,491,492,493,494,495,496,497,498,499,500,501,502,503,504,505,506,1291,1305,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1366,1367,1368,1369,1370,1371,1372,1373,1374,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1439,1440,1537,1538,1539,1541,1542,1543,1544)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 0 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 14
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1.636
ms
|
444 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
803 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc5.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,1226,1227,1228,1229,1235,1237,1238,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1301,1302,1303,1304,1337,1400,1424,1523)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute` pa17 ON (pa17.`id_product` = acp.`id_product` )
LEFT JOIN `pr_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa17.`id_product_attribute`, 0) AND sa2.id_shop = 1 AND sa2.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (544,545,546,547,548,549,550,551,552,553,554,555,556,557,558,559,560,561,562,563,564,565,566,567,568,569,570,571,572,573,574,575,576,577,578,579,580,581,582,583,584,585,586,587,588,589,590,591,592,593,594,595,596,597,598,599,600,601,602,1226,1227,1228,1229,1235,1237,1238,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1301,1302,1303,1304,1337,1400,1424,1523)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 0 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 17
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1.559
ms
|
444 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
834 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc5.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,1051,1239,1292,1293,1306,1307,1421,1425,1426,1427,1507,1516,1526)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute` pa24 ON (pa24.`id_product` = acp.`id_product` )
LEFT JOIN `pr_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa24.`id_product_attribute`, 0) AND sa2.id_shop = 1 AND sa2.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (908,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,926,927,928,929,930,931,932,933,934,935,936,937,938,939,940,941,942,943,944,945,946,947,948,949,950,951,952,953,954,955,956,957,958,959,960,961,962,963,964,965,966,967,1051,1239,1292,1293,1306,1307,1421,1425,1426,1427,1507,1516,1526)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 0 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 24
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1.502
ms
|
444 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
793 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc5.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute` pa13 ON (pa13.`id_product` = acp.`id_product` )
LEFT JOIN `pr_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa13.`id_product_attribute`, 0) AND sa2.id_shop = 1 AND sa2.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (442,443,444,445,446,447,448,449,450,451,452,453,454,455,456,457,458,459,460,461,462)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 0 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 13
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1.486
ms
|
444 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
796 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc5.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,1223)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute` pa15 ON (pa15.`id_product` = acp.`id_product` )
LEFT JOIN `pr_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa15.`id_product_attribute`, 0) AND sa2.id_shop = 1 AND sa2.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (507,508,509,510,511,512,513,514,515,516,517,518,519,520,521,1223)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 0 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 15
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1.432
ms
|
444 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
799 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc5.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,1364,1365,1375)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute` pa16 ON (pa16.`id_product` = acp.`id_product` )
LEFT JOIN `pr_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa16.`id_product_attribute`, 0) AND sa2.id_shop = 1 AND sa2.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (522,523,524,525,526,527,528,529,530,531,532,533,534,535,536,537,538,539,540,541,542,543,1364,1365,1375)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 0 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 16
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1.418
ms
|
444 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
813 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc5.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (865,866,867,868,869,870,871,872,873,874,875,876,877,1050,1212,1402,1413)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute` pa21 ON (pa21.`id_product` = acp.`id_product` )
LEFT JOIN `pr_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa21.`id_product_attribute`, 0) AND sa2.id_shop = 1 AND sa2.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (865,866,867,868,869,870,871,872,873,874,875,876,877,1050,1212,1402,1413)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 0 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 21
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1.407
ms
|
444 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
806 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc5.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (603,604,605,606,607,608,609,610,1230,1231,1280,1281,1282,1283,1284,1285,1286,1287,1290)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute` pa18 ON (pa18.`id_product` = acp.`id_product` )
LEFT JOIN `pr_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa18.`id_product_attribute`, 0) AND sa2.id_shop = 1 AND sa2.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (603,604,605,606,607,608,609,610,1230,1231,1280,1281,1282,1283,1284,1285,1286,1287,1290)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 0 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 18
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1.405
ms
|
444 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
783 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc5.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,1209,1224,1225,1434)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute` pa10 ON (pa10.`id_product` = acp.`id_product` )
LEFT JOIN `pr_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa10.`id_product_attribute`, 0) AND sa2.id_shop = 1 AND sa2.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (417,418,419,420,421,422,423,424,425,426,427,428,429,430,431,1209,1224,1225,1434)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 0 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 10
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1.395
ms
|
444 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
837 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc5.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (968,969,970,971,972,973,974,975,976,977,978,979,1213,1253,1288,1308,1309)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute` pa25 ON (pa25.`id_product` = acp.`id_product` )
LEFT JOIN `pr_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa25.`id_product_attribute`, 0) AND sa2.id_shop = 1 AND sa2.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (968,969,970,971,972,973,974,975,976,977,978,979,1213,1253,1288,1308,1309)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 0 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 25
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1.388
ms
|
444 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
825 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc5.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,906,907,1409,1410,1418,1419,1420,1458,1481,1525)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute` pa23 ON (pa23.`id_product` = acp.`id_product` )
LEFT JOIN `pr_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa23.`id_product_attribute`, 0) AND sa2.id_shop = 1 AND sa2.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (878,879,880,881,882,883,884,885,886,887,888,889,890,891,892,893,894,895,896,897,898,899,900,901,902,903,904,906,907,1409,1410,1418,1419,1420,1458,1481,1525)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 0 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 23
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1.377
ms
|
444 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
828 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc5.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1339,1340)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute` pa29 ON (pa29.`id_product` = acp.`id_product` )
LEFT JOIN `pr_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa29.`id_product_attribute`, 0) AND sa2.id_shop = 1 AND sa2.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (997,998,999,1000,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011,1012,1013,1014,1015,1016,1017,1018,1339,1340)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 0 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 29
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1.351
ms
|
444 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
790 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc5.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (434,435,436,437,438,439,440,441,1210,1211,1264,1265,1266,1267,1300,1338,1396,1435)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute` pa12 ON (pa12.`id_product` = acp.`id_product` )
LEFT JOIN `pr_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa12.`id_product_attribute`, 0) AND sa2.id_shop = 1 AND sa2.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (434,435,436,437,438,439,440,441,1210,1211,1264,1265,1266,1267,1300,1338,1396,1435)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 0 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 12
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1.341
ms
|
444 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
856 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc5.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1217,1260,1351,1412)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute` pa32 ON (pa32.`id_product` = acp.`id_product` )
LEFT JOIN `pr_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa32.`id_product_attribute`, 0) AND sa2.id_shop = 1 AND sa2.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1217,1260,1351,1412)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 0 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 32
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1.336
ms
|
444 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
847 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc5.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (987,988,989,990,991,992,993,994,995,996,1349)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute` pa28 ON (pa28.`id_product` = acp.`id_product` )
LEFT JOIN `pr_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa28.`id_product_attribute`, 0) AND sa2.id_shop = 1 AND sa2.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (987,988,989,990,991,992,993,994,995,996,1349)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 0 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 28
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1.323
ms
|
444 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
453 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `pr_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `pr_hook_alias` ha
INNER JOIN `pr_hook` h ON ha.name = h.name |
1.320
ms
|
0 |
|
|
/classes/Hook.php:1292
/classes/Hook.php:225 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
768 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc5.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (405,406,407,408,409,410,411,412,413,1222,1243,1247,1316)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute` pa6 ON (pa6.`id_product` = acp.`id_product` )
LEFT JOIN `pr_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa6.`id_product_attribute`, 0) AND sa2.id_shop = 1 AND sa2.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (405,406,407,408,409,410,411,412,413,1222,1243,1247,1316)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 0 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 6
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1.314
ms
|
444 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
787 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc5.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (432,433,1261,1262,1263,1299,1536)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute` pa11 ON (pa11.`id_product` = acp.`id_product` )
LEFT JOIN `pr_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa11.`id_product_attribute`, 0) AND sa2.id_shop = 1 AND sa2.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (432,433,1261,1262,1263,1299,1536)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 0 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 11
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1.291
ms
|
444 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
831 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc5.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (1020,1021,1022,1023,1024,1025,1026,1027,1028,1459)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute` pa31 ON (pa31.`id_product` = acp.`id_product` )
LEFT JOIN `pr_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa31.`id_product_attribute`, 0) AND sa2.id_shop = 1 AND sa2.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (1020,1021,1022,1023,1024,1025,1026,1027,1028,1459)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 0 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 31
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
1.290
ms
|
444 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
19 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `pr_module` m
INNER JOIN pr_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 `pr_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `pr_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `pr_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") 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` |
1.226
ms
|
216 |
Yes
|
Yes
|
/classes/Hook.php:1233
/classes/Hook.php:735 (getAllHookRegistrations)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:48 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
550 |
SELECT SQL_NO_CACHE * FROM `pr_cart_rule` cr
LEFT JOIN `pr_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 2) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
1.110
ms
|
525 |
|
|
/classes/CartRule.php:423
/classes/Cart.php:3034 (getCustomerCartRules)
/classes/Cart.php:3418 (getDeliveryOptionList)
/classes/Cart.php:3491 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2186 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
844 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc5.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (983,984,985,986,1397)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute` pa27 ON (pa27.`id_product` = acp.`id_product` )
LEFT JOIN `pr_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa27.`id_product_attribute`, 0) AND sa2.id_shop = 1 AND sa2.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (983,984,985,986,1397)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 0 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 27
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
0.945
ms
|
370 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
769 |
SELECT SQL_NO_CACHE acp.id_product, (IF(app.`valid_id_specific_price`=1 AND app.`is_specific`=1, 1, 0) + app.`has_no_specific` + IF ((app.`from` = '0000-00-00 00:00:00' OR '2025-04-03 17:16:19' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2025-04-03 17:16:19' <= app.`to`), 1, 0) + IF (app.`id_shop` IN (0, 1), 2, 0) + IF (app.`id_currency` IN (0, 1), 4, 0) + IF (app.`id_country` IN (0, 14), 16, 0)) AS `score`
FROM `pr_pm_advancedsearch_product_price_2` app
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (app.`id_cache_product` = acp.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_tax_rule` tr ON (ps.`id_tax_rules_group` = tr.`id_tax_rules_group` AND tr.`id_country` = 14 AND tr.`id_state` = 0)
LEFT JOIN `pr_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN `pr_group_reduction` grc ON (grc.`id_group`=1 AND ps.`id_category_default` = grc.`id_category`)
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 ) WHERE ((app.`from` = '0000-00-00 00:00:00' OR '2025-04-03 17:16:19' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2025-04-03 17:16:19' <= app.`to`)) AND ((app.`valid_id_specific_price`=1 AND app.`is_specific`=1 AND app.`id_currency` IN (0, 1)) OR app.`has_no_specific`=1) AND ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1))) AND app.`id_country` IN (0, 14) AND app.`id_group` IN (0, 1) AND app.`id_shop` IN (0, 1) ORDER BY score DESC,
(
app.`price_wt` -
IF(
app.`reduction_type`='amount',
app.`reduction_amount` * IF(app.`reduction_tax`=1, 1, IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1)) / IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1),
app.`reduction_amount`
)
)
* IF(grc.`reduction` > 0, 1 - grc.`reduction`, 1) ASC LIMIT 1 |
0.860
ms
|
74 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1637 (row)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1686 (getMinIdProductSlider)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2564 (getPriceRangeForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
822 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc5.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (1048,1049)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute` pa34 ON (pa34.`id_product` = acp.`id_product` )
LEFT JOIN `pr_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa34.`id_product_attribute`, 0) AND sa2.id_shop = 1 AND sa2.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (1048,1049)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 0 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 34
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
0.849
ms
|
104 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
773 |
SELECT SQL_NO_CACHE acp.id_product, (IF(app.`valid_id_specific_price`=1 AND app.`is_specific`=1, 1, 0) + app.`has_no_specific` + IF ((app.`from` = '0000-00-00 00:00:00' OR '2025-04-03 17:16:19' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2025-04-03 17:16:19' <= app.`to`), 1, 0) + IF (app.`id_shop` IN (0, 1), 2, 0) + IF (app.`id_currency` IN (0, 1), 4, 0) + IF (app.`id_country` IN (0, 14), 16, 0)) AS `score`
FROM `pr_pm_advancedsearch_product_price_2` app
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (app.`id_cache_product` = acp.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_tax_rule` tr ON (ps.`id_tax_rules_group` = tr.`id_tax_rules_group` AND tr.`id_country` = 14 AND tr.`id_state` = 0)
LEFT JOIN `pr_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN `pr_group_reduction` grc ON (grc.`id_group`=1 AND ps.`id_category_default` = grc.`id_category`)
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 ) WHERE ((app.`from` = '0000-00-00 00:00:00' OR '2025-04-03 17:16:19' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2025-04-03 17:16:19' <= app.`to`)) AND ((app.`valid_id_specific_price`=1 AND app.`is_specific`=1 AND app.`id_currency` IN (0, 1)) OR app.`has_no_specific`=1) AND ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1))) AND app.`id_country` IN (0, 14) AND app.`id_group` IN (0, 1) AND app.`id_shop` IN (0, 1) ORDER BY score DESC,
(
app.`price_wt` -
IF(
app.`reduction_type`='amount',
app.`reduction_amount` * IF(app.`reduction_tax`=1, 1, IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1)) / IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1),
app.`reduction_amount`
)
)
* IF(grc.`reduction` > 0, 1 - grc.`reduction`, 1) DESC LIMIT 1 |
0.811
ms
|
74 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1668 (row)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1743 (getMaxIdProductSlider)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2564 (getPriceRangeForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
849 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 19
AND ac.`visible` = 1 LIMIT 1 |
0.798
ms
|
263 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
764 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (342,343,344,345,346,347,348,349,350,351,352,353,354,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,1196,1197,1201,1204,1208,1220,1241,1398,1399,1535)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (342,343,344,345,346,347,348,349,350,351,352,353,354,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,1196,1197,1201,1204,1208,1220,1241,1398,1399,1535)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF(sa1.`quantity` > 0, 1, IF(sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)))
AND (ac.`id_criterion` IN (372))
AND ac.`id_criterion_group` = 5 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
0.731
ms
|
74 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
779 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc5.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (414)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
JOIN `pr_specific_price` sp ON (
sp.`id_product` = acp.`id_product`
AND sp.`id_product_attribute`=0
AND sp.`id_group` IN (0, 1)
AND sp.`id_shop` IN (0, 1)
AND sp.`reduction` > 0
AND (
(sp.`from` = '0000-00-00 00:00:00' OR '2025-04-03 17:16:00' >= sp.`from`)
AND
(sp.`to` = '0000-00-00 00:00:00' OR '2025-04-03 17:16:00' <= sp.`to`)
)
)
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute` pa8 ON (pa8.`id_product` = acp.`id_product` )
LEFT JOIN `pr_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa8.`id_product_attribute`, 0) AND sa2.id_shop = 1 AND sa2.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (414)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 0 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 8
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
0.680
ms
|
148 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
848 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 19
AND ac.`visible` = 1 LIMIT 1 |
0.600
ms
|
263 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
816 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc5.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (1044,1045,1046,1047)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute` pa33 ON (pa33.`id_product` = acp.`id_product` )
LEFT JOIN `pr_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa33.`id_product_attribute`, 0) AND sa2.id_shop = 1 AND sa2.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (1044,1045,1046,1047)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 0 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 33
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
0.596
ms
|
296 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
437 |
SELECT SQL_NO_CACHE COUNT(DISTINCT acp.`id_product`) as total
FROM `pr_pm_advancedsearch_cache_product_2` acp
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_tax_rule` tr ON (ps.`id_tax_rules_group` = tr.`id_tax_rules_group` AND tr.`id_country` = 14 AND tr.`id_state` = 0)
LEFT JOIN `pr_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN `pr_group_reduction` grc ON (grc.`id_group`=1 AND ps.`id_category_default` = grc.`id_category`)
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1))) LIMIT 1 |
0.583
ms
|
74 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1863 (row)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:142 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
841 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc5.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (980,981,982)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute` pa26 ON (pa26.`id_product` = acp.`id_product` )
LEFT JOIN `pr_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa26.`id_product_attribute`, 0) AND sa2.id_shop = 1 AND sa2.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (980,981,982)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 0 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 26
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
0.549
ms
|
222 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
818 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 20
AND ac.`visible` = 1 LIMIT 1 |
0.542
ms
|
132 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
760 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 35
AND ac.`visible` = 1 LIMIT 1 |
0.508
ms
|
138 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2641 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
802 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 17
AND ac.`visible` = 1 LIMIT 1 |
0.490
ms
|
85 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
808 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 14
AND ac.`visible` = 1 LIMIT 1 |
0.485
ms
|
99 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
817 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 20
AND ac.`visible` = 1 LIMIT 1 |
0.442
ms
|
132 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
833 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 24
AND ac.`visible` = 1 LIMIT 1 |
0.434
ms
|
72 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
774 |
SELECT SQL_NO_CACHE app.price_wt as max_price, app.`reduction_amount`, app.`reduction_type`, app.`reduction_tax`, acp.id_product, app.id_currency, app.id_country, (IF(app.`valid_id_specific_price`=1 AND app.`is_specific`=1, 1, 0) + app.`has_no_specific` + IF ((app.`from` = '0000-00-00 00:00:00' OR '2025-04-03 17:16:19' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2025-04-03 17:16:19' <= app.`to`), 1, 0) + IF (app.`id_shop` = 1, 2, 0) + IF (app.`id_currency` = 1, 4, 0) + IF (app.`id_group` = 1, 8, 0) + IF (app.`id_country` = 14, 16, 0)) AS `score`
FROM `pr_pm_advancedsearch_product_price_2` app
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (app.`id_cache_product` = acp.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_tax_rule` tr ON (ps.`id_tax_rules_group` = tr.`id_tax_rules_group` AND tr.`id_country` = 14 AND tr.`id_state` = 0)
LEFT JOIN `pr_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN `pr_group_reduction` grc ON (grc.`id_group`=1 AND ps.`id_category_default` = grc.`id_category`)
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 ) WHERE acp.`id_product` = 7992 AND ((app.`from` = '0000-00-00 00:00:00' OR '2025-04-03 17:16:19' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2025-04-03 17:16:19' <= app.`to`)) AND ((app.`valid_id_specific_price`=1 AND app.`is_specific`=1 AND app.`id_currency` IN (0, 1)) OR app.`has_no_specific`=1) AND ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1))) AND app.`id_country` IN (0, 14) AND app.`id_group` IN (0, 1) AND app.`id_shop` IN (0, 1) ORDER BY score DESC,
(
app.`price_wt` -
IF(
app.`reduction_type`='amount',
app.`reduction_amount` * IF(app.`reduction_tax`=1, 1, IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1)) / IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1),
app.`reduction_amount`
)
)
* IF(grc.`reduction` > 0, 1 - grc.`reduction`, 1) DESC LIMIT 1 |
0.434
ms
|
2 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1757 (row)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2564 (getPriceRangeForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
770 |
SELECT SQL_NO_CACHE app.price_wt as min_price, app.`reduction_amount`, app.`reduction_type`, app.`reduction_tax`, app.id_currency, acp.id_product, app.id_country, (IF(app.`valid_id_specific_price`=1 AND app.`is_specific`=1, 1, 0) + app.`has_no_specific` + IF ((app.`from` = '0000-00-00 00:00:00' OR '2025-04-03 17:16:19' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2025-04-03 17:16:19' <= app.`to`), 1, 0) + IF (app.`id_shop` = 1, 2, 0) + IF (app.`id_currency` = 1, 4, 0) + IF (app.`id_group` = 1, 8, 0) + IF (app.`id_country` = 14, 16, 0)) AS `score`
FROM `pr_pm_advancedsearch_product_price_2` app
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (app.`id_cache_product` = acp.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_tax_rule` tr ON (ps.`id_tax_rules_group` = tr.`id_tax_rules_group` AND tr.`id_country` = 14 AND tr.`id_state` = 0)
LEFT JOIN `pr_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN `pr_group_reduction` grc ON (grc.`id_group`=1 AND ps.`id_category_default` = grc.`id_category`)
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 ) WHERE acp.`id_product` = 12169 AND ((app.`from` = '0000-00-00 00:00:00' OR '2025-04-03 17:16:19' >= app.`from`) AND (app.`to` = '0000-00-00 00:00:00' OR '2025-04-03 17:16:19' <= app.`to`)) AND ((app.`valid_id_specific_price`=1 AND app.`is_specific`=1 AND app.`id_currency` IN (0, 1)) OR app.`has_no_specific`=1) AND ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1))) AND app.`id_country` IN (0, 14) AND app.`id_group` IN (0, 1) AND app.`id_shop` IN (0, 1) ORDER BY score DESC,
(
app.`price_wt` -
IF(
app.`reduction_type`='amount',
app.`reduction_amount` * IF(app.`reduction_tax`=1, 1, IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1)) / IF(t.`rate` > 0, ((t.`rate`/100) + 1), 1),
app.`reduction_amount`
)
)
* IF(grc.`reduction` > 0, 1 - grc.`reduction`, 1) ASC LIMIT 1 |
0.425
ms
|
6 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1712 (row)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2564 (getPriceRangeForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
759 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 35
AND ac.`visible` = 1 LIMIT 1 |
0.412
ms
|
138 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2641 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
807 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 14
AND ac.`visible` = 1 LIMIT 1 |
0.406
ms
|
99 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
798 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 16
AND ac.`visible` = 1 LIMIT 1 |
0.394
ms
|
24 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
801 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 17
AND ac.`visible` = 1 LIMIT 1 |
0.390
ms
|
85 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
450 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_currency` = 1, 4, 0) + IF (`id_group` = 1, 8, 0) + IF (`id_country` = 14, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pr_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 7950) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-03 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.388
ms
|
3 |
Yes
|
|
/override/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
832 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 24
AND ac.`visible` = 1 LIMIT 1 |
0.385
ms
|
72 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
812 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 21
AND ac.`visible` = 1 LIMIT 1 |
0.382
ms
|
16 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
805 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 18
AND ac.`visible` = 1 LIMIT 1 |
0.379
ms
|
18 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
531 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-03 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM pr_product p
LEFT JOIN pr_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 2
LEFT JOIN pr_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN pr_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (7950,7951,7976,7993,7945,7952) |
0.374
ms
|
6 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:116 (prepareMultipleProductsForTemplate)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
524 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_currency` = 1, 4, 0) + IF (`id_group` = 1, 8, 0) + IF (`id_country` = 14, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pr_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 7952) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-03 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.361
ms
|
3 |
Yes
|
|
/override/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
824 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 23
AND ac.`visible` = 1 LIMIT 1 |
0.360
ms
|
36 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
498 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_currency` = 1, 4, 0) + IF (`id_group` = 1, 8, 0) + IF (`id_country` = 14, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pr_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 7993) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-03 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.356
ms
|
3 |
Yes
|
|
/override/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
797 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 16
AND ac.`visible` = 1 LIMIT 1 |
0.355
ms
|
24 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
18 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `pr_hook` h
WHERE (h.active = 1) |
0.351
ms
|
1039 |
|
|
/classes/Hook.php:1332
/classes/Hook.php:811 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:48 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
795 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 15
AND ac.`visible` = 1 LIMIT 1 |
0.351
ms
|
15 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
485 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_currency` = 1, 4, 0) + IF (`id_group` = 1, 8, 0) + IF (`id_country` = 14, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pr_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 7976) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-03 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.342
ms
|
3 |
Yes
|
|
/override/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
471 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_currency` = 1, 4, 0) + IF (`id_group` = 1, 8, 0) + IF (`id_country` = 14, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pr_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 7951) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-03 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.340
ms
|
3 |
Yes
|
|
/override/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
511 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_currency` = 1, 4, 0) + IF (`id_group` = 1, 8, 0) + IF (`id_country` = 14, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pr_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` IN (0, 7945) AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-04-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-04-03 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.337
ms
|
3 |
Yes
|
|
/override/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
786 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 11
AND ac.`visible` = 1 LIMIT 1 |
0.330
ms
|
6 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
804 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 18
AND ac.`visible` = 1 LIMIT 1 |
0.329
ms
|
18 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
782 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 10
AND ac.`visible` = 1 LIMIT 1 |
0.326
ms
|
18 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
789 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 12
AND ac.`visible` = 1 LIMIT 1 |
0.326
ms
|
17 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
823 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 23
AND ac.`visible` = 1 LIMIT 1 |
0.326
ms
|
36 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
853 |
SELECT SQL_NO_CACHE ac.*, aclink.`id_criterion_linked` , acl.id_lang, acl.icon, acl.`value`, acl.`decimal_value`, (COUNT(DISTINCT acpc5.`id_cache_product`)) AS nb_product
FROM `pr_pm_advancedsearch_criterion_2` ac USE INDEX (PRIMARY)
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc ON (
ac.`id_criterion` = acpc.`id_criterion`
AND ac.`id_criterion` IN (1019)
)
LEFT JOIN `pr_pm_advancedsearch_cache_product_2` acp ON (acp.`id_cache_product` = acpc.`id_cache_product`)
JOIN `pr_product_shop` ps ON (
ps.id_shop IN (1)
AND ps.`id_product` = acp.`id_product`
)
JOIN `pr_pm_advancedsearch_cache_product_criterion_2` acpc5 ON ( acp.`id_cache_product` = acpc5.`id_cache_product` AND acpc5.`id_criterion` IN (372))
LEFT JOIN `pr_stock_available` sa1 ON ( sa1.`id_product` = acp.`id_product` AND sa1.`id_product_attribute`=0 AND sa1.id_shop = 1 AND sa1.id_shop_group = 0 )
LEFT JOIN `pr_product_attribute` pa30 ON (pa30.`id_product` = acp.`id_product` )
LEFT JOIN `pr_stock_available` sa2 ON ( sa2.`id_product` = acp.`id_product` AND sa2.`id_product_attribute` = IFNULL(pa30.`id_product_attribute`, 0) AND sa2.id_shop = 1 AND sa2.id_shop_group = 0 )
STRAIGHT_JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (
aclink.`id_criterion` = ac.`id_criterion`
AND aclink.`id_criterion` IN (1019)
) WHERE ps.`active` = 1
AND ps.`visibility` IN ("both", "catalog")
AND (IF (sa1.`quantity` > 0, 1, IF (sa1.`out_of_stock` = 2, 0 = 1, sa1.`out_of_stock` = 1)) OR IF (sa2.`quantity` > 0,1, IF (sa2.`out_of_stock` = 2, 0 = 1, sa2.`out_of_stock` = 1)))
AND ac.`id_criterion_group` = 30
AND ac.`visible` = 1 GROUP BY ac.`id_criterion`
ORDER BY `position` ASC |
0.320
ms
|
5 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1384 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
827 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 29
AND ac.`visible` = 1 LIMIT 1 |
0.316
ms
|
23 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
855 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 32
AND ac.`visible` = 1 LIMIT 1 |
0.316
ms
|
18 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
845 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 28
AND ac.`visible` = 1 LIMIT 1 |
0.315
ms
|
10 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
767 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 6
AND ac.`visible` = 1 LIMIT 1 |
0.306
ms
|
12 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
781 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 10
AND ac.`visible` = 1 LIMIT 1 |
0.303
ms
|
18 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
21 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `pr_hook` |
0.300
ms
|
1039 |
|
|
/classes/Hook.php:1292
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:851 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:48 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
811 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 21
AND ac.`visible` = 1 LIMIT 1 |
0.300
ms
|
16 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
836 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 25
AND ac.`visible` = 1 LIMIT 1 |
0.300
ms
|
16 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
785 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 11
AND ac.`visible` = 1 LIMIT 1 |
0.299
ms
|
6 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
763 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 5 LIMIT 1 |
0.298
ms
|
72 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
854 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 32
AND ac.`visible` = 1 LIMIT 1 |
0.298
ms
|
18 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
788 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 12
AND ac.`visible` = 1 LIMIT 1 |
0.298
ms
|
17 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
830 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 31
AND ac.`visible` = 1 LIMIT 1 |
0.297
ms
|
9 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
826 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 29
AND ac.`visible` = 1 LIMIT 1 |
0.295
ms
|
23 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
846 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 28
AND ac.`visible` = 1 LIMIT 1 |
0.293
ms
|
10 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
829 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 31
AND ac.`visible` = 1 LIMIT 1 |
0.289
ms
|
9 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
549 |
SELECT SQL_NO_CACHE 1 FROM `pr_cart_rule` WHERE ((date_to >= "2025-04-03 00:00:00" AND date_to <= "2025-04-03 23:59:59") OR (date_from >= "2025-04-03 00:00:00" AND date_from <= "2025-04-03 23:59:59") OR (date_from < "2025-04-03 00:00:00" AND date_to > "2025-04-03 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.288
ms
|
663 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/Cart.php:3034 (getCustomerCartRules)
/classes/Cart.php:3418 (getDeliveryOptionList)
/classes/Cart.php:3491 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2186 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
835 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 25
AND ac.`visible` = 1 LIMIT 1 |
0.285
ms
|
16 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
766 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 6
AND ac.`visible` = 1 LIMIT 1 |
0.284
ms
|
12 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
68 |
SELECT SQL_NO_CACHE *
FROM `pr_pm_advancedsearch_seo` adss
LEFT JOIN `pr_pm_advancedsearch_seo_crosslinks` ascl ON (adss.`id_seo` = ascl.`id_seo_linked` )
LEFT JOIN `pr_pm_advancedsearch_seo_lang` adssl ON (adss.`id_seo` = adssl.`id_seo` AND adssl.`id_lang` = 2 )
WHERE ascl.`id_seo` = 1230 AND adss.`id_seo` != 1230 AND adss.`deleted` = 0
GROUP BY adss.`id_seo`
ORDER BY adss.`id_seo` |
0.284
ms
|
60 |
|
Yes
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/Seo.php:214 (query)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
843 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 27
AND ac.`visible` = 1 LIMIT 1 |
0.282
ms
|
4 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
794 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 15
AND ac.`visible` = 1 LIMIT 1 |
0.280
ms
|
15 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
842 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 27
AND ac.`visible` = 1 LIMIT 1 |
0.278
ms
|
4 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
529 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pr_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7952 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pr_cart_product` cp JOIN `pr_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pr_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7952 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.276
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
462 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pr_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7950 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pr_cart_product` cp JOIN `pr_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pr_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7950 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.268
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
503 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pr_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7993 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pr_cart_product` cp JOIN `pr_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pr_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7993 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.262
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
516 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pr_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7945 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pr_cart_product` cp JOIN `pr_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pr_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7945 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.260
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
551 |
SELECT SQL_NO_CACHE 1 FROM `pr_cart_rule` WHERE ((date_to >= "2025-04-03 00:00:00" AND date_to <= "2025-04-03 23:59:59") OR (date_from >= "2025-04-03 00:00:00" AND date_from <= "2025-04-03 23:59:59") OR (date_from < "2025-04-03 00:00:00" AND date_to > "2025-04-03 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.258
ms
|
663 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/CartRule.php:569 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
814 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 33
AND ac.`visible` = 1 LIMIT 1 |
0.258
ms
|
3 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
476 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pr_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7951 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pr_cart_product` cp JOIN `pr_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pr_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7951 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.257
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
490 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `pr_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7976 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pr_cart_product` cp JOIN `pr_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pr_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7976 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.254
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
815 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 33
AND ac.`visible` = 1 LIMIT 1 |
0.252
ms
|
3 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1354 |
SELECT SQL_NO_CACHE ac.id_ets_abancart_campaign
FROM `pr_ets_abancart_campaign` ac
LEFT JOIN `pr_ets_abancart_campaign_country` `cc` ON cc.id_ets_abancart_campaign = ac.id_ets_abancart_campaign
LEFT JOIN `pr_ets_abancart_campaign_with_lang` `cl` ON cl.id_ets_abancart_campaign = ac.id_ets_abancart_campaign AND cl.id_lang=2
LEFT JOIN `pr_ets_abancart_campaign_group` `acg` ON ac.id_ets_abancart_campaign = acg.id_ets_abancart_campaign
LEFT JOIN `pr_group_shop` `gs` ON gs.id_group = acg.id_group AND gs.id_shop = 1
WHERE (ac.id_shop = 1) AND (ac.enabled = 1 AND ac.deleted = 0) AND (IF(ac.is_all_lang != 1, cl.id_ets_abancart_campaign is NOT NULL AND cl.id_lang=2, 1)) AND (ac.campaign_type != 'email') AND (ac.campaign_type != 'customer') AND (IF(ac.min_total_cart is NOT NULL AND ac.has_product_in_cart = 1, ac.min_total_cart <= 0, 1) AND IF(ac.max_total_cart is NOT NULL AND ac.has_product_in_cart = 1, ac.max_total_cart >= 0, 1)) AND (IF(ac.available_from is NOT NULL, ac.available_from <= '2025-04-03', 1) AND IF(ac.available_to is NOT NULL, ac.available_to >= '2025-04-03', 1)) AND (IF(ac.has_applied_voucher = 'both' OR (ac.has_applied_voucher = 'yes' AND 0 > 0) OR (ac.has_applied_voucher = 'no' AND 0 = 0), 1, 0)) AND (IF(ac.has_product_in_cart = 1, 0, 1)) AND (acg.id_group = 1) AND (ac.is_all_country = 1 OR cc.id_country = -1 OR cc.id_country=14)
GROUP BY ac.id_ets_abancart_campaign |
0.251
ms
|
4 |
|
Yes
|
/modules/ets_abandonedcart/classes/EtsAbancartCampaign.php:407
/modules/ets_abandonedcart/ets_abandonedcart.php:914 (getCampaignsFrontEnd)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
821 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 34
AND ac.`visible` = 1 LIMIT 1 |
0.243
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
840 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 26
AND ac.`visible` = 1 LIMIT 1 |
0.242
ms
|
2 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
820 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 34
AND ac.`visible` = 1 LIMIT 1 |
0.241
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
792 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 13
AND ac.`visible` = 1 LIMIT 1 |
0.238
ms
|
20 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
839 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 26
AND ac.`visible` = 1 LIMIT 1 |
0.235
ms
|
2 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
463 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pr_feature_product pf
LEFT JOIN pr_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN pr_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pr_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN pr_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7950
ORDER BY f.position ASC |
0.233
ms
|
3 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1 |
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 pr_shop_group gs
LEFT JOIN pr_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN pr_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.229
ms
|
7 |
Yes
|
|
/classes/shop/Shop.php:715
/classes/shop/Shop.php:774 (cacheShops)
/classes/Configuration.php:299 (getShops)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:118 (initialize)
/index.php:28 (require)
|
517 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pr_feature_product pf
LEFT JOIN pr_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN pr_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pr_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN pr_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7945
ORDER BY f.position ASC |
0.227
ms
|
3 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
27 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pr_module` m
LEFT JOIN `pr_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.226
ms
|
108 |
|
|
/classes/module/Module.php:345
/modules/auction/auction.php:55 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:48 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
1454 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pr_product_attribute` pa
INNER JOIN pr_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `pr_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pr_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `pr_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7950) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.222
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:172 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:311 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
477 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pr_feature_product pf
LEFT JOIN pr_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN pr_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pr_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN pr_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7951
ORDER BY f.position ASC |
0.220
ms
|
3 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
25 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pr_module` m
LEFT JOIN `pr_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.214
ms
|
108 |
|
|
/classes/module/Module.php:345
/modules/cookiesplus/cookiesplus.php:51 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:48 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
504 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pr_feature_product pf
LEFT JOIN pr_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN pr_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pr_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN pr_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7993
ORDER BY f.position ASC |
0.213
ms
|
2 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
29 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `pr_meta` m
LEFT JOIN `pr_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.212
ms
|
45 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:48 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
1251 |
SELECT SQL_NO_CACHE * FROM `pr_cart_rule` cr
LEFT JOIN `pr_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" |
0.207
ms
|
1 |
|
|
/classes/CartRule.php:423
/classes/CartRule.php:569 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
762 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 5 LIMIT 1 |
0.205
ms
|
72 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
41 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pr_module` m
LEFT JOIN `pr_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.202
ms
|
108 |
|
|
/classes/module/Module.php:345
/modules/ps_eventbus/ps_eventbus.php:204 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:29 (dispatch)
|
791 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 13
AND ac.`visible` = 1 LIMIT 1 |
0.201
ms
|
20 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
862 |
SELECT SQL_NO_CACHE * FROM `pr_cart_rule` cr
LEFT JOIN `pr_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" |
0.198
ms
|
1 |
|
|
/classes/CartRule.php:423
/classes/CartRule.php:569 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1534 |
SELECT SQL_NO_CACHE p.*,pl.*,r.*,rl.name,a.* FROM `pr_ets_sc_shipping_rule` r
INNER JOIN `pr_ets_sc_action_rule` a ON (r.id_ets_sc_shipping_rule = a.id_ets_sc_shipping_rule)
INNER JOIN `pr_ets_sc_promote_rule` p ON (r.id_ets_sc_shipping_rule = p.id_ets_sc_shipping_rule AND (p.position_to_display LIKE "%displayLeftColumn%" OR p.position_to_display="all") )
LEFT JOIN `pr_ets_sc_promote_rule_lang` pl ON (p.id_ets_sc_promote_rule = pl.id_ets_sc_promote_rule AND pl.id_lang="2")
LEFT JOIN `pr_ets_sc_shipping_rule_lang` rl ON (r.id_ets_sc_shipping_rule=rl.id_ets_sc_shipping_rule AND rl.id_lang="2")
WHERE r.active=1 AND p.enabled=1 AND r.id_shop = "1" |
0.198
ms
|
1 |
|
|
/modules/ets_shippingcost/classes/ets_sc_shipping_rule.php:1585
/modules/ets_shippingcost/ets_shippingcost.php:623 (getPromoteDiscountRulesByPosition)
/modules/ets_shippingcost/ets_shippingcost.php:714 (displayPromoteDiscountRule)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
469 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7951) AND (b.`id_shop` = 1) LIMIT 1 |
0.198
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:30 (getProductLink)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
755 |
SELECT SQL_NO_CACHE acg.*, acgl.*
FROM `pr_pm_advancedsearch_criterion_group_2` acg
LEFT JOIN `pr_pm_advancedsearch_criterion_group_2_lang` acgl ON (acg.`id_criterion_group` = acgl.`id_criterion_group` AND acgl.`id_lang` = 2 )
WHERE acg.`id_search` = 2
ORDER BY `position` |
0.197
ms
|
32 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/CriterionGroup.php:251 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2402 (getCriterionsGroupsFromIdSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
491 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pr_feature_product pf
LEFT JOIN pr_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN pr_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pr_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN pr_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7976
ORDER BY f.position ASC |
0.197
ms
|
3 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
522 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7952) AND (b.`id_shop` = 1) LIMIT 1 |
0.197
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:30 (getProductLink)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
530 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pr_feature_product pf
LEFT JOIN pr_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 2)
LEFT JOIN pr_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN pr_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
INNER JOIN pr_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7952
ORDER BY f.position ASC |
0.197
ms
|
3 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1496 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pr_product_attribute` pa
INNER JOIN pr_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `pr_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pr_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `pr_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7952) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.191
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:172 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:311 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
483 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7976) AND (b.`id_shop` = 1) LIMIT 1 |
0.190
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:30 (getProductLink)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1373 |
SELECT SQL_NO_CACHE p.*,pl.*,r.*,rl.name,a.* FROM `pr_ets_sc_shipping_rule` r
INNER JOIN `pr_ets_sc_action_rule` a ON (r.id_ets_sc_shipping_rule = a.id_ets_sc_shipping_rule)
INNER JOIN `pr_ets_sc_promote_rule` p ON (r.id_ets_sc_shipping_rule = p.id_ets_sc_shipping_rule AND (p.position_to_display LIKE "%displayBeforeLeftColumn%" OR p.position_to_display="all") )
LEFT JOIN `pr_ets_sc_promote_rule_lang` pl ON (p.id_ets_sc_promote_rule = pl.id_ets_sc_promote_rule AND pl.id_lang="2")
LEFT JOIN `pr_ets_sc_shipping_rule_lang` rl ON (r.id_ets_sc_shipping_rule=rl.id_ets_sc_shipping_rule AND rl.id_lang="2")
WHERE r.active=1 AND p.enabled=1 AND r.id_shop = "1" |
0.190
ms
|
1 |
|
|
/modules/ets_shippingcost/classes/ets_sc_shipping_rule.php:1585
/modules/ets_shippingcost/ets_shippingcost.php:623 (getPromoteDiscountRulesByPosition)
/modules/ets_shippingcost/ets_shippingcost.php:718 (displayPromoteDiscountRule)
/modules/ets_shippingcost/ets_shippingcost.php:691 (hookDisplayLeftColumnBefore)
/modules/ets_shippingcost/ets_shippingcost.php:661 (_header)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
509 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7945) AND (b.`id_shop` = 1) LIMIT 1 |
0.187
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:30 (getProductLink)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM pr_shop_url su
LEFT JOIN pr_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'feederland.it' OR su.domain_ssl = 'feederland.it')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.186
ms
|
7 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:118 (initialize)
/index.php:28 (require)
|
541 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7993) AND (b.`id_shop` = 1) LIMIT 1 |
0.186
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:116 (prepareMultipleProductsForTemplate)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1480 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pr_product_attribute` pa
INNER JOIN pr_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `pr_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pr_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `pr_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7993) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.186
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:172 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:311 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1462 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pr_product_attribute` pa
INNER JOIN pr_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `pr_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pr_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `pr_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7951) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.184
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:172 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:311 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
552 |
SELECT SQL_NO_CACHE * FROM `pr_cart_rule` cr
LEFT JOIN `pr_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" |
0.183
ms
|
1 |
|
|
/classes/CartRule.php:423
/classes/CartRule.php:569 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
22 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pr_module` m
LEFT JOIN `pr_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.182
ms
|
108 |
|
|
/classes/module/Module.php:345
/modules/ph_simpleblog/ph_simpleblog.php:135 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:48 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
1470 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pr_product_attribute` pa
INNER JOIN pr_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `pr_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pr_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `pr_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7976) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.182
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:172 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:311 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1414 |
SELECT SQL_NO_CACHE p.*,pl.*,r.*,rl.name,a.* FROM `pr_ets_sc_shipping_rule` r
INNER JOIN `pr_ets_sc_action_rule` a ON (r.id_ets_sc_shipping_rule = a.id_ets_sc_shipping_rule)
INNER JOIN `pr_ets_sc_promote_rule` p ON (r.id_ets_sc_shipping_rule = p.id_ets_sc_shipping_rule AND (p.position_to_display LIKE "%displayNav1%" OR p.position_to_display="all") )
LEFT JOIN `pr_ets_sc_promote_rule_lang` pl ON (p.id_ets_sc_promote_rule = pl.id_ets_sc_promote_rule AND pl.id_lang="2")
LEFT JOIN `pr_ets_sc_shipping_rule_lang` rl ON (r.id_ets_sc_shipping_rule=rl.id_ets_sc_shipping_rule AND rl.id_lang="2")
WHERE r.active=1 AND p.enabled=1 AND r.id_shop = "1" |
0.181
ms
|
1 |
|
|
/modules/ets_shippingcost/classes/ets_sc_shipping_rule.php:1585
/modules/ets_shippingcost/ets_shippingcost.php:623 (getPromoteDiscountRulesByPosition)
/modules/ets_shippingcost/ets_shippingcost.php:752 (displayPromoteDiscountRule)
/classes/Hook.php:1043 (hookDisplayNav1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
47 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pr_module` m
LEFT JOIN `pr_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.181
ms
|
108 |
|
|
/classes/module/Module.php:345
/modules/iqitthemeeditor/iqitthemeeditor.php:40 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:507 (exec)
/index.php:29 (dispatch)
|
1488 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pr_product_attribute` pa
INNER JOIN pr_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `pr_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pr_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pr_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2)
JOIN `pr_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7945) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.177
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4520
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:172 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:311 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
24 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pr_module` m
LEFT JOIN `pr_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.176
ms
|
108 |
|
|
/classes/module/Module.php:345
/modules/pm_advancedsearch4/classes/Core.php:66 (__construct)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:169 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:48 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
455 |
SELECT SQL_NO_CACHE tr.*
FROM `pr_tax_rule` tr
JOIN `pr_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 14
AND tr.`id_tax_rules_group` = 21
AND tr.`id_state` IN (0, 0)
AND ('02-672' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '02-672')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.174
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
532 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pr_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 7950
ORDER BY `position` |
0.174
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:53 (getImages)
/override/classes/Product.php:29 (coreGetImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:116 (prepareMultipleProductsForTemplate)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1499 |
SELECT SQL_NO_CACHE p.*,pl.*,r.*,rl.name,a.* FROM `pr_ets_sc_shipping_rule` r
INNER JOIN `pr_ets_sc_action_rule` a ON (r.id_ets_sc_shipping_rule = a.id_ets_sc_shipping_rule)
INNER JOIN `pr_ets_sc_promote_rule` p ON (r.id_ets_sc_shipping_rule = p.id_ets_sc_shipping_rule AND (p.position_to_display LIKE "%displayFooterCategory%" OR p.position_to_display="all") )
LEFT JOIN `pr_ets_sc_promote_rule_lang` pl ON (p.id_ets_sc_promote_rule = pl.id_ets_sc_promote_rule AND pl.id_lang="2")
LEFT JOIN `pr_ets_sc_shipping_rule_lang` rl ON (r.id_ets_sc_shipping_rule=rl.id_ets_sc_shipping_rule AND rl.id_lang="2")
WHERE r.active=1 AND p.enabled=1 AND r.id_shop = "1" |
0.172
ms
|
1 |
|
|
/modules/ets_shippingcost/classes/ets_sc_shipping_rule.php:1585
/modules/ets_shippingcost/ets_shippingcost.php:623 (getPromoteDiscountRulesByPosition)
/modules/ets_shippingcost/ets_shippingcost.php:748 (displayPromoteDiscountRule)
/classes/Hook.php:1043 (hookDisplayFooterCategory)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:301 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
26 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pr_module` m
LEFT JOIN `pr_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.170
ms
|
108 |
|
|
/classes/module/Module.php:345
/modules/ets_abandonedcart/ets_abandonedcart.php:90 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:48 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
1410 |
SELECT SQL_NO_CACHE p.*,pl.*,r.*,rl.name,a.* FROM `pr_ets_sc_shipping_rule` r
INNER JOIN `pr_ets_sc_action_rule` a ON (r.id_ets_sc_shipping_rule = a.id_ets_sc_shipping_rule)
INNER JOIN `pr_ets_sc_promote_rule` p ON (r.id_ets_sc_shipping_rule = p.id_ets_sc_shipping_rule AND p.way_to_promote="display_highlight_bar" )
LEFT JOIN `pr_ets_sc_promote_rule_lang` pl ON (p.id_ets_sc_promote_rule = pl.id_ets_sc_promote_rule AND pl.id_lang="2")
LEFT JOIN `pr_ets_sc_shipping_rule_lang` rl ON (r.id_ets_sc_shipping_rule=rl.id_ets_sc_shipping_rule AND rl.id_lang="2")
WHERE r.active=1 AND p.enabled=1 AND r.id_shop = "1" |
0.166
ms
|
1 |
|
|
/modules/ets_shippingcost/classes/ets_sc_shipping_rule.php:1585
/modules/ets_shippingcost/ets_shippingcost.php:623 (getPromoteDiscountRulesByPosition)
/modules/ets_shippingcost/ets_shippingcost.php:706 (displayPromoteDiscountRule)
/classes/Hook.php:1043 (hookDisplayBanner)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:75 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
38 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pr_module` m
LEFT JOIN `pr_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.165
ms
|
108 |
|
|
/classes/module/Module.php:345
/modules/ets_seo/ets_seo.php:130 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:29 (dispatch)
|
539 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pr_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 7976
ORDER BY `position` |
0.163
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:53 (getImages)
/override/classes/Product.php:29 (coreGetImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:116 (prepareMultipleProductsForTemplate)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1535 |
SELECT SQL_NO_CACHE p.*,pl.*,r.*,rl.name,a.* FROM `pr_ets_sc_shipping_rule` r
INNER JOIN `pr_ets_sc_action_rule` a ON (r.id_ets_sc_shipping_rule = a.id_ets_sc_shipping_rule)
INNER JOIN `pr_ets_sc_promote_rule` p ON (r.id_ets_sc_shipping_rule = p.id_ets_sc_shipping_rule AND (p.position_to_display LIKE "%displayFooterBefore%" OR p.position_to_display="all") )
LEFT JOIN `pr_ets_sc_promote_rule_lang` pl ON (p.id_ets_sc_promote_rule = pl.id_ets_sc_promote_rule AND pl.id_lang="2")
LEFT JOIN `pr_ets_sc_shipping_rule_lang` rl ON (r.id_ets_sc_shipping_rule=rl.id_ets_sc_shipping_rule AND rl.id_lang="2")
WHERE r.active=1 AND p.enabled=1 AND r.id_shop = "1" |
0.163
ms
|
1 |
|
|
/modules/ets_shippingcost/classes/ets_sc_shipping_rule.php:1585
/modules/ets_shippingcost/ets_shippingcost.php:623 (getPromoteDiscountRulesByPosition)
/modules/ets_shippingcost/ets_shippingcost.php:756 (displayPromoteDiscountRule)
/classes/Hook.php:1043 (hookDisplayFooterBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e4/c5/55/e4c5557a60205d19d9e4d7184e3f52d4ab53b829_2.file.footer-2.tpl.php:94 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e4/c5/55/e4c5557a60205d19d9e4d7184e3f52d4ab53b829_2.file.footer-2.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e336c24_69780439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/95/31/db/9531db4d121a6e4f271d4b9825614c61629616a5_2.file.footer.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e32ce31_71481616)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:531 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:149 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
778 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 8
AND ac.`visible` = 1 LIMIT 1 |
0.162
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
451 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pr_product` p
INNER JOIN `pr_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pr_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 7950) |
0.162
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
537 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pr_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 7951
ORDER BY `position` |
0.162
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:53 (getImages)
/override/classes/Product.php:29 (coreGetImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:116 (prepareMultipleProductsForTemplate)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
544 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pr_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 7945
ORDER BY `position` |
0.160
ms
|
2 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:53 (getImages)
/override/classes/Product.php:29 (coreGetImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:116 (prepareMultipleProductsForTemplate)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1540 |
SELECT SQL_NO_CACHE p.*,pl.*,r.*,rl.name,a.* FROM `pr_ets_sc_shipping_rule` r
INNER JOIN `pr_ets_sc_action_rule` a ON (r.id_ets_sc_shipping_rule = a.id_ets_sc_shipping_rule)
INNER JOIN `pr_ets_sc_promote_rule` p ON (r.id_ets_sc_shipping_rule = p.id_ets_sc_shipping_rule AND (p.position_to_display LIKE "%displayFooterAfter%" OR p.position_to_display="all") )
LEFT JOIN `pr_ets_sc_promote_rule_lang` pl ON (p.id_ets_sc_promote_rule = pl.id_ets_sc_promote_rule AND pl.id_lang="2")
LEFT JOIN `pr_ets_sc_shipping_rule_lang` rl ON (r.id_ets_sc_shipping_rule=rl.id_ets_sc_shipping_rule AND rl.id_lang="2")
WHERE r.active=1 AND p.enabled=1 AND r.id_shop = "1" |
0.159
ms
|
1 |
|
|
/modules/ets_shippingcost/classes/ets_sc_shipping_rule.php:1585
/modules/ets_shippingcost/ets_shippingcost.php:623 (getPromoteDiscountRulesByPosition)
/modules/ets_shippingcost/ets_shippingcost.php:760 (displayPromoteDiscountRule)
/classes/Hook.php:1043 (hookDisplayFooterAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e4/c5/55/e4c5557a60205d19d9e4d7184e3f52d4ab53b829_2.file.footer-2.tpl.php:130 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e4/c5/55/e4c5557a60205d19d9e4d7184e3f52d4ab53b829_2.file.footer-2.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e336c24_69780439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/95/31/db/9531db4d121a6e4f271d4b9825614c61629616a5_2.file.footer.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e32ce31_71481616)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:531 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:149 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
464 |
SELECT SQL_NO_CACHE tr.*
FROM `pr_tax_rule` tr
JOIN `pr_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 14
AND tr.`id_tax_rules_group` = 21
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.158
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:5966 (getTaxCalculator)
/classes/Product.php:5858 (getTaxesInformations)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
542 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pr_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 7993
ORDER BY `position` |
0.156
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:53 (getImages)
/override/classes/Product.php:29 (coreGetImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:116 (prepareMultipleProductsForTemplate)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1374 |
SELECT SQL_NO_CACHE p.*,pl.*,r.*,rl.name,a.* FROM `pr_ets_sc_shipping_rule` r
INNER JOIN `pr_ets_sc_action_rule` a ON (r.id_ets_sc_shipping_rule = a.id_ets_sc_shipping_rule)
INNER JOIN `pr_ets_sc_promote_rule` p ON (r.id_ets_sc_shipping_rule = p.id_ets_sc_shipping_rule AND (p.position_to_display LIKE "%displayBeforeRightColumn%" OR p.position_to_display="all") )
LEFT JOIN `pr_ets_sc_promote_rule_lang` pl ON (p.id_ets_sc_promote_rule = pl.id_ets_sc_promote_rule AND pl.id_lang="2")
LEFT JOIN `pr_ets_sc_shipping_rule_lang` rl ON (r.id_ets_sc_shipping_rule=rl.id_ets_sc_shipping_rule AND rl.id_lang="2")
WHERE r.active=1 AND p.enabled=1 AND r.id_shop = "1" |
0.156
ms
|
1 |
|
|
/modules/ets_shippingcost/classes/ets_sc_shipping_rule.php:1585
/modules/ets_shippingcost/ets_shippingcost.php:623 (getPromoteDiscountRulesByPosition)
/modules/ets_shippingcost/ets_shippingcost.php:722 (displayPromoteDiscountRule)
/modules/ets_shippingcost/ets_shippingcost.php:692 (hookDisplayRightColumnBefore)
/modules/ets_shippingcost/ets_shippingcost.php:661 (_header)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1568 |
SELECT SQL_NO_CACHE *
FROM pr_cookiesplus_cookie cc LEFT JOIN pr_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 1
AND ccl.`id_lang` = 2 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
0.156
ms
|
38 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:113
/modules/cookiesplus/cookiesplus.php:1155 (getCookiesPlusCookies)
/modules/cookiesplus/cookiesplus.php:1328 (hookFooter)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
546 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `pr_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 2)
WHERE i.`id_product` = 7952
ORDER BY `position` |
0.154
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/override/classes/Product.php:53 (getImages)
/override/classes/Product.php:29 (coreGetImages)
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:116 (prepareMultipleProductsForTemplate)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
444 |
SELECT SQL_NO_CACHE *
FROM `pr_product` a
LEFT JOIN `pr_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 2
LEFT JOIN `pr_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7950) AND (b.`id_shop` = 1) LIMIT 1 |
0.153
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/override/classes/Link.php:30 (getProductLink)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
863 |
SELECT SQL_NO_CACHE *
FROM pr_meta m
LEFT JOIN pr_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-pm_advancedsearch4-seo"
OR m.page = "modulepm_advancedsearch4seo"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.152
ms
|
2 |
|
|
/classes/Meta.php:193
/classes/Meta.php:332 (getMetaByPage)
/classes/Meta.php:317 (getHomeMetas)
/classes/controller/FrontController.php:1779 (getMetaTags)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1411 |
SELECT SQL_NO_CACHE p.*,pl.*,r.*,rl.name,a.* FROM `pr_ets_sc_shipping_rule` r
INNER JOIN `pr_ets_sc_action_rule` a ON (r.id_ets_sc_shipping_rule = a.id_ets_sc_shipping_rule)
INNER JOIN `pr_ets_sc_promote_rule` p ON (r.id_ets_sc_shipping_rule = p.id_ets_sc_shipping_rule AND p.way_to_promote="display_popup" )
LEFT JOIN `pr_ets_sc_promote_rule_lang` pl ON (p.id_ets_sc_promote_rule = pl.id_ets_sc_promote_rule AND pl.id_lang="2")
LEFT JOIN `pr_ets_sc_shipping_rule_lang` rl ON (r.id_ets_sc_shipping_rule=rl.id_ets_sc_shipping_rule AND rl.id_lang="2")
WHERE r.active=1 AND p.enabled=1 AND r.id_shop = "1" |
0.152
ms
|
1 |
|
|
/modules/ets_shippingcost/classes/ets_sc_shipping_rule.php:1585
/modules/ets_shippingcost/ets_shippingcost.php:623 (getPromoteDiscountRulesByPosition)
/modules/ets_shippingcost/ets_shippingcost.php:706 (displayPromoteDiscountRule)
/classes/Hook.php:1043 (hookDisplayBanner)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:75 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
554 |
SELECT SQL_NO_CACHE *
FROM pr_meta m
LEFT JOIN pr_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-pm_advancedsearch4-seo"
OR m.page = "modulepm_advancedsearch4seo"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.151
ms
|
2 |
|
|
/classes/Meta.php:193
/classes/Meta.php:332 (getMetaByPage)
/classes/Meta.php:317 (getHomeMetas)
/classes/controller/FrontController.php:1779 (getMetaTags)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1252 |
SELECT SQL_NO_CACHE *
FROM pr_meta m
LEFT JOIN pr_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-pm_advancedsearch4-seo"
OR m.page = "modulepm_advancedsearch4seo"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.151
ms
|
2 |
|
|
/classes/Meta.php:193
/classes/Meta.php:332 (getMetaByPage)
/classes/Meta.php:317 (getHomeMetas)
/classes/controller/FrontController.php:1779 (getMetaTags)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
30 |
SELECT SQL_NO_CACHE *
FROM pr_meta m
LEFT JOIN pr_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_seo-sitemap"
OR m.page = "moduleets_seositemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.149
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:783 (getMetaByPage)
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:754 (mergeSitemapRoute)
/override/classes/Dispatcher.php:49 (mergeRssRoute)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
499 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pr_product` p
INNER JOIN `pr_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pr_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 7993) |
0.147
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
525 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pr_product` p
INNER JOIN `pr_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pr_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 7952) |
0.145
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
31 |
SELECT SQL_NO_CACHE *
FROM pr_meta m
LEFT JOIN pr_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_seo-sitemap"
OR m.page = "moduleets_seositemap"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.143
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:783 (getMetaByPage)
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:754 (mergeSitemapRoute)
/override/classes/Dispatcher.php:49 (mergeRssRoute)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
28 |
SELECT SQL_NO_CACHE id_tab, class_name FROM `pr_tab` |
0.140
ms
|
237 |
|
|
/classes/Tab.php:357
/modules/auction/auction.php:1584 (getIdFromClassName)
/modules/auction/auction.php:76 (getAuctionTabClasses)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:48 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
486 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pr_product` p
INNER JOIN `pr_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pr_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 7976) |
0.139
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1346 |
SELECT SQL_NO_CACHE ads.`id_search`, ads.`id_hook`, ads.`unique_search`
FROM `pr_pm_advancedsearch` ads
JOIN `pr_pm_advancedsearch_shop` adss ON (ads.`id_search`=adss.`id_search` AND adss.`id_shop`=1) WHERE 1 AND ads.`active`=1 ORDER BY ads.`position` |
0.139
ms
|
1 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:483 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:463 (getSearchsId)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:291 (getSearchsIdByHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3026 (getSearchsFromHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3150 (assignSearchVar)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1567 |
SELECT SQL_NO_CACHE *
FROM pr_cookiesplus_finality cf LEFT JOIN pr_cookiesplus_finality_lang cfl on cf.`id_cookiesplus_finality` = cfl.`id_cookiesplus_finality`
WHERE
cfl.`id_lang` = 2 AND cf.`active` = 1 AND cf.`id_shop` = 1
ORDER BY `position`; |
0.139
ms
|
4 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusFinality.php:96
/modules/cookiesplus/cookiesplus.php:1152 (getCookiesPlusFinalities)
/modules/cookiesplus/cookiesplus.php:1328 (hookFooter)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
472 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pr_product` p
INNER JOIN `pr_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pr_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 7951) |
0.136
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1357 |
SELECT SQL_NO_CACHE *
FROM pr_meta m
LEFT JOIN pr_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-pm_advancedsearch4-seo"
OR m.page = "modulepm_advancedsearch4seo"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.136
ms
|
2 |
|
|
/classes/Meta.php:193
/classes/Meta.php:332 (getMetaByPage)
/classes/Meta.php:317 (getHomeMetas)
/classes/controller/FrontController.php:1779 (getMetaTags)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/modules/ets_seo/ets_seo.php:3231 (getTemplateVarPage)
/modules/ets_seo/ets_seo.php:2359 (getSeoMetaData)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
838 |
SELECT SQL_NO_CACHE s.`seo_key`, s.`id_seo`, sl.`seo_url`
FROM `pr_pm_advancedsearch_seo` s
JOIN `pr_pm_advancedsearch_seo_lang` sl ON (s.`id_seo`=sl.`id_seo` AND sl.`id_lang`=2)
WHERE s.`seo_key` IN ("97edecd998ba39114f32e5b85b775bb6","5cb321796f67e58f340f2bbebfdd5569")
AND s.`deleted`=0 |
0.132
ms
|
2 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/Seo.php:293 (query)
/modules/pm_advancedsearch4/classes/SearchEngineSeo.php:66 (getSeoPageUrlByKeys)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2718 (addSeoPageUrlToCriterions)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
460 |
SELECT SQL_NO_CACHE tr.*
FROM `pr_tax_rule` tr
JOIN `pr_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 14
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('02-672' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '02-672')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.131
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3952 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
465 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7951
AND image_shop.`cover` = 1 LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
492 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7993
AND image_shop.`cover` = 1 LIMIT 1 |
0.130
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
851 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 30
AND ac.`visible` = 1 LIMIT 1 |
0.130
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
852 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclink.`id_criterion`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_link` aclink ON (ac.`id_criterion` = aclink.`id_criterion`)
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 30
AND ac.`visible` = 1 LIMIT 1 |
0.130
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
505 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7945
AND image_shop.`cover` = 1 LIMIT 1 |
0.129
ms
|
2 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
548 |
SELECT SQL_NO_CACHE 1 FROM pr_cart_product cp INNER JOIN pr_product p
ON (p.id_product = cp.id_product) INNER JOIN pr_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/Cart.php:4210
/classes/Cart.php:4185 (hasProducts)
/classes/Cart.php:2130 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
777 |
SELECT SQL_NO_CACHE GROUP_CONCAT(DISTINCT aclist.`id_criterion_parent`) AS `concatened_id_criterion_list`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`id_criterion_group` = 8
AND ac.`visible` = 1 LIMIT 1 |
0.129
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:71
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:100 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1378 (value)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2716 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1525 |
SELECT SQL_NO_CACHE s.`seo_key`, s.`id_seo`, sl.`seo_url`
FROM `pr_pm_advancedsearch_seo` s
JOIN `pr_pm_advancedsearch_seo_lang` sl ON (s.`id_seo`=sl.`id_seo` AND sl.`id_lang`=2)
WHERE s.`seo_key` IN ("97edecd998ba39114f32e5b85b775bb6","5cb321796f67e58f340f2bbebfdd5569")
AND s.`deleted`=0 |
0.129
ms
|
2 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/Seo.php:293 (query)
/modules/pm_advancedsearch4/classes/SearchEngineSeo.php:66 (getSeoPageUrlByKeys)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2718 (addSeoPageUrlToCriterions)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3001 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3246 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
34 |
SELECT SQL_NO_CACHE *
FROM pr_meta m
LEFT JOIN pr_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_seo-rss"
OR m.page = "moduleets_seorss"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.128
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:760 (getMetaByPage)
/override/classes/Dispatcher.php:49 (mergeRssRoute)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
784 |
SELECT SQL_NO_CACHE s.`seo_key`, s.`id_seo`, sl.`seo_url`
FROM `pr_pm_advancedsearch_seo` s
JOIN `pr_pm_advancedsearch_seo_lang` sl ON (s.`id_seo`=sl.`id_seo` AND sl.`id_lang`=2)
WHERE s.`seo_key` IN ("5402a8e66fe94214ed93f659a2253e45","4a4a0650df7f5de9d29983971f33b8b6")
AND s.`deleted`=0 |
0.128
ms
|
2 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/Seo.php:293 (query)
/modules/pm_advancedsearch4/classes/SearchEngineSeo.php:66 (getSeoPageUrlByKeys)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2718 (addSeoPageUrlToCriterions)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1522 |
SELECT SQL_NO_CACHE s.`seo_key`, s.`id_seo`, sl.`seo_url`
FROM `pr_pm_advancedsearch_seo` s
JOIN `pr_pm_advancedsearch_seo_lang` sl ON (s.`id_seo`=sl.`id_seo` AND sl.`id_lang`=2)
WHERE s.`seo_key` IN ("5402a8e66fe94214ed93f659a2253e45","4a4a0650df7f5de9d29983971f33b8b6")
AND s.`deleted`=0 |
0.128
ms
|
2 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/Seo.php:293 (query)
/modules/pm_advancedsearch4/classes/SearchEngineSeo.php:66 (getSeoPageUrlByKeys)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2718 (addSeoPageUrlToCriterions)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3001 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3246 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
478 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7976
AND image_shop.`cover` = 1 LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1569 |
SELECT SQL_NO_CACHE *
FROM pr_cookiesplus_cookie cc LEFT JOIN pr_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 2
AND ccl.`id_lang` = 2 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
0.127
ms
|
38 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:113
/modules/cookiesplus/cookiesplus.php:1155 (getCookiesPlusCookies)
/modules/cookiesplus/cookiesplus.php:1328 (hookFooter)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
35 |
SELECT SQL_NO_CACHE *
FROM pr_meta m
LEFT JOIN pr_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_seo-rss"
OR m.page = "moduleets_seorss"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1 |
0.126
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:760 (getMetaByPage)
/override/classes/Dispatcher.php:49 (mergeRssRoute)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
810 |
SELECT SQL_NO_CACHE s.`seo_key`, s.`id_seo`, sl.`seo_url`
FROM `pr_pm_advancedsearch_seo` s
JOIN `pr_pm_advancedsearch_seo_lang` sl ON (s.`id_seo`=sl.`id_seo` AND sl.`id_lang`=2)
WHERE s.`seo_key` IN ("6a07f7087262e89951cb00d81d072b8b","abc1cd32d80ad4fe7627ee460b8b9cbe")
AND s.`deleted`=0 |
0.126
ms
|
2 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/Seo.php:293 (query)
/modules/pm_advancedsearch4/classes/SearchEngineSeo.php:66 (getSeoPageUrlByKeys)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2718 (addSeoPageUrlToCriterions)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
512 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `pr_product` p
INNER JOIN `pr_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `pr_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 7945) |
0.125
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
55 |
SELECT SQL_NO_CACHE *
FROM `pr_currency` a
LEFT JOIN `pr_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `pr_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.123
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:51 (init)
/modules/pm_advancedsearch4/controllers/front/seo.php:34 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1570 |
SELECT SQL_NO_CACHE *
FROM pr_cookiesplus_cookie cc LEFT JOIN pr_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 3
AND ccl.`id_lang` = 2 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
0.123
ms
|
38 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:113
/modules/cookiesplus/cookiesplus.php:1155 (getCookiesPlusCookies)
/modules/cookiesplus/cookiesplus.php:1328 (hookFooter)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
518 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7952
AND image_shop.`cover` = 1 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
66 |
SELECT SQL_NO_CACHE *
FROM `pr_pm_advancedsearch` a
LEFT JOIN `pr_pm_advancedsearch_lang` `b` ON a.`id_search` = b.`id_search` AND b.`id_lang` = 2
LEFT JOIN `pr_pm_advancedsearch_shop` `c` ON a.`id_search` = c.`id_search` AND c.`id_shop` = 1
WHERE (a.`id_search` = 2) LIMIT 1 |
0.121
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/pm_advancedsearch4/classes/Models/Search.php:128 (__construct)
/modules/pm_advancedsearch4/controllers/front/seo.php:89 (__construct)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
439 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pr_image` i
INNER JOIN pr_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7950
AND image_shop.`cover` = 1 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
16 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `pr_lang` l
JOIN pr_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.118
ms
|
3 |
|
|
/classes/Language.php:1216
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/override/classes/Dispatcher.php:293 (setRequestUri)
/classes/Dispatcher.php:232 (setRequestUri)
/override/classes/Dispatcher.php:48 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
1366 |
SELECT SQL_NO_CACHE *
FROM pr_meta m
LEFT JOIN pr_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-pm_advancedsearch4-seo"
OR m.page = "modulepm_advancedsearch4seo"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.117
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ets_seo/ets_seo.php:3208 (getMetaByPage)
/modules/ets_seo/ets_seo.php:3235 (getSeoMetaDataArray)
/modules/ets_seo/ets_seo.php:2359 (getSeoMetaData)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
7 |
SELECT SQL_NO_CACHE *
FROM `pr_country` a
LEFT JOIN `pr_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `pr_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 14) LIMIT 1 |
0.116
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:147 (__construct)
/index.php:28 (require)
|
584 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.116
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
64 |
SELECT SQL_NO_CACHE *
FROM `pr_pm_advancedsearch_seo` adss
LEFT JOIN `pr_pm_advancedsearch_seo_lang` adssl ON (adss.`id_seo` = adssl.`id_seo` AND adssl.`id_lang` = 2)
WHERE adss.`id_seo` = "1230"
GROUP BY adss.`id_seo`
LIMIT 1 |
0.115
ms
|
1 |
|
Yes
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/Seo.php:250 (query)
/modules/pm_advancedsearch4/controllers/front/seo.php:83 (getSeoSearchByIdSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1571 |
SELECT SQL_NO_CACHE *
FROM pr_cookiesplus_cookie cc LEFT JOIN pr_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 4
AND ccl.`id_lang` = 2 AND cc.`active` = 1 AND cc.`id_shop` = 1 ORDER BY cc.`name`; |
0.115
ms
|
38 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:113
/modules/cookiesplus/cookiesplus.php:1155 (getCookiesPlusCookies)
/modules/cookiesplus/cookiesplus.php:1328 (hookFooter)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
32 |
SELECT SQL_NO_CACHE *
FROM pr_meta m
LEFT JOIN pr_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_seo-sitemap"
OR m.page = "moduleets_seositemap"
)
AND ml.id_lang = 3
AND ml.id_shop = 1 LIMIT 1 |
0.114
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:783 (getMetaByPage)
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:754 (mergeSitemapRoute)
/override/classes/Dispatcher.php:49 (mergeRssRoute)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
1515 |
SELECT SQL_NO_CACHE ads.* , adsl.*, ads.`id_search`
FROM `pr_pm_advancedsearch` ads
LEFT JOIN `pr_pm_advancedsearch_lang` adsl ON (ads.`id_search` = adsl.`id_search` AND adsl.`id_lang` = 2 )
WHERE ads.`id_search` IN (2)
ORDER BY ads.`position` |
0.114
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:434 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:419 (getSearchsById)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2985 (getSearchsFromHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3246 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
33 |
SELECT SQL_NO_CACHE *
FROM pr_meta m
LEFT JOIN pr_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_seo-rss"
OR m.page = "moduleets_seorss"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.113
ms
|
2 |
|
|
/classes/Meta.php:193
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:760 (getMetaByPage)
/override/classes/Dispatcher.php:49 (mergeRssRoute)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
5 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM pr_shop s
LEFT JOIN pr_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.111
ms
|
7 |
|
|
/classes/shop/Shop.php:218
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:118 (initialize)
/index.php:28 (require)
|
23 |
SELECT SQL_NO_CACHE name, alias FROM `pr_hook_alias` |
0.110
ms
|
88 |
|
|
/classes/Hook.php:339
/classes/Hook.php:154 (getCanonicalHookNames)
/classes/Hook.php:363 (normalizeHookName)
/classes/Hook.php:386 (getAllKnownNames)
/classes/Hook.php:974 (isHookCallableOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:48 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
557 |
SELECT SQL_NO_CACHE *
FROM `pr_pm_advancedsearch_criterion_group_2` a
LEFT JOIN `pr_pm_advancedsearch_criterion_group_2_lang` `b` ON a.`id_criterion_group` = b.`id_criterion_group` AND b.`id_lang` = 2
WHERE (a.`id_criterion_group` = 5) LIMIT 1 |
0.110
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/pm_advancedsearch4/classes/Models/CriterionGroup.php:140 (__construct)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2429 (__construct)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1453 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `pr_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 7950 LIMIT 1 |
0.110
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:114 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:299 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
535 |
SELECT SQL_NO_CACHE * FROM `pr_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.109
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:221 (getImagesTypes)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:116 (prepareMultipleProductsForTemplate)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1576 |
SELECT SQL_NO_CACHE *
FROM `pr_cms` a
LEFT JOIN `pr_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 2
LEFT JOIN `pr_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.109
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Link.php:555 (__construct)
/override/classes/Link.php:40 (getCMSLink)
/var/cache/prod/smarty/compile/warehouse/33/32/91/333291b0e402a5e0e6bc96566494cea37124d5c2_2.file.cookies-notice.tpl.php:273 (getCMSLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38ea86949_15621791)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2232 (fetch)
/modules/cookiesplus/cookiesplus.php:1311 (display)
/modules/cookiesplus/cookiesplus.php:1328 (hookFooter)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
6 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `pr_lang` l
LEFT JOIN `pr_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.108
ms
|
3 |
|
|
/classes/Language.php:1080
/config/config.inc.php:144 (loadLanguages)
/index.php:28 (require)
|
595 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.108
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
756 |
SELECT SQL_NO_CACHE acg.*, acgl.*
FROM `pr_pm_advancedsearch_criterion_group_2` acg
LEFT JOIN `pr_pm_advancedsearch_criterion_group_2_lang` acgl ON (acg.`id_criterion_group` = acgl.`id_criterion_group` AND acgl.`id_lang` = 2 )
WHERE acg.`id_criterion_group` IN (5)
ORDER BY `position` |
0.108
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/CriterionGroup.php:276 (query)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2482 (getCriterionsGroup)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
631 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.107
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1521 |
SELECT SQL_NO_CACHE s.`seo_key`, s.`id_seo`, sl.`seo_url`
FROM `pr_pm_advancedsearch_seo` s
JOIN `pr_pm_advancedsearch_seo_lang` sl ON (s.`id_seo`=sl.`id_seo` AND sl.`id_lang`=2)
WHERE s.`seo_key` IN ("11961f2669a0f0b69742e1d2566b7b62")
AND s.`deleted`=0 |
0.107
ms
|
0 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/Seo.php:293 (query)
/modules/pm_advancedsearch4/classes/SearchEngineSeo.php:66 (getSeoPageUrlByKeys)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2718 (addSeoPageUrlToCriterions)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3001 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3246 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1524 |
SELECT SQL_NO_CACHE s.`seo_key`, s.`id_seo`, sl.`seo_url`
FROM `pr_pm_advancedsearch_seo` s
JOIN `pr_pm_advancedsearch_seo_lang` sl ON (s.`id_seo`=sl.`id_seo` AND sl.`id_lang`=2)
WHERE s.`seo_key` IN ("6a07f7087262e89951cb00d81d072b8b","abc1cd32d80ad4fe7627ee460b8b9cbe")
AND s.`deleted`=0 |
0.106
ms
|
2 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/Seo.php:293 (query)
/modules/pm_advancedsearch4/classes/SearchEngineSeo.php:66 (getSeoPageUrlByKeys)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2718 (addSeoPageUrlToCriterions)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3001 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3246 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
51 |
SELECT SQL_NO_CACHE *
FROM `pr_currency` a
LEFT JOIN `pr_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `pr_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.106
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:51 (init)
/modules/pm_advancedsearch4/controllers/front/seo.php:34 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
553 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pr_orders` o
LEFT JOIN `pr_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 0 LIMIT 1 |
0.105
ms
|
1 |
|
|
/classes/order/Order.php:881
/classes/CartRule.php:446 (getDiscountsCustomer)
/classes/CartRule.php:569 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
644 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.105
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
429 |
SELECT SQL_NO_CACHE *
FROM `pr_pm_advancedsearch` a
LEFT JOIN `pr_pm_advancedsearch_shop` `c` ON a.`id_search` = c.`id_search` AND c.`id_shop` = 1
WHERE (a.`id_search` = 2) LIMIT 1 |
0.105
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/pm_advancedsearch4/classes/Models/Search.php:128 (__construct)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:116 (__construct)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
655 |
SELECT SQL_NO_CACHE *
FROM `pr_pm_advancedsearch_criterion_group_2` a
LEFT JOIN `pr_pm_advancedsearch_criterion_group_2_lang` `b` ON a.`id_criterion_group` = b.`id_criterion_group` AND b.`id_lang` = 3
WHERE (a.`id_criterion_group` = 5) LIMIT 1 |
0.105
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/pm_advancedsearch4/classes/Models/CriterionGroup.php:140 (__construct)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2429 (__construct)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
432 |
SELECT SQL_NO_CACHE ads.* , adsl.*, ads.`id_search`
FROM `pr_pm_advancedsearch` ads
LEFT JOIN `pr_pm_advancedsearch_lang` adsl ON (ads.`id_search` = adsl.`id_search` AND adsl.`id_lang` = 2 )
WHERE ads.`id_search` = 2
AND `active` = 1
LIMIT 1 |
0.104
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:516 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1795 (getSearch)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:142 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
515 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 7945) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.104
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
436 |
SELECT SQL_NO_CACHE aclist.`id_criterion_parent`, aclist.`id_criterion`
FROM `pr_pm_advancedsearch_criterion_2` ac
JOIN `pr_pm_advancedsearch_criterion_2_list` aclist ON (ac.`id_criterion` = aclist.`id_criterion_parent`)
WHERE ac.`is_custom`=1 |
0.103
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/Criterion.php:330 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:850 (getCustomCriterionsLinkIds)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1125 (makeLeftJoinWhereCriterion)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1863 (getQueryCountResults)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:142 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
716 |
SELECT SQL_NO_CACHE *
FROM `pr_country` a
LEFT JOIN `pr_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 14) LIMIT 1 |
0.101
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
36 |
SELECT SQL_NO_CACHE `id_meta`
FROM `pr_meta_lang`
WHERE `url_rewrite`='/s/1230/kamasan' AND id_shop=1 AND id_lang=2 LIMIT 1 |
0.101
ms
|
1 |
|
|
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:534
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:559 (getMetaIdBySlug)
/override/classes/Dispatcher.php:71 (getController)
/classes/Dispatcher.php:346 (getController)
/index.php:29 (dispatch)
|
9 |
SELECT SQL_NO_CACHE *
FROM `pr_lang` a
LEFT JOIN `pr_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 2) LIMIT 1 |
0.100
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:212 (__construct)
/index.php:28 (require)
|
540 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pr_product_attribute`
WHERE `id_product` = 7976 |
0.100
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:116 (prepareMultipleProductsForTemplate)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
48 |
SELECT SQL_NO_CACHE * FROM `pr_currency` c ORDER BY `iso_code` ASC |
0.099
ms
|
1 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:51 (init)
/modules/pm_advancedsearch4/controllers/front/seo.php:34 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
758 |
SELECT SQL_NO_CACHE GROUP_CONCAT(`id_criterion_group`) AS `id_criterion_group_list`
FROM `pr_pm_advancedsearch_criterion_group_2`
WHERE `criterion_group_type` = "category" AND `only_children` = 1 LIMIT 1 |
0.099
ms
|
32 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2115 (row)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1224 (allowChildCategorySearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2641 (getCriterionsForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
780 |
SELECT SQL_NO_CACHE s.`seo_key`, s.`id_seo`, sl.`seo_url`
FROM `pr_pm_advancedsearch_seo` s
JOIN `pr_pm_advancedsearch_seo_lang` sl ON (s.`id_seo`=sl.`id_seo` AND sl.`id_lang`=2)
WHERE s.`seo_key` IN ("11961f2669a0f0b69742e1d2566b7b62")
AND s.`deleted`=0 |
0.099
ms
|
0 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/Seo.php:293 (query)
/modules/pm_advancedsearch4/classes/SearchEngineSeo.php:66 (getSeoPageUrlByKeys)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2718 (addSeoPageUrlToCriterions)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
800 |
SELECT SQL_NO_CACHE s.`seo_key`, s.`id_seo`, sl.`seo_url`
FROM `pr_pm_advancedsearch_seo` s
JOIN `pr_pm_advancedsearch_seo_lang` sl ON (s.`id_seo`=sl.`id_seo` AND sl.`id_lang`=2)
WHERE s.`seo_key` IN ("662cd05ea6db12834c7d78703baaefca")
AND s.`deleted`=0 |
0.099
ms
|
0 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/Seo.php:293 (query)
/modules/pm_advancedsearch4/classes/SearchEngineSeo.php:66 (getSeoPageUrlByKeys)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2718 (addSeoPageUrlToCriterions)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
11 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM pr_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.098
ms
|
7 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:302 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/override/classes/Link.php:81 (__construct)
/config/config.inc.php:278 (__construct)
/index.php:28 (require)
|
60 |
SELECT SQL_NO_CACHE *
FROM `pr_group` a
LEFT JOIN `pr_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.098
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:51 (init)
/modules/pm_advancedsearch4/controllers/front/seo.php:34 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
435 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `pr_currency` c
LEFT JOIN pr_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/Currency.php:1136
/classes/Currency.php:1153 (countActiveCurrencies)
/classes/module/Module.php:2204 (isMultiCurrencyActivated)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2922 (getCacheId)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2948 (getCacheId)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1858 (getFromSmartyCache)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:142 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
475 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 7951) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.098
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
765 |
SELECT SQL_NO_CACHE s.`seo_key`, s.`id_seo`, sl.`seo_url`
FROM `pr_pm_advancedsearch_seo` s
JOIN `pr_pm_advancedsearch_seo_lang` sl ON (s.`id_seo`=sl.`id_seo` AND sl.`id_lang`=2)
WHERE s.`seo_key` IN ("6c00a264940f99bf01297845c19dfc8a")
AND s.`deleted`=0 |
0.098
ms
|
0 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/Seo.php:293 (query)
/modules/pm_advancedsearch4/classes/SearchEngineSeo.php:66 (getSeoPageUrlByKeys)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2718 (addSeoPageUrlToCriterions)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1477 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `pr_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 7993 LIMIT 1 |
0.098
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:114 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:299 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1526 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.098
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2331 (getModuleLink)
/var/cache/prod/smarty/compile/warehouse/a8/20/c3/a820c330c7ff99507ca967837cd8c846ed5e9264_2.file.pm_advancedsearch_js.tpl.php:72 (generateURLFromCriterions)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e321016_40999555)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2232 (fetch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3013 (display)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3246 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
461 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 7950) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.097
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
502 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 7993) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.096
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
637 |
SELECT SQL_NO_CACHE *
FROM `pr_pm_advancedsearch_criterion_group_2` a
LEFT JOIN `pr_pm_advancedsearch_criterion_group_2_lang` `b` ON a.`id_criterion_group` = b.`id_criterion_group` AND b.`id_lang` = 1
WHERE (a.`id_criterion_group` = 5) LIMIT 1 |
0.096
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/pm_advancedsearch4/classes/Models/CriterionGroup.php:140 (__construct)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2429 (__construct)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
864 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.095
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
654 |
SELECT SQL_NO_CACHE *
FROM `pr_pm_advancedsearch_seo` a
LEFT JOIN `pr_pm_advancedsearch_seo_lang` `b` ON a.`id_seo` = b.`id_seo` AND b.`id_lang` = 3
WHERE (a.`id_seo` = 1230) LIMIT 1 |
0.095
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/pm_advancedsearch4/classes/Models/Seo.php:80 (__construct)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2276 (__construct)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
636 |
SELECT SQL_NO_CACHE *
FROM `pr_pm_advancedsearch_seo` a
LEFT JOIN `pr_pm_advancedsearch_seo_lang` `b` ON a.`id_seo` = b.`id_seo` AND b.`id_lang` = 1
WHERE (a.`id_seo` = 1230) LIMIT 1 |
0.094
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/pm_advancedsearch4/classes/Models/Seo.php:80 (__construct)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2276 (__construct)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
69 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.094
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
65 |
SELECT SQL_NO_CACHE *
FROM `pr_pm_advancedsearch_seo` a
LEFT JOIN `pr_pm_advancedsearch_seo_lang` `b` ON a.`id_seo` = b.`id_seo` AND b.`id_lang` = 2
WHERE (a.`id_seo` = 1230) LIMIT 1 |
0.093
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/pm_advancedsearch4/classes/Models/Seo.php:80 (__construct)
/modules/pm_advancedsearch4/controllers/front/seo.php:87 (__construct)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
367 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.093
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
3 |
SELECT SQL_NO_CACHE value FROM `pr_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/classes/Configuration.php:236 (isFeatureActive)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:118 (initialize)
/index.php:28 (require)
|
126 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.092
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
446 |
SELECT SQL_NO_CACHE 1 FROM `pr_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.092
ms
|
21306 |
|
|
/override/classes/SpecificPrice.php:297
/override/classes/SpecificPrice.php:360 (filterOutField)
/override/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
493 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pr_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 93 LIMIT 1 |
0.092
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5654 (getLinkRewrite)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
646 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.092
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1347 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.092
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3159 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3152 (includeAssets)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1520 |
SELECT SQL_NO_CACHE s.`seo_key`, s.`id_seo`, sl.`seo_url`
FROM `pr_pm_advancedsearch_seo` s
JOIN `pr_pm_advancedsearch_seo_lang` sl ON (s.`id_seo`=sl.`id_seo` AND sl.`id_lang`=2)
WHERE s.`seo_key` IN ("6c00a264940f99bf01297845c19dfc8a")
AND s.`deleted`=0 |
0.092
ms
|
0 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/Seo.php:293 (query)
/modules/pm_advancedsearch4/classes/SearchEngineSeo.php:66 (getSeoPageUrlByKeys)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2718 (addSeoPageUrlToCriterions)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3001 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3246 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
430 |
SELECT SQL_NO_CACHE *
FROM `pr_pm_advancedsearch_lang`
WHERE `id_search` = 2 |
0.091
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/pm_advancedsearch4/classes/Models/Search.php:128 (__construct)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:116 (__construct)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
632 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.091
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1605 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1495 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `pr_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 7952 LIMIT 1 |
0.091
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:114 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:299 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
57 |
SELECT SQL_NO_CACHE *
FROM `pr_currency` a
LEFT JOIN `pr_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.091
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:695 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:51 (init)
/modules/pm_advancedsearch4/controllers/front/seo.php:34 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
648 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.091
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1378 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.091
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/auction/auction.php:874 (getModuleLink)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
645 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 1
AND `target_replace` = 1 LIMIT 1 |
0.090
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
91 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.090
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
496 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.090
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:162 (getBaseLink)
/override/classes/Link.php:30 (getProductLink)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1461 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `pr_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 7951 LIMIT 1 |
0.090
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:114 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:299 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
633 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.089
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1605 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
20 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `pr_hook_alias` |
0.089
ms
|
88 |
|
|
/classes/Hook.php:287
/classes/Hook.php:318 (getAllHookAliases)
/classes/Hook.php:746 (getHookAliasesFor)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/override/classes/Dispatcher.php:48 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
528 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 7952) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.089
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
757 |
SELECT SQL_NO_CACHE ac.`id_criterion`, acl.`value`, ac.`visible`
FROM `pr_pm_advancedsearch_criterion_2` ac
LEFT JOIN `pr_pm_advancedsearch_criterion_2_lang` acl ON (ac.`id_criterion` = acl.`id_criterion` AND acl.`id_lang` = 2)
WHERE ac.`id_criterion` = 372 LIMIT 1 |
0.089
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/Models/Criterion.php:251 (row)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2498 (getCriterionValueById)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
452 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 7950 AND id_shop=1 LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
113 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.088
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
489 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pr_stock_available`
WHERE (id_product = 7976) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
533 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pr_product_attribute`
WHERE `id_product` = 7950 |
0.088
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:116 (prepareMultipleProductsForTemplate)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
563 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.088
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1384 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.088
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:976 (getModuleLink)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:644 (generateGtmTag)
/classes/Hook.php:1043 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:432 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d925a00_53788679)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:207 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
4 |
SELECT SQL_NO_CACHE *
FROM `pr_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.087
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:145 (__construct)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:118 (initialize)
/index.php:28 (require)
|
388 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.087
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
457 |
SELECT SQL_NO_CACHE *
FROM `pr_tax_lang`
WHERE `id_tax` = 34 |
0.087
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
634 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.087
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1606 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1469 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `pr_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 7976 LIMIT 1 |
0.087
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:114 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:299 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
83 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.086
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
520 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.086
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:162 (getBaseLink)
/override/classes/Link.php:30 (getProductLink)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1487 |
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `pr_iqitreviews_products` pr
WHERE pr.`status` = 1 AND pr.`id_product` = 7945 LIMIT 1 |
0.086
ms
|
1 |
|
|
/modules/iqitreviews/src/IqitProductReview.php:116
/modules/iqitreviews/iqitreviews.php:197 (getSnippetData)
/modules/iqitreviews/iqitreviews.php:150 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:114 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:299 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
656 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.086
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1523 |
SELECT SQL_NO_CACHE s.`seo_key`, s.`id_seo`, sl.`seo_url`
FROM `pr_pm_advancedsearch_seo` s
JOIN `pr_pm_advancedsearch_seo_lang` sl ON (s.`id_seo`=sl.`id_seo` AND sl.`id_lang`=2)
WHERE s.`seo_key` IN ("662cd05ea6db12834c7d78703baaefca")
AND s.`deleted`=0 |
0.086
ms
|
0 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/Models/Seo.php:293 (query)
/modules/pm_advancedsearch4/classes/SearchEngineSeo.php:66 (getSeoPageUrlByKeys)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2718 (addSeoPageUrlToCriterions)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3001 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3246 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
369 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.085
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
507 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.085
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:162 (getBaseLink)
/override/classes/Link.php:30 (getProductLink)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
647 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.085
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1352 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.085
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:610 (getModuleLink)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1375 |
SELECT SQL_NO_CACHE `name`
FROM `pr_hook`
WHERE `id_hook` = 1041 LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/Hook.php:244
/classes/Hook.php:911 (getNameById)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1456 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.085
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:382 (getPageLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:220 (getAddToCartURL)
/src/Adapter/Presenter/Product/ProductListingLazyArray.php:48 (getAddToCartUrl)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getAddToCartUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/f5/c1/43/f5c143f490c957cbf1029c3c623dea0dc9dfff0b_2.file.product-miniature-btn.tpl.php:33 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38df3b499_34584943)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:205 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1541 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.085
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/modules/iqitwishlist/iqitwishlist.php:228 (getTemplateVarUrls)
/modules/iqitwishlist/iqitwishlist.php:210 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
58 |
SELECT SQL_NO_CACHE *
FROM `pr_currency_lang`
WHERE `id_currency` = 1 |
0.085
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:695 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:51 (init)
/modules/pm_advancedsearch4/controllers/front/seo.php:34 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
364 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.085
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
365 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.085
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
538 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pr_product_attribute`
WHERE `id_product` = 7951 |
0.085
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:116 (prepareMultipleProductsForTemplate)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
545 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pr_product_attribute`
WHERE `id_product` = 7945 |
0.085
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:116 (prepareMultipleProductsForTemplate)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
717 |
SELECT SQL_NO_CACHE *
FROM `pr_country_lang`
WHERE `id_country` = 14 |
0.085
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
754 |
SELECT SQL_NO_CACHE *
FROM `pr_pm_advancedsearch_seo_lang`
WHERE `id_seo` = 1230 |
0.085
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/pm_advancedsearch4/classes/Models/Seo.php:80 (__construct)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2328 (__construct)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
771 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 12169 AND id_shop=1 LIMIT 1 |
0.085
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/tax/Tax.php:226 (getIdTaxRulesGroupByIdProduct)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1716 (getProductTaxRate)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2564 (getPriceRangeForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1489 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.085
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:382 (getPageLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:220 (getAddToCartURL)
/src/Adapter/Presenter/Product/ProductListingLazyArray.php:48 (getAddToCartUrl)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getAddToCartUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/f5/c1/43/f5c143f490c957cbf1029c3c623dea0dc9dfff0b_2.file.product-miniature-btn.tpl.php:33 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38df3b499_34584943)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:205 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
260 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.084
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
479 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pr_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 103 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5654 (getLinkRewrite)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
480 |
SELECT SQL_NO_CACHE name FROM pr_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 103 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
482 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.084
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:162 (getBaseLink)
/override/classes/Link.php:30 (getProductLink)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1386 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.084
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:162 (getBaseLink)
/override/classes/Link.php:30 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/a2/7b/5ea27be5d1619c7acd020cf40f681346865ced4e_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d94c7e8_04819468)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d925a00_53788679)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:207 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
167 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.084
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
445 |
SELECT SQL_NO_CACHE 1 FROM `pr_specific_price` WHERE id_product = 0 LIMIT 1 |
0.084
ms
|
2 |
|
|
/override/classes/SpecificPrice.php:426
/override/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
473 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 7951 AND id_shop=1 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
547 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pr_product_attribute`
WHERE `id_product` = 7952 |
0.084
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:116 (prepareMultipleProductsForTemplate)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
635 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.084
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1606 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
719 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.084
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
775 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 7992 AND id_shop=1 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/tax/Tax.php:226 (getIdTaxRulesGroupByIdProduct)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1758 (getProductTaxRate)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2564 (getPriceRangeForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1531 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.084
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2331 (getModuleLink)
/var/cache/prod/smarty/compile/warehouse/a8/20/c3/a820c330c7ff99507ca967837cd8c846ed5e9264_2.file.pm_advancedsearch_js.tpl.php:72 (generateURLFromCriterions)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e321016_40999555)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2232 (fetch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3013 (display)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3246 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
392 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.083
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
8 |
SELECT SQL_NO_CACHE *
FROM `pr_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.083
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:172 (getGroup)
/index.php:28 (require)
|
61 |
SELECT SQL_NO_CACHE *
FROM `pr_group_lang`
WHERE `id_group` = 1 |
0.083
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:51 (init)
/modules/pm_advancedsearch4/controllers/front/seo.php:34 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
84 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.083
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
103 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.083
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
375 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.083
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
389 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.083
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
487 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 7976 AND id_shop=1 LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
519 |
SELECT SQL_NO_CACHE name FROM pr_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 104 LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
559 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.083
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
566 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.083
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
629 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.083
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
641 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.083
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
670 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.083
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
865 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.083
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
926 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 1
AND `target_replace` = 1 LIMIT 1 |
0.083
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1565 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "iqitpopup" LIMIT 1 |
0.083
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
10 |
SELECT SQL_NO_CACHE id_shop
FROM `pr_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/config/config.inc.php:217 (isAssociatedToShop)
/index.php:28 (require)
|
127 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.082
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
243 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.082
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
363 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.082
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
466 |
SELECT SQL_NO_CACHE name FROM pr_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 104 LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
558 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.082
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
562 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.082
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
618 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.082
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
677 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.082
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1216 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.082
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1455 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.082
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:382 (getPageLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:220 (getAddToCartURL)
/src/Adapter/Presenter/Product/ProductListingLazyArray.php:48 (getAddToCartUrl)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getAddToCartUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/f5/c1/43/f5c143f490c957cbf1029c3c623dea0dc9dfff0b_2.file.product-miniature-btn.tpl.php:33 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38df3b499_34584943)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:205 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1527 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.082
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2331 (getModuleLink)
/var/cache/prod/smarty/compile/warehouse/a8/20/c3/a820c330c7ff99507ca967837cd8c846ed5e9264_2.file.pm_advancedsearch_js.tpl.php:72 (generateURLFromCriterions)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e321016_40999555)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2232 (fetch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3013 (display)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3246 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
119 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.082
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
366 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.082
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
596 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.082
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
72 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.081
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
124 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.081
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
129 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.081
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
238 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.081
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
390 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.081
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
534 |
SELECT SQL_NO_CACHE state FROM pr_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Core/Image/ImageFormatConfiguration.php:69 (isEnabled)
/src/Adapter/Image/ImageRetriever.php:209 (getGenerationFormats)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:116 (prepareMultipleProductsForTemplate)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
543 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pr_product_attribute`
WHERE `id_product` = 7993 |
0.081
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:116 (prepareMultipleProductsForTemplate)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
572 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.081
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
638 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.081
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
687 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 3
AND `target_replace` = 1 LIMIT 1 |
0.081
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
691 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.081
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
706 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.081
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
734 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.081
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1253 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.081
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1449 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.081
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/classes/Link.php:1586 (getModuleLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php:29 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd66069_50899063)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:213 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd5f184_24566947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
71 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.081
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
149 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.081
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
159 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.081
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
362 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.081
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
526 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 7952 AND id_shop=1 LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
560 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.081
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
626 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.081
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
663 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 3
AND `target_replace` = 1 LIMIT 1 |
0.081
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
699 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.081
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
726 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.081
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
751 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.081
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/controllers/front/seo.php:197 (getModuleLink)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1497 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.081
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:382 (getPageLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:220 (getAddToCartURL)
/src/Adapter/Presenter/Product/ProductListingLazyArray.php:48 (getAddToCartUrl)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getAddToCartUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/f5/c1/43/f5c143f490c957cbf1029c3c623dea0dc9dfff0b_2.file.product-miniature-btn.tpl.php:33 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38df3b499_34584943)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:205 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
13 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 166 AND `id_shop` = 1 LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/module/Module.php:2109
/override/classes/Link.php:83 (isEnabled)
/config/config.inc.php:278 (__construct)
/index.php:28 (require)
|
70 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.080
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
114 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.080
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
120 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.080
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
233 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.080
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
261 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.080
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
275 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.080
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
281 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.080
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
296 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.080
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
359 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.080
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
385 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.080
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
494 |
SELECT SQL_NO_CACHE name FROM pr_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 93 LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
608 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.080
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
639 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.080
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
657 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.080
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
744 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.080
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1876 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:286 (getBreadcrumbLinks)
/modules/pm_advancedsearch4/controllers/front/seo.php:191 (getBreadcrumbLinks)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
866 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.080
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
959 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.080
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1379 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.080
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/auction/auction.php:874 (getModuleLink)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1528 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.080
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2331 (getModuleLink)
/var/cache/prod/smarty/compile/warehouse/a8/20/c3/a820c330c7ff99507ca967837cd8c846ed5e9264_2.file.pm_advancedsearch_js.tpl.php:72 (generateURLFromCriterions)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e321016_40999555)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2232 (fetch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3013 (display)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3246 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
77 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.080
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
111 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.080
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
440 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pr_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 104 LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5654 (getLinkRewrite)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
470 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pr_specific_price_priority`
WHERE `id_product` = 7951
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.080
ms
|
0 |
|
|
/override/classes/SpecificPrice.php:259
/override/classes/SpecificPrice.php:239 (getPriority)
/override/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
521 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.080
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:162 (getBaseLink)
/override/classes/Link.php:30 (getProductLink)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
619 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.080
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
658 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.080
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1549 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.080
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/modules/iqitwishlist/iqitwishlist.php:228 (getTemplateVarUrls)
/modules/iqitwishlist/iqitwishlist.php:210 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
67 |
SELECT SQL_NO_CACHE id_shop
FROM `pr_pm_advancedsearch_shop`
WHERE `id_search` = 2
AND id_shop = 1 LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/modules/pm_advancedsearch4/controllers/front/seo.php:93 (isAssociatedToShop)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
195 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.079
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
386 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.079
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
467 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.079
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:162 (getBaseLink)
/override/classes/Link.php:30 (getProductLink)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
481 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.079
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:162 (getBaseLink)
/override/classes/Link.php:30 (getProductLink)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
615 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.079
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
616 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.079
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
688 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.079
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
743 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.079
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1876 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:286 (getBreadcrumbLinks)
/modules/pm_advancedsearch4/controllers/front/seo.php:191 (getBreadcrumbLinks)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1249 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.079
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/ps_emailsubscription/ps_emailsubscription.php:934 (getModuleLink)
/classes/Hook.php:1043 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:993 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1353 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.079
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:610 (getModuleLink)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1358 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.079
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/modules/ets_seo/ets_seo.php:3231 (getTemplateVarPage)
/modules/ets_seo/ets_seo.php:2359 (getSeoMetaData)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1380 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.079
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/auction/auction.php:874 (getModuleLink)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1463 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.079
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:382 (getPageLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:220 (getAddToCartURL)
/src/Adapter/Presenter/Product/ProductListingLazyArray.php:48 (getAddToCartUrl)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getAddToCartUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/f5/c1/43/f5c143f490c957cbf1029c3c623dea0dc9dfff0b_2.file.product-miniature-btn.tpl.php:33 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38df3b499_34584943)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:205 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1500 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.079
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2331 (getModuleLink)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a8/20/c3/a820c330c7ff99507ca967837cd8c846ed5e9264_2.file.pm_advancedsearch_js.tpl.php:72 (generateURLFromCriterions)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e27c126_68457606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1572 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.079
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/var/cache/prod/smarty/compile/warehouse/33/32/91/333291b0e402a5e0e6bc96566494cea37124d5c2_2.file.cookies-notice.tpl.php:38 (getModuleLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38ea86949_15621791)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2232 (fetch)
/modules/cookiesplus/cookiesplus.php:1311 (display)
/modules/cookiesplus/cookiesplus.php:1328 (hookFooter)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
44 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "ps_eventbus" LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ps_eventbus/src/Handler/ErrorHandler/ErrorHandler.php:57 (isEnabled)
/var/cache/prod/Ps_eventbus321FrontContainer.php:398 (__construct)
/var/cache/prod/Ps_eventbus321FrontContainer.php:808 (getErrorHandlerService)
/var/cache/prod/Ps_eventbus321FrontContainer.php:1138 (getIncrementalSyncRepositoryService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getSynchronizationServiceService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_eventbus/src/DependencyInjection/ServiceContainer.php:73 (get)
/modules/ps_eventbus/ps_eventbus.php:323 (getService)
/modules/ps_eventbus/ps_eventbus.php:1648 (getService)
/classes/Hook.php:1043 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:351 (exec)
/index.php:29 (dispatch)
|
155 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.079
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
286 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.079
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
349 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.079
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
360 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.079
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
368 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.079
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
690 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.079
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
735 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.079
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
857 |
SELECT SQL_NO_CACHE `name`
FROM `pr_hook`
WHERE `id_hook` = 17 LIMIT 1 |
0.079
ms
|
1 |
|
|
/classes/Hook.php:244
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2151 (getNameById)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2964 (getHookName)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
960 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.079
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1348 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.079
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3159 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3152 (includeAssets)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1376 |
SELECT SQL_NO_CACHE *
FROM `pr_shop_url` a0 |
0.079
ms
|
7 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/classes/Tools.php:2328 (rewind)
/modules/sendinblue/services/ConfigService.php:327 (getDomains)
/modules/sendinblue/services/ConfigService.php:124 (getPhysicalVirtualPaths)
/modules/sendinblue/services/ConfigService.php:140 (checkMultiStoreShop)
/modules/sendinblue/sendinblue.php:201 (getSibConfig)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1385 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.079
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:976 (getModuleLink)
/modules/cdc_googletagmanager/cdc_googletagmanager.php:644 (generateGtmTag)
/classes/Hook.php:1043 (hookDisplayAfterTitleTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:274 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:432 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d925a00_53788679)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:207 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1450 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.079
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/classes/Link.php:1586 (getModuleLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php:29 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd66069_50899063)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:213 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd5f184_24566947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1529 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.079
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2331 (getModuleLink)
/var/cache/prod/smarty/compile/warehouse/a8/20/c3/a820c330c7ff99507ca967837cd8c846ed5e9264_2.file.pm_advancedsearch_js.tpl.php:72 (generateURLFromCriterions)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e321016_40999555)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2232 (fetch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3013 (display)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3246 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
80 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
112 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
115 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
274 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
468 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:162 (getBaseLink)
/override/classes/Link.php:30 (getProductLink)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
523 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pr_specific_price_priority`
WHERE `id_product` = 7952
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.078
ms
|
0 |
|
|
/override/classes/SpecificPrice.php:259
/override/classes/SpecificPrice.php:239 (getPriority)
/override/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
567 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
569 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
578 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
623 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
81 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
107 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
125 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
168 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
232 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
288 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
293 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
295 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
377 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
431 |
SELECT SQL_NO_CACHE `criterion_group_type`, `display_type`, `range`, `id_criterion_group_linked`, `sort_by`, `sort_way`, `is_combined`, `is_multicriteria`, `visible`
FROM `pr_pm_advancedsearch_criterion_group_2`
WHERE `id_criterion_group` = 5 LIMIT 1 |
0.078
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:69
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:96 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2129 (row)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2137 (getCriterionGroupTypeAndDisplay)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:138 (getCriterionGroupsTypeAndDisplay)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
570 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
573 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
575 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
581 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
607 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
640 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
653 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
689 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 3
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
698 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
700 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1019 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1471 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:382 (getPageLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:220 (getAddToCartURL)
/src/Adapter/Presenter/Product/ProductListingLazyArray.php:48 (getAddToCartUrl)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getAddToCartUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/f5/c1/43/f5c143f490c957cbf1029c3c623dea0dc9dfff0b_2.file.product-miniature-btn.tpl.php:33 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38df3b499_34584943)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:205 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1472 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:382 (getPageLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:220 (getAddToCartURL)
/src/Adapter/Presenter/Product/ProductListingLazyArray.php:48 (getAddToCartUrl)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getAddToCartUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/f5/c1/43/f5c143f490c957cbf1029c3c623dea0dc9dfff0b_2.file.product-miniature-btn.tpl.php:33 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38df3b499_34584943)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:205 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1473 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/classes/Link.php:1586 (getModuleLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php:29 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd66069_50899063)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:213 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd5f184_24566947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1481 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:382 (getPageLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:220 (getAddToCartURL)
/src/Adapter/Presenter/Product/ProductListingLazyArray.php:48 (getAddToCartUrl)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getAddToCartUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/f5/c1/43/f5c143f490c957cbf1029c3c623dea0dc9dfff0b_2.file.product-miniature-btn.tpl.php:33 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38df3b499_34584943)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:205 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1530 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.078
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2331 (getModuleLink)
/var/cache/prod/smarty/compile/warehouse/a8/20/c3/a820c330c7ff99507ca967837cd8c846ed5e9264_2.file.pm_advancedsearch_js.tpl.php:72 (generateURLFromCriterions)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e321016_40999555)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2232 (fetch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3013 (display)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3246 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
42 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "ps_accounts" LIMIT 1 |
0.077
ms
|
0 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:257
/src/Adapter/Module/ModuleDataProvider.php:228 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:329 (isInstalled)
/modules/ps_eventbus/src/Helper/ModuleHelper.php:48 (isInstalled)
/modules/ps_eventbus/src/Helper/ModuleHelper.php:80 (isInstalled)
/modules/ps_eventbus/src/Service/PsAccountsAdapterService.php:82 (isInstalledAndActive)
/modules/ps_eventbus/src/Handler/ErrorHandler/ErrorHandler.php:52 (getShopUuid)
/var/cache/prod/Ps_eventbus321FrontContainer.php:398 (__construct)
/var/cache/prod/Ps_eventbus321FrontContainer.php:808 (getErrorHandlerService)
/var/cache/prod/Ps_eventbus321FrontContainer.php:1138 (getIncrementalSyncRepositoryService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getSynchronizationServiceService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_eventbus/src/DependencyInjection/ServiceContainer.php:73 (get)
/modules/ps_eventbus/ps_eventbus.php:323 (getService)
/modules/ps_eventbus/ps_eventbus.php:1648 (getService)
/classes/Hook.php:1043 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:351 (exec)
/index.php:29 (dispatch)
|
56 |
SELECT SQL_NO_CACHE `id_lang` FROM `pr_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.077
ms
|
3 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:51 (init)
/modules/pm_advancedsearch4/controllers/front/seo.php:34 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
94 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
108 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
121 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
128 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
141 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
170 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
229 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
234 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
252 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
253 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
273 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
283 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
287 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
292 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
294 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
297 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
299 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
500 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 7993 AND id_shop=1 LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
506 |
SELECT SQL_NO_CACHE name FROM pr_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 104 LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
513 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pr_product_shop`
WHERE `id_product` = 7945 AND id_shop=1 LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
536 |
SELECT SQL_NO_CACHE * FROM `pr_image_type` |
0.077
ms
|
8 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:224 (getFormattedName)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:116 (prepareMultipleProductsForTemplate)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
564 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
574 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
579 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
582 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
610 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
614 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
625 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
643 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 1
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
678 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
679 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
718 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
721 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
727 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
747 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:197 (getModuleLink)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
748 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:197 (getModuleLink)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
858 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3159 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2973 (includeAssets)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
913 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1059 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1098 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1138 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1223 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1355 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/ets_abandonedcart/ets_abandonedcart.php:963 (getModuleLink)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1367 |
SELECT SQL_NO_CACHE *
FROM `pr_ets_seo_meta`
WHERE id_meta = 75 AND id_shop = 1 AND id_lang = 2 LIMIT 1 |
0.077
ms
|
0 |
|
|
/modules/ets_seo/classes/EtsSeoMeta.php:242
/modules/ets_seo/ets_seo.php:3212 (getSeoMeta)
/modules/ets_seo/ets_seo.php:3235 (getSeoMetaDataArray)
/modules/ets_seo/ets_seo.php:2359 (getSeoMetaData)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1387 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:162 (getBaseLink)
/override/classes/Link.php:30 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/a2/7b/5ea27be5d1619c7acd020cf40f681346865ced4e_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d94c7e8_04819468)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d925a00_53788679)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:207 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1406 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:162 (getBaseLink)
/override/classes/Link.php:30 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/a2/7b/5ea27be5d1619c7acd020cf40f681346865ced4e_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d94c7e8_04819468)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d925a00_53788679)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:207 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1419 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/modules/ps_customersignin/ps_customersignin.php:101 (getPageLink)
/config/smartyfront.config.inc.php:150 (getWidgetVariables)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:159 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidgetBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b2/54/e0/b254e041af1a320ea19c2ef0abcd00de8f477e75_2.file.header-2.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d9beb62_07735563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1451 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "iqitreviews" LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:114 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:299 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1460 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/classes/Link.php:1586 (getModuleLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php:29 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd66069_50899063)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:213 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd5f184_24566947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1518 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3192 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3000 (includeAssets)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3246 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
661 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 3
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
681 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.077
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
156 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
216 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
227 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
230 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
245 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
269 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
277 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
289 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
484 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pr_specific_price_priority`
WHERE `id_product` = 7976
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.076
ms
|
0 |
|
|
/override/classes/SpecificPrice.php:259
/override/classes/SpecificPrice.php:239 (getPriority)
/override/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
495 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:162 (getBaseLink)
/override/classes/Link.php:30 (getProductLink)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
497 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pr_specific_price_priority`
WHERE `id_product` = 7993
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.076
ms
|
0 |
|
|
/override/classes/SpecificPrice.php:259
/override/classes/SpecificPrice.php:239 (getPriority)
/override/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
583 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
628 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
642 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
680 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
682 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
684 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
685 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
697 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 1
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
705 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
709 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
722 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
723 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 1
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
728 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
736 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
860 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3192 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2973 (includeAssets)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1135 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1381 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/auction/auction.php:874 (getModuleLink)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1423 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/ps_shoppingcart/ps_shoppingcart.php:95 (getModuleLink)
/config/smartyfront.config.inc.php:150 (getWidgetVariables)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:159 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidgetBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b2/54/e0/b254e041af1a320ea19c2ef0abcd00de8f477e75_2.file.header-2.tpl.php:109 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d9beb62_07735563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1432 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/iqitsearch/iqitsearch.php:170 (getModuleLink)
/config/smartyfront.config.inc.php:150 (getWidgetVariables)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:159 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidgetBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/4b/af/8d/4baf8d41bfd82e9f6c72b6da25391a3a63c71407_2.file.mobile-header-2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dc815e0_74431626)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:193 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1438 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/ps_shoppingcart/ps_shoppingcart.php:95 (getModuleLink)
/config/smartyfront.config.inc.php:150 (getWidgetVariables)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:159 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidgetBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/4b/af/8d/4baf8d41bfd82e9f6c72b6da25391a3a63c71407_2.file.mobile-header-2.tpl.php:100 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dc815e0_74431626)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:193 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1440 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/modules/ps_shoppingcart/ps_shoppingcart.php:81 (getPageLink)
/modules/ps_shoppingcart/ps_shoppingcart.php:96 (getCartSummaryURL)
/config/smartyfront.config.inc.php:150 (getWidgetVariables)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:159 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidgetBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/4b/af/8d/4baf8d41bfd82e9f6c72b6da25391a3a63c71407_2.file.mobile-header-2.tpl.php:100 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dc815e0_74431626)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:193 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1457 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/classes/Link.php:1586 (getModuleLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php:29 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd66069_50899063)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:213 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd5f184_24566947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1483 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/classes/Link.php:1586 (getModuleLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php:29 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd66069_50899063)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:213 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd5f184_24566947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1491 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/classes/Link.php:1586 (getModuleLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php:29 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd66069_50899063)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:213 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd5f184_24566947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1532 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2331 (getModuleLink)
/var/cache/prod/smarty/compile/warehouse/a8/20/c3/a820c330c7ff99507ca967837cd8c846ed5e9264_2.file.pm_advancedsearch_js.tpl.php:72 (generateURLFromCriterions)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e321016_40999555)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2232 (fetch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3013 (display)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3246 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
456 |
SELECT SQL_NO_CACHE *
FROM `pr_tax` a
WHERE (a.`id_tax` = 34) LIMIT 1 |
0.076
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
568 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
606 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
612 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
617 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
620 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1175 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.076
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
49 |
SELECT SQL_NO_CACHE `id_lang` FROM `pr_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.075
ms
|
3 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:51 (init)
/modules/pm_advancedsearch4/controllers/front/seo.php:34 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
102 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
123 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
140 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
228 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
271 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
279 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
370 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
600 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
707 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
710 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
725 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 1
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
729 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
737 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
772 |
SELECT SQL_NO_CACHE `reduction`
FROM `pr_product_group_reduction_cache`
WHERE `id_product` = 12169 AND `id_group` = 1 LIMIT 1 |
0.075
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1604 (getValueForProduct)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1742 (getGroupReducedPrice)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2564 (getPriceRangeForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1301 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1486 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/classes/Link.php:1586 (getModuleLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php:29 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd66069_50899063)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:213 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd5f184_24566947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
50 |
SELECT SQL_NO_CACHE c.id_currency
FROM `pr_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.075
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:51 (init)
/modules/pm_advancedsearch4/controllers/front/seo.php:34 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
90 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
272 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
284 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
357 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
458 |
SELECT SQL_NO_CACHE `reduction`
FROM `pr_product_group_reduction_cache`
WHERE `id_product` = 7950 AND `id_group` = 1 LIMIT 1 |
0.075
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
624 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
649 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
662 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
671 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 1
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
703 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
704 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
708 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
720 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
724 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
731 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
741 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 3
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
742 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM pr_required_field |
0.075
ms
|
1 |
|
|
/classes/ObjectModel.php:1592
/classes/ObjectModel.php:1624 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1555 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:555 (validateFieldsRequiredDatabase)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
753 |
SELECT SQL_NO_CACHE *
FROM `pr_pm_advancedsearch_seo` a
WHERE (a.`id_seo` = 1230) LIMIT 1 |
0.075
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/pm_advancedsearch4/classes/Models/Seo.php:80 (__construct)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2328 (__construct)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
953 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/controllers/front/seo.php:197 (getModuleLink)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1351 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "socialloginizer" LIMIT 1 |
0.075
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/supercheckout/supercheckout.php:1554 (isInstalled)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1501 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.075
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2331 (getModuleLink)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a8/20/c3/a820c330c7ff99507ca967837cd8c846ed5e9264_2.file.pm_advancedsearch_js.tpl.php:72 (generateURLFromCriterions)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e27c126_68457606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1566 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 84 AND `id_shop` = 1 LIMIT 1 |
0.075
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
231 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
270 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
358 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
571 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
590 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
613 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
630 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
665 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1612 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
673 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 1
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
686 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
692 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
701 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
702 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
711 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 3
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
733 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
739 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 3
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
980 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1405 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:31 (translateDomain)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/a2/7b/5ea27be5d1619c7acd020cf40f681346865ced4e_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d94c7e8_04819468)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d925a00_53788679)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:207 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1415 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "iqitsearch" LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:85 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:89 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b2/54/e0/b254e041af1a320ea19c2ef0abcd00de8f477e75_2.file.header-2.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d9beb62_07735563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1431 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/iqitsearch/iqitsearch.php:170 (getModuleLink)
/config/smartyfront.config.inc.php:150 (getWidgetVariables)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:159 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidgetBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/4b/af/8d/4baf8d41bfd82e9f6c72b6da25391a3a63c71407_2.file.mobile-header-2.tpl.php:49 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dc815e0_74431626)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:193 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1433 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/modules/ps_customersignin/ps_customersignin.php:101 (getPageLink)
/config/smartyfront.config.inc.php:150 (getWidgetVariables)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:159 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidgetBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/4b/af/8d/4baf8d41bfd82e9f6c72b6da25391a3a63c71407_2.file.mobile-header-2.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dc815e0_74431626)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:193 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1443 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "iqitproductsnav" LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/07/7e/72/077e72bcb4e81b20838f640c1a9e5a8dbe6c0044_2.file.breadcrumb.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dc9c5c9_66198954)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:92 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1447 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/classes/Link.php:1586 (getModuleLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php:29 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd66069_50899063)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:213 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd5f184_24566947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1533 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2331 (getModuleLink)
/var/cache/prod/smarty/compile/warehouse/a8/20/c3/a820c330c7ff99507ca967837cd8c846ed5e9264_2.file.pm_advancedsearch_js.tpl.php:72 (generateURLFromCriterions)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e321016_40999555)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2232 (fetch)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3013 (display)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3246 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
54 |
SELECT SQL_NO_CACHE c.id_currency
FROM `pr_currency` c
WHERE (iso_code = 'PLN') LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:51 (init)
/modules/pm_advancedsearch4/controllers/front/seo.php:34 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
109 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
161 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
237 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
239 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
246 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
268 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
282 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
300 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
361 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
384 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
609 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
622 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
627 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
651 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
669 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
683 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
695 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 1
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
713 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 3
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
740 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
745 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:197 (getModuleLink)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
749 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:197 (getModuleLink)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
750 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:197 (getModuleLink)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
859 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3159 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2973 (includeAssets)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
872 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1095 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1293 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1392 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:31 (translateDomain)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/a2/7b/5ea27be5d1619c7acd020cf40f681346865ced4e_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d94c7e8_04819468)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d925a00_53788679)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:207 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1465 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/classes/Link.php:1586 (getModuleLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php:29 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd66069_50899063)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:213 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd5f184_24566947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1510 |
SELECT SQL_NO_CACHE id_cms FROM `pr_pm_advancedsearch_cms` WHERE id_search=2 |
0.074
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:271 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:332 (getSearchAssociations)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2985 (getSearchsFromHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3246 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1550 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.074
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/modules/iqitwishlist/iqitwishlist.php:228 (getTemplateVarUrls)
/modules/iqitwishlist/iqitwishlist.php:210 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
73 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
142 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
652 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
752 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/controllers/front/seo.php:197 (getModuleLink)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
875 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
987 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1105 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1215 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1296 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1437 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/ps_shoppingcart/ps_shoppingcart.php:95 (getModuleLink)
/config/smartyfront.config.inc.php:150 (getWidgetVariables)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:159 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidgetBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/4b/af/8d/4baf8d41bfd82e9f6c72b6da25391a3a63c71407_2.file.mobile-header-2.tpl.php:100 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dc815e0_74431626)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:193 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1452 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 87 AND `id_shop` = 1 LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:114 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:299 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
15 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 135 AND `id_shop` = 1 LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/module/Module.php:2109
/override/classes/Dispatcher.php:38 (isEnabled)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
39 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "ps_edition_basic" LIMIT 1 |
0.073
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ets_seo/ets_seo.php:138 (isEnabled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:29 (dispatch)
|
134 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
160 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
242 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
371 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
378 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
393 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
409 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
508 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:162 (getBaseLink)
/override/classes/Link.php:30 (getProductLink)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
577 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
580 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
650 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
659 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
664 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1612 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
676 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
693 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
694 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
696 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
712 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1242 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/modules/pm_advancedsearch4/controllers/front/seo.php:55 (getCanonicalURL)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1254 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1349 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3192 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3152 (includeAssets)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1363 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/modules/ets_seo/ets_seo.php:3231 (getTemplateVarPage)
/modules/ets_seo/ets_seo.php:2359 (getSeoMetaData)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1368 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/modules/ets_seo/ets_seo.php:3384 (getPageLink)
/modules/ets_seo/ets_seo.php:3213 (getPageLink)
/modules/ets_seo/ets_seo.php:3235 (getSeoMetaDataArray)
/modules/ets_seo/ets_seo.php:2359 (getSeoMetaData)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1377 |
SELECT SQL_NO_CACHE *
FROM `pr_shop_url` a0 |
0.073
ms
|
7 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/classes/Tools.php:2328 (rewind)
/modules/sendinblue/services/ConfigService.php:327 (getDomains)
/modules/sendinblue/services/ConfigService.php:124 (getPhysicalVirtualPaths)
/modules/sendinblue/services/ConfigService.php:140 (checkMultiStoreShop)
/modules/sendinblue/sendinblue.php:204 (getSibConfig)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1508 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_category` WHERE id_search=2 |
0.073
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:269 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:332 (getSearchAssociations)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2985 (getSearchsFromHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3246 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1577 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.073
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:548 (getBaseLink)
/override/classes/Link.php:40 (getCMSLink)
/var/cache/prod/smarty/compile/warehouse/33/32/91/333291b0e402a5e0e6bc96566494cea37124d5c2_2.file.cookies-notice.tpl.php:356 (getCMSLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38ea86949_15621791)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2232 (fetch)
/modules/cookiesplus/cookiesplus.php:1311 (display)
/modules/cookiesplus/cookiesplus.php:1328 (hookFooter)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
37 |
SELECT SQL_NO_CACHE * FROM `pr_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.072
ms
|
1 |
|
|
/classes/module/Module.php:2018
/classes/Hook.php:929 (getExceptionsStatic)
/classes/Dispatcher.php:351 (exec)
/index.php:29 (dispatch)
|
45 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 155 AND `id_shop` = 1 LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/ps_eventbus/src/Handler/ErrorHandler/ErrorHandler.php:57 (isEnabled)
/var/cache/prod/Ps_eventbus321FrontContainer.php:398 (__construct)
/var/cache/prod/Ps_eventbus321FrontContainer.php:808 (getErrorHandlerService)
/var/cache/prod/Ps_eventbus321FrontContainer.php:1138 (getIncrementalSyncRepositoryService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getSynchronizationServiceService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_eventbus/src/DependencyInjection/ServiceContainer.php:73 (get)
/modules/ps_eventbus/ps_eventbus.php:323 (getService)
/modules/ps_eventbus/ps_eventbus.php:1648 (getService)
/classes/Hook.php:1043 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:351 (exec)
/index.php:29 (dispatch)
|
59 |
SELECT SQL_NO_CACHE id_shop
FROM `pr_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Tools.php:699 (isAssociatedToShop)
/classes/controller/FrontController.php:368 (setCurrency)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:51 (init)
/modules/pm_advancedsearch4/controllers/front/seo.php:34 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
311 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
323 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
376 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
399 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
410 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
514 |
SELECT SQL_NO_CACHE `reduction`
FROM `pr_product_group_reduction_cache`
WHERE `id_product` = 7945 AND `id_group` = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
561 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
565 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
611 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
621 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
674 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
730 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
738 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
776 |
SELECT SQL_NO_CACHE `reduction`
FROM `pr_product_group_reduction_cache`
WHERE `id_product` = 7992 AND `id_group` = 1 LIMIT 1 |
0.072
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1604 (getValueForProduct)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1781 (getGroupReducedPrice)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2564 (getPriceRangeForSearchBloc)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2963 (getCriterionsGroupsAndCriterionsForSearch)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
867 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1056 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1066 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1126 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1145 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1155 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1199 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1204 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1255 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1261 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1269 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1344 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/iqitelementor/iqitelementor.php:371 (getModuleLink)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1364 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/modules/ets_seo/ets_seo.php:3231 (getTemplateVarPage)
/modules/ets_seo/ets_seo.php:2359 (getSeoMetaData)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1418 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/iqitsearch/iqitsearch.php:170 (getModuleLink)
/modules/iqitsearch/iqitsearch.php:183 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:85 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:89 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b2/54/e0/b254e041af1a320ea19c2ef0abcd00de8f477e75_2.file.header-2.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d9beb62_07735563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1446 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 91 AND `id_shop` = 1 LIMIT 1 |
0.072
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:213 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd5f184_24566947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1502 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2331 (getModuleLink)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a8/20/c3/a820c330c7ff99507ca967837cd8c846ed5e9264_2.file.pm_advancedsearch_js.tpl.php:72 (generateURLFromCriterions)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e27c126_68457606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1516 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3159 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3000 (includeAssets)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3246 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1542 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/modules/iqitwishlist/iqitwishlist.php:228 (getTemplateVarUrls)
/modules/iqitwishlist/iqitwishlist.php:210 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
79 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
939 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1218 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.072
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
17 |
SELECT SQL_NO_CACHE `id_lang` FROM `pr_lang` WHERE `iso_code` = 'pl' LIMIT 1 |
0.071
ms
|
3 |
|
|
/classes/Language.php:854
/classes/Tools.php:627 (getIdByIso)
/classes/Dispatcher.php:236 (switchLanguage)
/override/classes/Dispatcher.php:48 (__construct)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
95 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
145 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
257 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
278 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
383 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
387 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
391 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
406 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
419 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
459 |
SELECT SQL_NO_CACHE `reduction`
FROM `pr_group`
WHERE `id_group` = 1 LIMIT 1 |
0.071
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3994 (getReductionByIdGroup)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
666 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
675 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
861 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3192 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2973 (includeAssets)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:272 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
877 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 1
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
921 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
929 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
961 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
977 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
983 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1026 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1076 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1087 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1183 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1185 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1207 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1285 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1417 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/iqitsearch/iqitsearch.php:170 (getModuleLink)
/modules/iqitsearch/iqitsearch.php:183 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:85 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:89 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b2/54/e0/b254e041af1a320ea19c2ef0abcd00de8f477e75_2.file.header-2.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d9beb62_07735563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1421 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/modules/ps_customersignin/ps_customersignin.php:105 (getPageLink)
/config/smartyfront.config.inc.php:150 (getWidgetVariables)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:159 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidgetBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b2/54/e0/b254e041af1a320ea19c2ef0abcd00de8f477e75_2.file.header-2.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d9beb62_07735563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1458 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/classes/Link.php:1586 (getModuleLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php:29 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd66069_50899063)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:213 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd5f184_24566947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1474 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/classes/Link.php:1586 (getModuleLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php:29 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd66069_50899063)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:213 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd5f184_24566947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1482 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:382 (getPageLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:220 (getAddToCartURL)
/src/Adapter/Presenter/Product/ProductListingLazyArray.php:48 (getAddToCartUrl)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getAddToCartUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/f5/c1/43/f5c143f490c957cbf1029c3c623dea0dc9dfff0b_2.file.product-miniature-btn.tpl.php:33 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38df3b499_34584943)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:205 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1484 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/classes/Link.php:1586 (getModuleLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php:29 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd66069_50899063)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:213 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd5f184_24566947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1485 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/classes/Link.php:1586 (getModuleLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php:29 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd66069_50899063)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:213 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd5f184_24566947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1490 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:382 (getPageLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:220 (getAddToCartURL)
/src/Adapter/Presenter/Product/ProductListingLazyArray.php:48 (getAddToCartUrl)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getAddToCartUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/f5/c1/43/f5c143f490c957cbf1029c3c623dea0dc9dfff0b_2.file.product-miniature-btn.tpl.php:33 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38df3b499_34584943)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:205 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1492 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/classes/Link.php:1586 (getModuleLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php:29 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd66069_50899063)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:213 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd5f184_24566947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1498 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:382 (getPageLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:220 (getAddToCartURL)
/src/Adapter/Presenter/Product/ProductListingLazyArray.php:48 (getAddToCartUrl)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getAddToCartUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/f5/c1/43/f5c143f490c957cbf1029c3c623dea0dc9dfff0b_2.file.product-miniature-btn.tpl.php:33 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38df3b499_34584943)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:205 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1505 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2331 (getModuleLink)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a8/20/c3/a820c330c7ff99507ca967837cd8c846ed5e9264_2.file.pm_advancedsearch_js.tpl.php:72 (generateURLFromCriterions)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e27c126_68457606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1574 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:548 (getBaseLink)
/override/classes/Link.php:40 (getCMSLink)
/var/cache/prod/smarty/compile/warehouse/33/32/91/333291b0e402a5e0e6bc96566494cea37124d5c2_2.file.cookies-notice.tpl.php:273 (getCMSLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38ea86949_15621791)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2232 (fetch)
/modules/cookiesplus/cookiesplus.php:1311 (display)
/modules/cookiesplus/cookiesplus.php:1328 (hookFooter)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
52 |
SELECT SQL_NO_CACHE `id_lang` FROM `pr_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.071
ms
|
3 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:51 (init)
/modules/pm_advancedsearch4/controllers/front/seo.php:34 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
244 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
291 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
395 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
397 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
421 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
892 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1194 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1241 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/modules/pm_advancedsearch4/controllers/front/seo.php:55 (getCanonicalURL)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1256 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1257 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1312 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1425 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.071
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/modules/ps_shoppingcart/ps_shoppingcart.php:81 (getPageLink)
/modules/ps_shoppingcart/ps_shoppingcart.php:96 (getCartSummaryURL)
/config/smartyfront.config.inc.php:150 (getWidgetVariables)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:159 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidgetBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b2/54/e0/b254e041af1a320ea19c2ef0abcd00de8f477e75_2.file.header-2.tpl.php:109 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d9beb62_07735563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
43 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "ps_accounts" LIMIT 1 |
0.070
ms
|
0 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:257
/src/Adapter/Module/ModuleDataProvider.php:228 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:329 (isInstalled)
/modules/ps_eventbus/src/Helper/ModuleHelper.php:48 (isInstalled)
/modules/ps_eventbus/src/Helper/ModuleHelper.php:80 (isInstalled)
/modules/ps_eventbus/src/Service/PsAccountsAdapterService.php:34 (isInstalledAndActive)
/modules/ps_eventbus/src/Handler/ErrorHandler/ErrorHandler.php:54 (getModule)
/var/cache/prod/Ps_eventbus321FrontContainer.php:398 (__construct)
/var/cache/prod/Ps_eventbus321FrontContainer.php:808 (getErrorHandlerService)
/var/cache/prod/Ps_eventbus321FrontContainer.php:1138 (getIncrementalSyncRepositoryService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getSynchronizationServiceService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_eventbus/src/DependencyInjection/ServiceContainer.php:73 (get)
/modules/ps_eventbus/ps_eventbus.php:323 (getService)
/modules/ps_eventbus/ps_eventbus.php:1648 (getService)
/classes/Hook.php:1043 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:351 (exec)
/index.php:29 (dispatch)
|
89 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
116 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
190 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
346 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
350 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
380 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
394 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
398 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
402 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
404 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
407 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
413 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
415 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
422 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
428 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
447 |
SELECT SQL_NO_CACHE 1 FROM `pr_specific_price` WHERE `from` BETWEEN '2025-04-03 00:00:00' AND '2025-04-03 23:59:59' LIMIT 1 |
0.070
ms
|
1 |
|
|
/override/classes/SpecificPrice.php:377
/override/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
510 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pr_specific_price_priority`
WHERE `id_product` = 7945
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.070
ms
|
0 |
|
|
/override/classes/SpecificPrice.php:259
/override/classes/SpecificPrice.php:239 (getPriority)
/override/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
527 |
SELECT SQL_NO_CACHE `reduction`
FROM `pr_product_group_reduction_cache`
WHERE `id_product` = 7952 AND `id_group` = 1 LIMIT 1 |
0.070
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
593 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
978 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1022 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1047 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1101 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1178 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1180 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1191 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1231 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:168 (updateQueryString)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1264 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1277 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1303 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1412 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "iqithtmlandbanners" LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1420 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/modules/ps_customersignin/ps_customersignin.php:101 (getPageLink)
/config/smartyfront.config.inc.php:150 (getWidgetVariables)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:159 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidgetBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b2/54/e0/b254e041af1a320ea19c2ef0abcd00de8f477e75_2.file.header-2.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d9beb62_07735563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1434 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/modules/ps_customersignin/ps_customersignin.php:101 (getPageLink)
/config/smartyfront.config.inc.php:150 (getWidgetVariables)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:159 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidgetBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/4b/af/8d/4baf8d41bfd82e9f6c72b6da25391a3a63c71407_2.file.mobile-header-2.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dc815e0_74431626)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:193 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1442 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/modules/ps_shoppingcart/ps_shoppingcart.php:81 (getPageLink)
/modules/ps_shoppingcart/ps_shoppingcart.php:96 (getCartSummaryURL)
/config/smartyfront.config.inc.php:150 (getWidgetVariables)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:159 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidgetBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/4b/af/8d/4baf8d41bfd82e9f6c72b6da25391a3a63c71407_2.file.mobile-header-2.tpl.php:100 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dc815e0_74431626)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:193 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1448 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/classes/Link.php:1586 (getModuleLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php:29 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd66069_50899063)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:213 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd5f184_24566947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1464 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:382 (getPageLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:220 (getAddToCartURL)
/src/Adapter/Presenter/Product/ProductListingLazyArray.php:48 (getAddToCartUrl)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getAddToCartUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/f5/c1/43/f5c143f490c957cbf1029c3c623dea0dc9dfff0b_2.file.product-miniature-btn.tpl.php:33 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38df3b499_34584943)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:205 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:322 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1478 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "iqitcountdown" LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:156 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:304 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1556 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/modules/iqitwishlist/iqitwishlist.php:228 (getTemplateVarUrls)
/modules/iqitwishlist/iqitwishlist.php:210 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
118 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
196 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
213 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
262 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
351 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
401 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
403 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
660 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
715 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `pr_country`
WHERE `id_country` = 14 LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
746 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:197 (getModuleLink)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
896 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
950 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:197 (getModuleLink)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
957 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3192 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2973 (includeAssets)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:281 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1037 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1166 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1188 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1217 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1225 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1233 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:168 (updateQueryString)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1258 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.070
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1513 |
SELECT SQL_NO_CACHE id_product FROM `pr_pm_advancedsearch_products` WHERE id_search=2 |
0.070
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:274 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:332 (getSearchAssociations)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2985 (getSearchsFromHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3246 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
12 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "ultimateimagetool" LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/override/classes/Link.php:83 (isEnabled)
/config/config.inc.php:278 (__construct)
/index.php:28 (require)
|
92 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
122 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
179 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
194 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
225 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
226 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
235 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
251 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
276 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
303 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
381 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
396 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
400 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
405 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
426 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
672 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
732 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
868 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
880 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
888 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
916 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
955 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3159 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2973 (includeAssets)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:281 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
967 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1015 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1017 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1039 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1250 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/ps_emailsubscription/ps_emailsubscription.php:934 (getModuleLink)
/classes/Hook.php:1043 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:993 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1266 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 1
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1327 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1335 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1876 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:286 (getBreadcrumbLinks)
/modules/pm_advancedsearch4/controllers/front/seo.php:191 (getBreadcrumbLinks)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1360 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/modules/ets_seo/ets_seo.php:3231 (getTemplateVarPage)
/modules/ets_seo/ets_seo.php:2359 (getSeoMetaData)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1362 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/modules/ets_seo/ets_seo.php:3231 (getTemplateVarPage)
/modules/ets_seo/ets_seo.php:2359 (getSeoMetaData)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1388 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:31 (translateDomain)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/a2/7b/5ea27be5d1619c7acd020cf40f681346865ced4e_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d94c7e8_04819468)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d925a00_53788679)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:207 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1422 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/modules/ps_customersignin/ps_customersignin.php:105 (getPageLink)
/config/smartyfront.config.inc.php:150 (getWidgetVariables)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:159 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidgetBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b2/54/e0/b254e041af1a320ea19c2ef0abcd00de8f477e75_2.file.header-2.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d9beb62_07735563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1426 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/modules/ps_shoppingcart/ps_shoppingcart.php:81 (getPageLink)
/modules/ps_shoppingcart/ps_shoppingcart.php:96 (getCartSummaryURL)
/config/smartyfront.config.inc.php:150 (getWidgetVariables)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:159 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidgetBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b2/54/e0/b254e041af1a320ea19c2ef0abcd00de8f477e75_2.file.header-2.tpl.php:109 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d9beb62_07735563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1429 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "iqitmegamenu" LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b2/54/e0/b254e041af1a320ea19c2ef0abcd00de8f477e75_2.file.header-2.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d9beb62_07735563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1459 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/classes/Link.php:1586 (getModuleLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php:29 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd66069_50899063)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:213 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd5f184_24566947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1466 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/classes/Link.php:1586 (getModuleLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php:29 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd66069_50899063)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:213 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd5f184_24566947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1467 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/classes/Link.php:1586 (getModuleLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php:29 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd66069_50899063)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:213 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd5f184_24566947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1468 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/classes/Link.php:1586 (getModuleLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php:29 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd66069_50899063)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:213 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd5f184_24566947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1475 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/classes/Link.php:1586 (getModuleLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php:29 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd66069_50899063)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:213 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd5f184_24566947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1476 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/classes/Link.php:1586 (getModuleLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php:29 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd66069_50899063)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:213 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd5f184_24566947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1493 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/classes/Link.php:1586 (getModuleLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php:29 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd66069_50899063)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:213 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd5f184_24566947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
130 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
131 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
158 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
172 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
236 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
247 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
280 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
353 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
356 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
372 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
373 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
374 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
379 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
382 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
411 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
417 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
418 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
420 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
424 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
425 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
427 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
441 |
SELECT SQL_NO_CACHE name FROM pr_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 104 LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
501 |
SELECT SQL_NO_CACHE `reduction`
FROM `pr_product_group_reduction_cache`
WHERE `id_product` = 7993 AND `id_group` = 1 LIMIT 1 |
0.069
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
912 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
975 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
981 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1007 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1127 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1140 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1143 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1195 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1226 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1234 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:168 (updateQueryString)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1275 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1323 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1333 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 3
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1359 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/modules/ets_seo/ets_seo.php:3231 (getTemplateVarPage)
/modules/ets_seo/ets_seo.php:2359 (getSeoMetaData)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1424 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/ps_shoppingcart/ps_shoppingcart.php:95 (getModuleLink)
/config/smartyfront.config.inc.php:150 (getWidgetVariables)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:159 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidgetBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b2/54/e0/b254e041af1a320ea19c2ef0abcd00de8f477e75_2.file.header-2.tpl.php:109 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d9beb62_07735563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1439 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/modules/ps_shoppingcart/ps_shoppingcart.php:81 (getPageLink)
/modules/ps_shoppingcart/ps_shoppingcart.php:96 (getCartSummaryURL)
/config/smartyfront.config.inc.php:150 (getWidgetVariables)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:159 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidgetBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/4b/af/8d/4baf8d41bfd82e9f6c72b6da25391a3a63c71407_2.file.mobile-header-2.tpl.php:100 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dc815e0_74431626)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:193 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1445 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "iqitwishlist" LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:213 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd5f184_24566947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1494 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/classes/Link.php:1586 (getModuleLink)
/classes/Smarty/SmartyLazyRegister.php:81 (getUrlSmarty)
/var/cache/prod/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php:29 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd66069_50899063)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:213 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0a/9c/e6/0a9ce67f48dbd87159203140c7c616f604201109_2.file.product-miniature-thumb.tpl.php:132 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd5f184_24566947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:48 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:29 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1573 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/var/cache/prod/smarty/compile/warehouse/33/32/91/333291b0e402a5e0e6bc96566494cea37124d5c2_2.file.cookies-notice.tpl.php:38 (getModuleLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38ea86949_15621791)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2232 (fetch)
/modules/cookiesplus/cookiesplus.php:1311 (display)
/modules/cookiesplus/cookiesplus.php:1328 (hookFooter)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1578 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.069
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:548 (getBaseLink)
/override/classes/Link.php:40 (getCMSLink)
/var/cache/prod/smarty/compile/warehouse/33/32/91/333291b0e402a5e0e6bc96566494cea37124d5c2_2.file.cookies-notice.tpl.php:356 (getCMSLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38ea86949_15621791)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2232 (fetch)
/modules/cookiesplus/cookiesplus.php:1311 (display)
/modules/cookiesplus/cookiesplus.php:1328 (hookFooter)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
104 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
157 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
249 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
335 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
347 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
355 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
586 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
870 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
927 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
968 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
991 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
999 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1071 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1079 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1151 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1159 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1187 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1189 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1208 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1210 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1260 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1310 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1345 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/iqitelementor/iqitelementor.php:371 (getModuleLink)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1435 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/modules/ps_customersignin/ps_customersignin.php:105 (getPageLink)
/config/smartyfront.config.inc.php:150 (getWidgetVariables)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:159 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidgetBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/4b/af/8d/4baf8d41bfd82e9f6c72b6da25391a3a63c71407_2.file.mobile-header-2.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dc815e0_74431626)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:193 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1509 |
SELECT SQL_NO_CACHE id_category FROM `pr_pm_advancedsearch_products_cat` WHERE id_search=2 |
0.068
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:270 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:332 (getSearchAssociations)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2985 (getSearchsFromHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3246 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
53 |
SELECT SQL_NO_CACHE `id_lang` FROM `pr_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.068
ms
|
3 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:51 (init)
/modules/pm_advancedsearch4/controllers/front/seo.php:34 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
78 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
117 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
148 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
162 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
197 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
290 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
329 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
352 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
354 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
408 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
412 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
414 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
416 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
423 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
442 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:162 (getBaseLink)
/override/classes/Link.php:30 (getProductLink)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
555 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.068
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/controller/FrontController.php:1658 (isEnabled)
/classes/controller/FrontController.php:1801 (getDisplayTaxesLabel)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
585 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
598 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
668 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
714 |
SELECT SQL_NO_CACHE format
FROM `pr_address_format`
WHERE `id_country` = 14 LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/AddressFormat.php:656
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
904 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
914 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
915 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
962 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
963 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1023 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1055 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1061 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1073 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1119 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1167 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1179 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1181 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1190 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1200 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1203 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1205 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1209 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1212 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1214 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1219 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1235 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:168 (updateQueryString)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1243 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/modules/pm_advancedsearch4/controllers/front/seo.php:55 (getCanonicalURL)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1244 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/modules/pm_advancedsearch4/controllers/front/seo.php:55 (getCanonicalURL)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1246 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/modules/pm_advancedsearch4/controllers/front/seo.php:55 (getCanonicalURL)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1259 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1318 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1356 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/ets_abandonedcart/ets_abandonedcart.php:963 (getModuleLink)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1441 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/modules/ps_shoppingcart/ps_shoppingcart.php:81 (getPageLink)
/modules/ps_shoppingcart/ps_shoppingcart.php:96 (getCartSummaryURL)
/config/smartyfront.config.inc.php:150 (getWidgetVariables)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:159 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidgetBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/4b/af/8d/4baf8d41bfd82e9f6c72b6da25391a3a63c71407_2.file.mobile-header-2.tpl.php:100 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dc815e0_74431626)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:193 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1503 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2331 (getModuleLink)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a8/20/c3/a820c330c7ff99507ca967837cd8c846ed5e9264_2.file.pm_advancedsearch_js.tpl.php:72 (generateURLFromCriterions)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e27c126_68457606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1504 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2331 (getModuleLink)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a8/20/c3/a820c330c7ff99507ca967837cd8c846ed5e9264_2.file.pm_advancedsearch_js.tpl.php:72 (generateURLFromCriterions)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e27c126_68457606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1517 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3159 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3000 (includeAssets)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3246 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1536 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "iqitcontactpage" LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e4/c5/55/e4c5557a60205d19d9e4d7184e3f52d4ab53b829_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e4/c5/55/e4c5557a60205d19d9e4d7184e3f52d4ab53b829_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e336c24_69780439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/95/31/db/9531db4d121a6e4f271d4b9825614c61629616a5_2.file.footer.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e32ce31_71481616)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:531 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:149 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1547 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/modules/iqitwishlist/iqitwishlist.php:228 (getTemplateVarUrls)
/modules/iqitwishlist/iqitwishlist.php:210 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1557 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/modules/iqitwishlist/iqitwishlist.php:228 (getTemplateVarUrls)
/modules/iqitwishlist/iqitwishlist.php:210 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1575 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.068
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:548 (getBaseLink)
/override/classes/Link.php:40 (getCMSLink)
/var/cache/prod/smarty/compile/warehouse/33/32/91/333291b0e402a5e0e6bc96566494cea37124d5c2_2.file.cookies-notice.tpl.php:273 (getCMSLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38ea86949_15621791)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2232 (fetch)
/modules/cookiesplus/cookiesplus.php:1311 (display)
/modules/cookiesplus/cookiesplus.php:1328 (hookFooter)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1184 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
14 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "ets_seo" LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/override/classes/Dispatcher.php:38 (isEnabled)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
40 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.067
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/ets_seo/ets_seo.php:138 (isEnabled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:29 (dispatch)
|
74 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
85 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
93 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
132 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
143 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
150 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
151 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
152 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
163 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
164 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
169 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
171 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
173 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
174 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
175 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
176 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
191 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
198 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
202 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
203 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
209 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
214 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
240 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
241 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
254 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
263 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
265 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
285 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
319 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
321 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
330 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
341 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
443 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:162 (getBaseLink)
/override/classes/Link.php:30 (getProductLink)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
474 |
SELECT SQL_NO_CACHE `reduction`
FROM `pr_product_group_reduction_cache`
WHERE `id_product` = 7951 AND `id_group` = 1 LIMIT 1 |
0.067
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
576 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
587 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
588 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
591 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
592 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
594 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
597 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
599 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
601 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
604 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
882 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
923 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
971 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
974 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
984 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
985 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1020 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1031 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1049 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1057 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1062 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1063 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1096 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1103 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1111 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1137 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1141 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1172 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1186 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1192 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1193 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1196 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1197 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1198 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1201 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1202 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1206 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1211 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1213 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1220 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1221 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1224 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1227 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1229 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1230 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1232 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:168 (updateQueryString)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1236 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:168 (updateQueryString)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1237 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:168 (updateQueryString)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1248 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/modules/pm_advancedsearch4/controllers/front/seo.php:55 (getCanonicalURL)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1263 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1265 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1279 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1284 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 3
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1326 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1338 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:197 (getModuleLink)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1350 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3192 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3152 (includeAssets)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1361 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/modules/ets_seo/ets_seo.php:3231 (getTemplateVarPage)
/modules/ets_seo/ets_seo.php:2359 (getSeoMetaData)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1369 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/modules/ets_seo/ets_seo.php:3384 (getPageLink)
/modules/ets_seo/ets_seo.php:3213 (getPageLink)
/modules/ets_seo/ets_seo.php:3235 (getSeoMetaDataArray)
/modules/ets_seo/ets_seo.php:2359 (getSeoMetaData)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1389 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:31 (translateDomain)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/a2/7b/5ea27be5d1619c7acd020cf40f681346865ced4e_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d94c7e8_04819468)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d925a00_53788679)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:207 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1396 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:31 (translateDomain)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/a2/7b/5ea27be5d1619c7acd020cf40f681346865ced4e_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d94c7e8_04819468)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d925a00_53788679)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:207 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1402 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:162 (getBaseLink)
/override/classes/Link.php:30 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/a2/7b/5ea27be5d1619c7acd020cf40f681346865ced4e_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d94c7e8_04819468)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d925a00_53788679)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:207 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1404 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:31 (translateDomain)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/a2/7b/5ea27be5d1619c7acd020cf40f681346865ced4e_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d94c7e8_04819468)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d925a00_53788679)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:207 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1416 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 88 AND `id_shop` = 1 LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/config/smartyfront.config.inc.php:85 (coreRenderWidget)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:89 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidget)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b2/54/e0/b254e041af1a320ea19c2ef0abcd00de8f477e75_2.file.header-2.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d9beb62_07735563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1511 |
SELECT SQL_NO_CACHE id_supplier FROM `pr_pm_advancedsearch_suppliers` WHERE id_search=2 |
0.067
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:272 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:332 (getSearchAssociations)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2985 (getSearchsFromHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3246 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1512 |
SELECT SQL_NO_CACHE id_manufacturer FROM `pr_pm_advancedsearch_manufacturers` WHERE id_search=2 |
0.067
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:273 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:332 (getSearchAssociations)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2985 (getSearchsFromHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3246 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1538 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "iqitlinksmanager" LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e4/c5/55/e4c5557a60205d19d9e4d7184e3f52d4ab53b829_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e4/c5/55/e4c5557a60205d19d9e4d7184e3f52d4ab53b829_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e336c24_69780439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/95/31/db/9531db4d121a6e4f271d4b9825614c61629616a5_2.file.footer.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e32ce31_71481616)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:531 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:149 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1543 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/modules/iqitwishlist/iqitwishlist.php:228 (getTemplateVarUrls)
/modules/iqitwishlist/iqitwishlist.php:210 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1544 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.067
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/modules/iqitwishlist/iqitwishlist.php:228 (getTemplateVarUrls)
/modules/iqitwishlist/iqitwishlist.php:210 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
82 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
86 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
105 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
135 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
137 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
144 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
146 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
153 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
165 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
166 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
178 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
185 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
186 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
200 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
204 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
206 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
212 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
215 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
217 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
224 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
248 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
255 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
256 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
258 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
266 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
301 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
302 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
304 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
305 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
306 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
307 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
312 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
315 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
322 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
324 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
326 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
332 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
333 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
338 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
339 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
343 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
433 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "ukooparts" LIMIT 1 |
0.066
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2945 (isEnabled)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1858 (getFromSmartyCache)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:142 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
448 |
SELECT SQL_NO_CACHE 1 FROM `pr_specific_price` WHERE `to` BETWEEN '2025-04-03 00:00:00' AND '2025-04-03 23:59:59' LIMIT 1 |
0.066
ms
|
1 |
|
|
/override/classes/SpecificPrice.php:381
/override/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
589 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
602 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
869 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
878 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
885 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
890 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
894 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
898 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
902 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
937 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
965 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
986 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
988 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
992 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
995 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
996 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1001 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1005 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1009 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1010 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1041 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1044 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1089 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1097 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1116 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1121 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1129 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1144 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1152 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1153 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1170 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1177 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1182 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1228 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1245 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/modules/pm_advancedsearch4/controllers/front/seo.php:55 (getCanonicalURL)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1247 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/modules/pm_advancedsearch4/controllers/front/seo.php:55 (getCanonicalURL)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1262 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1267 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1268 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 1
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1270 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1271 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1272 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1276 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1281 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1298 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1328 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1334 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1876 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:286 (getBreadcrumbLinks)
/modules/pm_advancedsearch4/controllers/front/seo.php:191 (getBreadcrumbLinks)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1382 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/auction/auction.php:874 (getModuleLink)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1390 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:162 (getBaseLink)
/override/classes/Link.php:30 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/a2/7b/5ea27be5d1619c7acd020cf40f681346865ced4e_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d94c7e8_04819468)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d925a00_53788679)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:207 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1394 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:162 (getBaseLink)
/override/classes/Link.php:30 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/a2/7b/5ea27be5d1619c7acd020cf40f681346865ced4e_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d94c7e8_04819468)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d925a00_53788679)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:207 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1408 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:31 (translateDomain)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/a2/7b/5ea27be5d1619c7acd020cf40f681346865ced4e_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d94c7e8_04819468)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d925a00_53788679)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:207 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1436 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/modules/ps_customersignin/ps_customersignin.php:105 (getPageLink)
/config/smartyfront.config.inc.php:150 (getWidgetVariables)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:159 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidgetBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/4b/af/8d/4baf8d41bfd82e9f6c72b6da25391a3a63c71407_2.file.mobile-header-2.tpl.php:73 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dc815e0_74431626)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:193 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:55 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1506 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2331 (getModuleLink)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a8/20/c3/a820c330c7ff99507ca967837cd8c846ed5e9264_2.file.pm_advancedsearch_js.tpl.php:72 (generateURLFromCriterions)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e27c126_68457606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1559 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/modules/iqitwishlist/iqitwishlist.php:228 (getTemplateVarUrls)
/modules/iqitwishlist/iqitwishlist.php:210 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
75 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
133 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
154 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
221 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
259 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
264 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
314 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
331 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
336 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
906 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
964 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
976 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
993 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
998 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1027 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1033 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1036 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1099 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1136 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1161 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1164 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1222 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1238 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:168 (updateQueryString)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1383 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/auction/auction.php:874 (getModuleLink)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1393 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:31 (translateDomain)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/a2/7b/5ea27be5d1619c7acd020cf40f681346865ced4e_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d94c7e8_04819468)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d925a00_53788679)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:207 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1428 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/modules/ps_shoppingcart/ps_shoppingcart.php:81 (getPageLink)
/modules/ps_shoppingcart/ps_shoppingcart.php:96 (getCartSummaryURL)
/config/smartyfront.config.inc.php:150 (getWidgetVariables)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:159 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidgetBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b2/54/e0/b254e041af1a320ea19c2ef0abcd00de8f477e75_2.file.header-2.tpl.php:109 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d9beb62_07735563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1507 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2331 (getModuleLink)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a8/20/c3/a820c330c7ff99507ca967837cd8c846ed5e9264_2.file.pm_advancedsearch_js.tpl.php:72 (generateURLFromCriterions)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e27c126_68457606)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1514 |
SELECT SQL_NO_CACHE page FROM `pr_pm_advancedsearch_special_pages` WHERE id_search=2 |
0.066
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:105 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:275 (valueList)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:332 (getSearchAssociations)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2985 (getSearchsFromHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3246 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1546 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 1
AND `target_replace` = 1 LIMIT 1 |
0.066
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/modules/iqitwishlist/iqitwishlist.php:228 (getTemplateVarUrls)
/modules/iqitwishlist/iqitwishlist.php:210 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
62 |
SELECT SQL_NO_CACHE id_shop
FROM `pr_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.065
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:51 (init)
/modules/pm_advancedsearch4/controllers/front/seo.php:34 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
96 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
138 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
181 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
182 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
184 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
188 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
192 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
199 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
201 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
207 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
211 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
219 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
250 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
267 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
308 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
313 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
325 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
327 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
328 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
334 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
340 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
342 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
344 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
348 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
488 |
SELECT SQL_NO_CACHE `reduction`
FROM `pr_product_group_reduction_cache`
WHERE `id_product` = 7976 AND `id_group` = 1 LIMIT 1 |
0.065
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
556 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.065
ms
|
0 |
|
|
/classes/module/Module.php:2109
/classes/controller/FrontController.php:1658 (isEnabled)
/classes/controller/FrontController.php:1801 (getDisplayTaxesLabel)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
667 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
874 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
876 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
881 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
886 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
887 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
889 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
891 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
925 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
940 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
958 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3192 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2973 (includeAssets)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:281 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
966 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
969 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
972 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
973 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
989 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1002 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1004 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1008 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1014 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1016 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1025 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1028 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1030 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1040 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1042 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1048 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1054 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1058 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1060 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1064 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1065 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1067 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1075 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1082 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1083 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1086 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1088 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1102 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1106 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1109 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1113 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1114 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1120 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1124 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1130 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1139 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1147 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1149 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1150 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1156 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1160 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1163 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1165 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1171 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1173 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1176 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1273 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1274 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1280 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1391 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:162 (getBaseLink)
/override/classes/Link.php:30 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/a2/7b/5ea27be5d1619c7acd020cf40f681346865ced4e_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d94c7e8_04819468)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d925a00_53788679)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:207 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1397 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:31 (translateDomain)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/a2/7b/5ea27be5d1619c7acd020cf40f681346865ced4e_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d94c7e8_04819468)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d925a00_53788679)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:207 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1398 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:162 (getBaseLink)
/override/classes/Link.php:30 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/a2/7b/5ea27be5d1619c7acd020cf40f681346865ced4e_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d94c7e8_04819468)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d925a00_53788679)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:207 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1413 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 73 AND `id_shop` = 1 LIMIT 1 |
0.065
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1427 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/modules/ps_shoppingcart/ps_shoppingcart.php:81 (getPageLink)
/modules/ps_shoppingcart/ps_shoppingcart.php:96 (getCartSummaryURL)
/config/smartyfront.config.inc.php:150 (getWidgetVariables)
/config/smartyfront.config.inc.php:78 ({closure})
/config/smartyfront.config.inc.php:159 (withWidget)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyWidgetBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b2/54/e0/b254e041af1a320ea19c2ef0abcd00de8f477e75_2.file.header-2.tpl.php:109 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d9beb62_07735563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1444 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 85 AND `id_shop` = 1 LIMIT 1 |
0.065
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/07/7e/72/077e72bcb4e81b20838f640c1a9e5a8dbe6c0044_2.file.breadcrumb.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dc9c5c9_66198954)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:92 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1519 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3192 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3000 (includeAssets)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3246 (displaySearchBlock)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:430 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1551 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/modules/iqitwishlist/iqitwishlist.php:228 (getTemplateVarUrls)
/modules/iqitwishlist/iqitwishlist.php:210 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
76 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
139 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
180 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
183 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
187 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
208 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
210 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
218 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
223 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
310 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
317 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
320 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
337 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
603 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
605 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1602 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:208 (getTemplateVarUrls)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:271 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:129 (renderFacets)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
873 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
893 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 3
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
895 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 3
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
903 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 1
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
907 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
931 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
949 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:197 (getModuleLink)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
954 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/controllers/front/seo.php:197 (getModuleLink)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
970 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
982 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
990 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
994 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
997 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1003 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1006 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1018 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1024 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1035 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1050 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1074 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1077 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1081 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1085 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1090 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1100 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1118 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1123 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1132 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1134 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1146 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1162 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1169 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1278 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1282 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 3
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1283 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1294 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1299 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1336 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:197 (getModuleLink)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1400 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:31 (translateDomain)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/a2/7b/5ea27be5d1619c7acd020cf40f681346865ced4e_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d94c7e8_04819468)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d925a00_53788679)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:207 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1545 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/modules/iqitwishlist/iqitwishlist.php:228 (getTemplateVarUrls)
/modules/iqitwishlist/iqitwishlist.php:210 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1548 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 1
AND `target_replace` = 1 LIMIT 1 |
0.065
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/modules/iqitwishlist/iqitwishlist.php:228 (getTemplateVarUrls)
/modules/iqitwishlist/iqitwishlist.php:210 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
88 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
97 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
98 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
147 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
189 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
205 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
309 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
884 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
901 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 1
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
908 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
910 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
917 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 3
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
922 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
924 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
948 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:197 (getModuleLink)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
956 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3159 (getModuleLink)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2973 (includeAssets)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:281 (setSmartyVarsForTpl)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1000 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1012 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1043 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1051 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1072 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1078 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1084 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1091 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1094 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1108 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1112 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1117 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1122 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1125 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1133 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1142 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1157 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1168 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1239 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "appagebuilder" LIMIT 1 |
0.064
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/pm_advancedsearch4/controllers/front/seo.php:173 (isEnabled)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1286 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1287 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1321 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1322 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1331 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 3
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1365 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/modules/ets_seo/ets_seo.php:3231 (getTemplateVarPage)
/modules/ets_seo/ets_seo.php:2359 (getSeoMetaData)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1370 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/modules/ets_seo/ets_seo.php:3384 (getPageLink)
/modules/ets_seo/ets_seo.php:3213 (getPageLink)
/modules/ets_seo/ets_seo.php:3235 (getSeoMetaDataArray)
/modules/ets_seo/ets_seo.php:2359 (getSeoMetaData)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1401 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:31 (translateDomain)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/a2/7b/5ea27be5d1619c7acd020cf40f681346865ced4e_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d94c7e8_04819468)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d925a00_53788679)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:207 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1407 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:162 (getBaseLink)
/override/classes/Link.php:30 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/a2/7b/5ea27be5d1619c7acd020cf40f681346865ced4e_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d94c7e8_04819468)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d925a00_53788679)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:207 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1552 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/modules/iqitwishlist/iqitwishlist.php:228 (getTemplateVarUrls)
/modules/iqitwishlist/iqitwishlist.php:210 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1560 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/modules/iqitwishlist/iqitwishlist.php:228 (getTemplateVarUrls)
/modules/iqitwishlist/iqitwishlist.php:210 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
87 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
99 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
100 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
101 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
110 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
136 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
177 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
193 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
220 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
222 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
298 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
316 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
345 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
871 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:349 (generateURLFromCriterions)
/classes/controller/FrontController.php:1807 (getCanonicalURL)
/modules/pm_advancedsearch4/controllers/front/seo.php:211 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
879 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 1
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
883 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
897 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
900 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
905 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
911 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
928 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 1
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
930 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
942 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 3
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
944 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 3
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
945 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1876 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:286 (getBreadcrumbLinks)
/modules/pm_advancedsearch4/controllers/front/seo.php:191 (getBreadcrumbLinks)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
979 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1011 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1013 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:513 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:517 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:184 (getTemplateVarPagination)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1021 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1029 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1032 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1034 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1038 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1045 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1046 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1052 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1068 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1080 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1092 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1093 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1104 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1107 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1110 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1115 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1128 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1131 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1148 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/classes/controller/ProductListingFrontController.php:561 (updateQueryString)
:undefined ({closure})
/classes/controller/ProductListingFrontController.php:566 (array_map)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:196 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1154 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1158 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1174 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:201 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:141 (getTemplateVarSortOrders)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1295 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1297 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1304 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1313 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1319 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1395 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:162 (getBaseLink)
/override/classes/Link.php:30 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/a2/7b/5ea27be5d1619c7acd020cf40f681346865ced4e_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d94c7e8_04819468)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d925a00_53788679)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:207 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1430 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 83 AND `id_shop` = 1 LIMIT 1 |
0.064
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b2/54/e0/b254e041af1a320ea19c2ef0abcd00de8f477e75_2.file.header-2.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d9beb62_07735563)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/6f/f4/a4/6ff4a4829132151e1c0ff1b36aabf02464177b91_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d98a914_02572512)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:78 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1479 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 78 AND `id_shop` = 1 LIMIT 1 |
0.064
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:156 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:304 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/28/37/cd/2837cd7a08a8da738167f5362820d9a3f062f61d_2.file.product-miniature-1.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd26646_07191494)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:73 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/8d/84/0d8d845cfdb74934d1ad8373f84f80df3b1ab568_2.file.product.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dd09714_45292637)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:67 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/a9/3b/9c/a93b9cd47065feb81ae37a2596fd011ddc84bba3_2.file.products.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38dcf6cf6_65022619)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:136 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:267 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:122 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:111 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1537 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 75 AND `id_shop` = 1 LIMIT 1 |
0.064
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e4/c5/55/e4c5557a60205d19d9e4d7184e3f52d4ab53b829_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e4/c5/55/e4c5557a60205d19d9e4d7184e3f52d4ab53b829_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e336c24_69780439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/95/31/db/9531db4d121a6e4f271d4b9825614c61629616a5_2.file.footer.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e32ce31_71481616)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:531 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:149 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1539 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 82 AND `id_shop` = 1 LIMIT 1 |
0.064
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e4/c5/55/e4c5557a60205d19d9e4d7184e3f52d4ab53b829_2.file.footer-2.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e4/c5/55/e4c5557a60205d19d9e4d7184e3f52d4ab53b829_2.file.footer-2.tpl.php:67 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e336c24_69780439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/95/31/db/9531db4d121a6e4f271d4b9825614c61629616a5_2.file.footer.tpl.php:34 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38e32ce31_71481616)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:531 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:149 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1558 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/modules/iqitwishlist/iqitwishlist.php:228 (getTemplateVarUrls)
/modules/iqitwishlist/iqitwishlist.php:210 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1563 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.064
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/modules/iqitwishlist/iqitwishlist.php:228 (getTemplateVarUrls)
/modules/iqitwishlist/iqitwishlist.php:210 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
899 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
934 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1289 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1308 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 3
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1325 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1371 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/modules/ets_seo/ets_seo.php:3384 (getPageLink)
/modules/ets_seo/ets_seo.php:3213 (getPageLink)
/modules/ets_seo/ets_seo.php:3235 (getSeoMetaDataArray)
/modules/ets_seo/ets_seo.php:2359 (getSeoMetaData)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1399 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:162 (getBaseLink)
/override/classes/Link.php:30 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/a2/7b/5ea27be5d1619c7acd020cf40f681346865ced4e_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d94c7e8_04819468)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d925a00_53788679)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:207 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1562 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 3
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/modules/iqitwishlist/iqitwishlist.php:228 (getTemplateVarUrls)
/modules/iqitwishlist/iqitwishlist.php:210 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1564 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 3
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/modules/iqitwishlist/iqitwishlist.php:228 (getTemplateVarUrls)
/modules/iqitwishlist/iqitwishlist.php:210 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
106 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
318 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/Models/Seo.php:222 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:162 (getCrossLinksSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
434 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.063
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/pm_advancedsearch4/pm_advancedsearch4.php:2945 (isEnabled)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:1858 (getFromSmartyCache)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:142 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
909 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
918 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
919 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 3
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
932 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
933 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
935 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
936 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
938 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
941 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
946 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/controller/FrontController.php:1876 (getPageLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:286 (getBreadcrumbLinks)
/modules/pm_advancedsearch4/controllers/front/seo.php:191 (getBreadcrumbLinks)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
947 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:197 (getModuleLink)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
951 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:197 (getModuleLink)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
952 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:197 (getModuleLink)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1053 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1069 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1070 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:370 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:189 (updateQueryString)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:136 (getTemplateVarPagination)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1288 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1290 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 1
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1292 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 1
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1305 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1306 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 3
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1311 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1314 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1315 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 1
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1320 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1329 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1330 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1342 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/controllers/front/seo.php:197 (getModuleLink)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1343 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/controllers/front/seo.php:197 (getModuleLink)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1403 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:162 (getBaseLink)
/override/classes/Link.php:30 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/a2/7b/5ea27be5d1619c7acd020cf40f681346865ced4e_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d94c7e8_04819468)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d925a00_53788679)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:207 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1409 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:31 (translateDomain)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/5e/a2/7b/5ea27be5d1619c7acd020cf40f681346865ced4e_2.file.product-list-jsonld.tpl.php:48 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d94c7e8_04819468)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:57 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:463 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/01/b4/15/01b4154c51d50c1adf60e963e9f7c5e0e4516a0e_2.file.head.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d925a00_53788679)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:207 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1553 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/modules/iqitwishlist/iqitwishlist.php:228 (getTemplateVarUrls)
/modules/iqitwishlist/iqitwishlist.php:210 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1554 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/modules/iqitwishlist/iqitwishlist.php:228 (getTemplateVarUrls)
/modules/iqitwishlist/iqitwishlist.php:210 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1555 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/modules/iqitwishlist/iqitwishlist.php:228 (getTemplateVarUrls)
/modules/iqitwishlist/iqitwishlist.php:210 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1561 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.063
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/modules/iqitwishlist/iqitwishlist.php:228 (getTemplateVarUrls)
/modules/iqitwishlist/iqitwishlist.php:210 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:567 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/80/1f/73801ffb69c5017e4a6c6e2475e6998be269a482_2.file.layout-both-columns.tpl.php:162 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8efe59_26793057)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7e/57/0e/7e570eb2c0b840ea376bd163493e32f270355489_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8c3bb5_73684217)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/95/cf/e995cf1c6bb7e026d0a63edc8a7ed8e8c619f84f_2.file.product-list.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8bd416_79235867)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/99/84/b6/9984b6b7ae91d0c53632fa39c5f5d4f4a30ab8e3_2.file.category.tpl.php:108 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d8a97b2_43324869)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b3/aa/c5/b3aac589574f8ebe39b57247b16bc9b5e0f939df_2.module.pm_advancedsearch4viewstemplatesfront8seopage.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67eea38d86af78_97380876)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1300 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.062
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1337 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.062
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:197 (getModuleLink)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
943 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.062
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1291 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.062
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1302 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.062
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:698 (getBaseLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1307 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.062
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1727 (getTemplateVarUrls)
/classes/controller/FrontController.php:1755 (getShopLogo)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1316 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.062
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1317 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 1
AND `target_replace` = 1 LIMIT 1 |
0.062
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1324 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.062
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1332 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.062
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:66 (translateDomain)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2495 (getModuleLink)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:226 (generateURLFromCriterions)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:209 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:553 (getTemplateVarUrls)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1339 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.062
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:25 (translateDomain)
/classes/Link.php:1163 (getBaseLink)
/override/classes/Link.php:50 (getPageLink)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:197 (getModuleLink)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1340 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.062
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:286 (getDomain)
/modules/languageperdomain/languageperdomain.php:249 (isActiveDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:197 (getModuleLink)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1341 |
SELECT SQL_NO_CACHE *
FROM `pr_languageperdomain`
WHERE `lang_id` = 2
AND `target_replace` = 1 LIMIT 1 |
0.062
ms
|
2 |
|
|
/modules/languageperdomain/languageperdomain.php:205
/modules/languageperdomain/languageperdomain.php:226 (getDomain)
/modules/languageperdomain/languageperdomain.php:271 (getLangDomain)
/override/classes/Link.php:13 (replaceDomain)
/override/classes/Link.php:51 (translateDomain)
/classes/Link.php:706 (getPageLink)
/override/classes/Link.php:65 (getModuleLink)
/modules/pm_advancedsearch4/controllers/front/seo.php:197 (getModuleLink)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
920 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `pr_country`
WHERE `id_country` = 14 LIMIT 1 |
0.060
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:280 (assignGeneralPurposeVariables)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:132 (renderActiveFilters)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
46 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module` WHERE `name` = "ps_accounts" LIMIT 1 |
0.060
ms
|
0 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:257
/src/Adapter/Module/ModuleDataProvider.php:228 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:329 (isInstalled)
/modules/ps_eventbus/src/Helper/ModuleHelper.php:48 (isInstalled)
/modules/ps_eventbus/src/Helper/ModuleHelper.php:80 (isInstalled)
/modules/ps_eventbus/src/Service/PsAccountsAdapterService.php:82 (isInstalledAndActive)
/modules/ps_eventbus/src/Handler/ErrorHandler/ErrorHandler.php:65 (getShopUuid)
/var/cache/prod/Ps_eventbus321FrontContainer.php:398 (__construct)
/var/cache/prod/Ps_eventbus321FrontContainer.php:808 (getErrorHandlerService)
/var/cache/prod/Ps_eventbus321FrontContainer.php:1138 (getIncrementalSyncRepositoryService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getSynchronizationServiceService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/ps_eventbus/src/DependencyInjection/ServiceContainer.php:73 (get)
/modules/ps_eventbus/ps_eventbus.php:323 (getService)
/modules/ps_eventbus/ps_eventbus.php:1648 (getService)
/classes/Hook.php:1043 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Dispatcher.php:351 (exec)
/index.php:29 (dispatch)
|
449 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pr_specific_price_priority`
WHERE `id_product` = 7950
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.060
ms
|
0 |
|
|
/override/classes/SpecificPrice.php:259
/override/classes/SpecificPrice.php:239 (getPriority)
/override/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2067 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:2001 (getProductsProperties)
/modules/pm_advancedsearch4/classes/SearchProvider/Facets.php:154 (getProductsSearched)
/modules/pm_advancedsearch4/classes/AdvancedSearchProductListingFrontController.php:109 (runQuery)
/modules/pm_advancedsearch4/controllers/front/seo.php:167 (getProductSearchVariables)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1309 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `pr_country`
WHERE `id_country` = 14 LIMIT 1 |
0.059
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1372 |
SELECT SQL_NO_CACHE `id_meta` FROM `pr_meta` WHERE `page`='seo' LIMIT 1 |
0.059
ms
|
0 |
|
|
/modules/ets_seo/classes/EtsSeoMeta.php:252
/modules/ets_seo/ets_seo.php:2670 (getIdMetaByController)
/modules/ets_seo/ets_seo.php:3373 (generateGraphWebData)
/modules/ets_seo/ets_seo.php:2359 (getSeoMetaData)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
1240 |
SELECT SQL_NO_CACHE `id_module` FROM `pr_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/pm_advancedsearch4/controllers/front/seo.php:173 (isEnabled)
/modules/pm_advancedsearch4/controllers/front/seo.php:38 (setSmartyVars)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
63 |
SET group_concat_max_len = 33554432 |
0.052
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:119
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:46 (setGroupConcatMaxLength)
/modules/pm_advancedsearch4/classes/Models/Seo.php:250 (query)
/modules/pm_advancedsearch4/controllers/front/seo.php:83 (getSeoSearchByIdSeo)
/modules/pm_advancedsearch4/controllers/front/seo.php:36 (setSEOTags)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|