1 (0.230)
SELECT *
FROM arp_store
WHERE REPLACE(`ssl`, 'www.', '') = 'https://thehappyshoeshop.com.au/'
/home/happyshoeshop/public_html/index.php:40
2 (8.261)
SELECT *
FROM `arp_setting`
WHERE store_id = '0' OR store_id = '0'
ORDER BY store_id ASC
/home/happyshoeshop/public_html/index.php:52
3 (0.167)
SELECT *
FROM `arp_language`
WHERE status = '1'
/home/happyshoeshop/public_html/index.php:138
4 (0.159)
SELECT *
FROM arp_currency
/home/happyshoeshop/public_html/system/modification/system/library/currency.php:13
5 (0.324)
SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority
FROM arp_tax_rule tr1
LEFT JOIN arp_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id)
INNER JOIN arp_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id)
LEFT JOIN arp_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id)
LEFT JOIN arp_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id)
WHERE tr1.based = 'shipping' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '13' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '197')
ORDER BY tr1.priority ASC
/home/happyshoeshop/public_html/system/library/tax.php:26
6 (0.232)
SELECT tr1.tax_class_id, tr2.tax_rate_id, tr2.name, tr2.rate, tr2.type, tr1.priority
FROM arp_tax_rule tr1
LEFT JOIN arp_tax_rate tr2 ON (tr1.tax_rate_id = tr2.tax_rate_id)
INNER JOIN arp_tax_rate_to_customer_group tr2cg ON (tr2.tax_rate_id = tr2cg.tax_rate_id)
LEFT JOIN arp_zone_to_geo_zone z2gz ON (tr2.geo_zone_id = z2gz.geo_zone_id)
LEFT JOIN arp_geo_zone gz ON (tr2.geo_zone_id = gz.geo_zone_id)
WHERE tr1.based = 'store' AND tr2cg.customer_group_id = '1' AND z2gz.country_id = '13' AND (z2gz.zone_id = '0' OR z2gz.zone_id = '197')
ORDER BY tr1.priority ASC
/home/happyshoeshop/public_html/system/library/tax.php:54
7 (0.237)
SELECT *
FROM arp_weight_class wc
LEFT JOIN arp_weight_class_description wcd ON (wc.weight_class_id = wcd.weight_class_id)
WHERE wcd.language_id = '1'
/home/happyshoeshop/public_html/system/library/weight.php:9
8 (0.199)
SELECT *
FROM arp_length_class mc
LEFT JOIN arp_length_class_description mcd ON (mc.length_class_id = mcd.length_class_id)
WHERE mcd.language_id = '1'
/home/happyshoeshop/public_html/system/library/length.php:9
9 (0.156)
SELECT *
FROM arp_extension
WHERE `type` = 'openbay'
/home/happyshoeshop/public_html/system/library/openbay.php:117
10 (0.235)
SELECT *
FROM arp_event
/home/happyshoeshop/public_html/index.php:239
11 (0.701)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
12 (0.131)
SELECT redirect, language_id
FROM arp_url_redirect
WHERE query = 'https://thehappyshoeshop.com.au/index.php?route=product/special' LIMIT 1
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:17
13 (0.731)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
14 (0.656)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
15 (0.276)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/special' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
16 (0.688)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
17 (0.292)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/compare' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
18 (1.603)
SELECT COUNT(DISTINCT ps.product_id) AS total
FROM arp_product_special ps
LEFT JOIN arp_product p ON (ps.product_id = p.product_id)
LEFT JOIN arp_product_to_store p2s ON (p.product_id = p2s.product_id)
WHERE p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:800
19 (3.736)
SELECT DISTINCT ps.product_id, (SELECT AVG(rating)
FROM arp_review r1
WHERE r1.product_id = ps.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating
FROM arp_product_special ps
LEFT JOIN arp_product p ON (ps.product_id = p.product_id)
LEFT JOIN arp_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN arp_product_to_store p2s ON (p.product_id = p2s.product_id)
WHERE p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0' AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW())) GROUP BY ps.product_id
ORDER BY p.sort_order ASC, LCASE(pd.name) ASC LIMIT 0,20
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:480
20 (0.847)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM arp_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM arp_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM arp_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM arp_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM arp_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM arp_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM arp_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM arp_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM arp_product p
LEFT JOIN arp_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN arp_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN arp_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '107089' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:59
21 (0.818)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM arp_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM arp_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM arp_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM arp_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM arp_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM arp_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM arp_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM arp_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM arp_product p
LEFT JOIN arp_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN arp_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN arp_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '107088' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:59
22 (0.775)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM arp_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM arp_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM arp_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM arp_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM arp_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM arp_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM arp_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM arp_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM arp_product p
LEFT JOIN arp_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN arp_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN arp_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '108254' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:59
23 (0.786)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM arp_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM arp_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM arp_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM arp_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM arp_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM arp_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM arp_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM arp_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM arp_product p
LEFT JOIN arp_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN arp_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN arp_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '108253' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:59
24 (0.805)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM arp_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM arp_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM arp_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM arp_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM arp_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM arp_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM arp_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM arp_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM arp_product p
LEFT JOIN arp_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN arp_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN arp_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '107106' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:59
25 (0.765)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM arp_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM arp_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM arp_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM arp_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM arp_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM arp_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM arp_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM arp_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM arp_product p
LEFT JOIN arp_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN arp_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN arp_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '106595' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:59
26 (0.767)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM arp_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM arp_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM arp_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM arp_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM arp_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM arp_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM arp_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM arp_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM arp_product p
LEFT JOIN arp_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN arp_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN arp_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '108250' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:59
27 (0.772)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM arp_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM arp_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM arp_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM arp_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM arp_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM arp_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM arp_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM arp_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM arp_product p
LEFT JOIN arp_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN arp_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN arp_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '108547' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:59
28 (0.770)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM arp_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM arp_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM arp_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM arp_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM arp_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM arp_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM arp_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM arp_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM arp_product p
LEFT JOIN arp_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN arp_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN arp_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '108255' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:59
29 (0.769)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM arp_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM arp_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM arp_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM arp_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM arp_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM arp_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM arp_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM arp_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM arp_product p
LEFT JOIN arp_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN arp_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN arp_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '108256' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:59
30 (0.827)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM arp_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM arp_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM arp_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM arp_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM arp_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM arp_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM arp_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM arp_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM arp_product p
LEFT JOIN arp_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN arp_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN arp_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '106588' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:59
31 (0.751)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM arp_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM arp_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM arp_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM arp_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM arp_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM arp_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM arp_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM arp_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM arp_product p
LEFT JOIN arp_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN arp_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN arp_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '106589' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:59
32 (0.779)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM arp_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM arp_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM arp_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM arp_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM arp_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM arp_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM arp_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM arp_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM arp_product p
LEFT JOIN arp_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN arp_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN arp_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '106599' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:59
33 (0.774)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM arp_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM arp_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM arp_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM arp_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM arp_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM arp_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM arp_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM arp_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM arp_product p
LEFT JOIN arp_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN arp_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN arp_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '106584' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:59
34 (0.801)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM arp_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM arp_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM arp_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM arp_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM arp_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM arp_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM arp_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM arp_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM arp_product p
LEFT JOIN arp_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN arp_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN arp_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '106587' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:59
35 (0.770)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM arp_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM arp_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM arp_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM arp_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM arp_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM arp_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM arp_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM arp_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM arp_product p
LEFT JOIN arp_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN arp_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN arp_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '106586' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:59
36 (0.751)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM arp_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM arp_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM arp_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM arp_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM arp_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM arp_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM arp_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM arp_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM arp_product p
LEFT JOIN arp_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN arp_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN arp_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '108548' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:59
37 (0.773)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM arp_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM arp_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM arp_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM arp_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM arp_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM arp_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM arp_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM arp_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM arp_product p
LEFT JOIN arp_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN arp_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN arp_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '108549' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:59
38 (0.809)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM arp_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM arp_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM arp_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM arp_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM arp_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM arp_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM arp_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM arp_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM arp_product p
LEFT JOIN arp_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN arp_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN arp_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '106591' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:59
39 (0.795)
SELECT DISTINCT *, pd.name AS name, p.image, m.name AS manufacturer, (SELECT price
FROM arp_product_discount pd2
WHERE pd2.product_id = p.product_id AND pd2.customer_group_id = '1' AND pd2.quantity = '1' AND ((pd2.date_start = '0000-00-00' OR pd2.date_start < NOW()) AND (pd2.date_end = '0000-00-00' OR pd2.date_end > NOW()))
ORDER BY pd2.priority ASC, pd2.price ASC LIMIT 1) AS discount, (SELECT price
FROM arp_product_special ps
WHERE ps.product_id = p.product_id AND ps.customer_group_id = '1' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
ORDER BY ps.priority ASC, ps.price ASC LIMIT 1) AS special, (SELECT points
FROM arp_product_reward pr
WHERE pr.product_id = p.product_id AND customer_group_id = '1') AS reward, (SELECT ss.name
FROM arp_stock_status ss
WHERE ss.stock_status_id = p.stock_status_id AND ss.language_id = '1') AS stock_status, (SELECT wcd.unit
FROM arp_weight_class_description wcd
WHERE p.weight_class_id = wcd.weight_class_id AND wcd.language_id = '1') AS weight_class, (SELECT lcd.unit
FROM arp_length_class_description lcd
WHERE p.length_class_id = lcd.length_class_id AND lcd.language_id = '1') AS length_class, (SELECT AVG(rating) AS total
FROM arp_review r1
WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating, (SELECT COUNT(*) AS total
FROM arp_review r2
WHERE r2.product_id = p.product_id AND r2.status = '1' GROUP BY r2.product_id) AS reviews, p.sort_order
FROM arp_product p
LEFT JOIN arp_product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN arp_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN arp_manufacturer m ON (p.manufacturer_id = m.manufacturer_id)
WHERE p.product_id = '108708' AND pd.language_id = '1' AND p.status = '1' AND p.date_available <= NOW() AND p2s.store_id = '0'
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:59
40 (0.197)
SELECT *
FROM arp_product_image
WHERE product_id = '107089'
ORDER BY sort_order ASC
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:609
41 (0.754)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
42 (0.259)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/product' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
43 (0.247)
SELECT *
FROM arp_url_alias
WHERE `query` = 'product_id=107089' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
44 (0.181)
SELECT *
FROM arp_product_image
WHERE product_id = '107088'
ORDER BY sort_order ASC
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:609
45 (0.654)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
46 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/product' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
47 (0.195)
SELECT *
FROM arp_url_alias
WHERE `query` = 'product_id=107088' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
48 (0.165)
SELECT *
FROM arp_product_image
WHERE product_id = '108254'
ORDER BY sort_order ASC
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:609
49 (0.635)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
50 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/product' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
51 (0.251)
SELECT *
FROM arp_url_alias
WHERE `query` = 'product_id=108254' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
52 (0.165)
SELECT *
FROM arp_product_image
WHERE product_id = '108253'
ORDER BY sort_order ASC
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:609
53 (0.674)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
54 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/product' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
55 (0.224)
SELECT *
FROM arp_url_alias
WHERE `query` = 'product_id=108253' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
56 (0.179)
SELECT *
FROM arp_product_image
WHERE product_id = '107106'
ORDER BY sort_order ASC
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:609
57 (0.698)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
58 (0.300)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/product' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
59 (0.243)
SELECT *
FROM arp_url_alias
WHERE `query` = 'product_id=107106' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
60 (0.156)
SELECT *
FROM arp_product_image
WHERE product_id = '106595'
ORDER BY sort_order ASC
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:609
61 (0.748)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
62 (0.315)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/product' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
63 (0.375)
SELECT *
FROM arp_url_alias
WHERE `query` = 'product_id=106595' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
64 (0.152)
SELECT *
FROM arp_product_image
WHERE product_id = '108250'
ORDER BY sort_order ASC
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:609
65 (0.666)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
66 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/product' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
67 (0.220)
SELECT *
FROM arp_url_alias
WHERE `query` = 'product_id=108250' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
68 (0.148)
SELECT *
FROM arp_product_image
WHERE product_id = '108547'
ORDER BY sort_order ASC
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:609
69 (0.716)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
70 (0.290)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/product' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
71 (0.265)
SELECT *
FROM arp_url_alias
WHERE `query` = 'product_id=108547' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
72 (0.170)
SELECT *
FROM arp_product_image
WHERE product_id = '108255'
ORDER BY sort_order ASC
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:609
73 (0.731)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
74 (0.257)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/product' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
75 (0.225)
SELECT *
FROM arp_url_alias
WHERE `query` = 'product_id=108255' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
76 (0.172)
SELECT *
FROM arp_product_image
WHERE product_id = '108256'
ORDER BY sort_order ASC
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:609
77 (0.655)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
78 (0.277)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/product' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
79 (0.254)
SELECT *
FROM arp_url_alias
WHERE `query` = 'product_id=108256' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
80 (0.168)
SELECT *
FROM arp_product_image
WHERE product_id = '106588'
ORDER BY sort_order ASC
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:609
81 (0.677)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
82 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/product' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
83 (0.292)
SELECT *
FROM arp_url_alias
WHERE `query` = 'product_id=106588' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
84 (0.168)
SELECT *
FROM arp_product_image
WHERE product_id = '106589'
ORDER BY sort_order ASC
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:609
85 (0.695)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
86 (0.256)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/product' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
87 (0.255)
SELECT *
FROM arp_url_alias
WHERE `query` = 'product_id=106589' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
88 (0.148)
SELECT *
FROM arp_product_image
WHERE product_id = '106599'
ORDER BY sort_order ASC
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:609
89 (0.669)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
90 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/product' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
91 (0.280)
SELECT *
FROM arp_url_alias
WHERE `query` = 'product_id=106599' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
92 (0.167)
SELECT *
FROM arp_product_image
WHERE product_id = '106584'
ORDER BY sort_order ASC
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:609
93 (0.673)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
94 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/product' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
95 (0.255)
SELECT *
FROM arp_url_alias
WHERE `query` = 'product_id=106584' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
96 (0.166)
SELECT *
FROM arp_product_image
WHERE product_id = '106587'
ORDER BY sort_order ASC
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:609
97 (0.663)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
98 (0.275)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/product' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
99 (0.255)
SELECT *
FROM arp_url_alias
WHERE `query` = 'product_id=106587' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
100 (0.166)
SELECT *
FROM arp_product_image
WHERE product_id = '106586'
ORDER BY sort_order ASC
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:609
101 (0.689)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
102 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/product' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
103 (0.254)
SELECT *
FROM arp_url_alias
WHERE `query` = 'product_id=106586' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
104 (0.167)
SELECT *
FROM arp_product_image
WHERE product_id = '108548'
ORDER BY sort_order ASC
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:609
105 (0.654)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
106 (0.277)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/product' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
107 (0.262)
SELECT *
FROM arp_url_alias
WHERE `query` = 'product_id=108548' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
108 (0.149)
SELECT *
FROM arp_product_image
WHERE product_id = '108549'
ORDER BY sort_order ASC
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:609
109 (0.680)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
110 (0.300)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/product' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
111 (0.288)
SELECT *
FROM arp_url_alias
WHERE `query` = 'product_id=108549' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
112 (0.174)
SELECT *
FROM arp_product_image
WHERE product_id = '106591'
ORDER BY sort_order ASC
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:609
113 (0.705)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
114 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/product' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
115 (0.254)
SELECT *
FROM arp_url_alias
WHERE `query` = 'product_id=106591' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
116 (0.149)
SELECT *
FROM arp_product_image
WHERE product_id = '108708'
ORDER BY sort_order ASC
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_model_catalog_product.php:609
117 (0.654)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
118 (0.333)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/product' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
119 (0.297)
SELECT *
FROM arp_url_alias
WHERE `query` = 'product_id=108708' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
120 (0.655)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
121 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/special' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
122 (0.242)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'sort=p.sort_order' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
123 (0.195)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'order=ASC' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
124 (0.672)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
125 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/special' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
126 (0.264)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'sort=pd.name' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
127 (0.190)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'order=ASC' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
128 (0.726)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
129 (0.258)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/special' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
130 (0.291)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'sort=pd.name' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
131 (0.193)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'order=DESC' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
132 (0.667)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
133 (0.277)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/special' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
134 (0.243)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'sort=ps.price' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
135 (0.188)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'order=ASC' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
136 (0.668)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
137 (0.253)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/special' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
138 (0.243)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'sort=ps.price' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
139 (0.231)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'order=DESC' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
140 (0.649)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
141 (0.278)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/special' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
142 (0.242)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'sort=rating' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
143 (0.188)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'order=DESC' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
144 (0.837)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
145 (0.257)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/special' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
146 (0.270)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'sort=rating' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
147 (0.190)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'order=ASC' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
148 (0.655)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
149 (0.256)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/special' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
150 (0.259)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'sort=p.model' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
151 (0.206)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'order=ASC' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
152 (0.671)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
153 (0.261)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/special' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
154 (0.268)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'sort=p.model' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
155 (0.192)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'order=DESC' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
156 (0.693)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
157 (0.256)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/special' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
158 (0.220)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'limit=20' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
159 (0.678)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
160 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/special' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
161 (0.181)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'limit=25' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
162 (0.655)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
163 (0.253)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/special' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
164 (0.199)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'limit=50' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
165 (0.666)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
166 (0.283)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/special' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
167 (0.181)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'limit=75' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
168 (0.675)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
169 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/special' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
170 (0.179)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'limit=100' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
171 (0.674)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
172 (0.257)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/special' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
173 (0.192)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'page={page}' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
174 (0.695)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
175 (0.224)
SELECT *
FROM arp_layout_route
WHERE 'product/special' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-catalog_model_design_layout.php:18
176 (0.172)
SELECT *
FROM arp_layout_module
WHERE layout_id = '4' AND position = 'column_left'
ORDER BY sort_order
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-catalog_model_design_layout.php:28
177 (0.164)
SELECT *
FROM arp_layout_route
WHERE 'product/special' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-catalog_model_design_layout.php:18
178 (0.149)
SELECT *
FROM arp_layout_module
WHERE layout_id = '4' AND position = 'column_right'
ORDER BY sort_order
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-catalog_model_design_layout.php:28
179 (0.161)
SELECT *
FROM arp_layout_route
WHERE 'product/special' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-catalog_model_design_layout.php:18
180 (0.147)
SELECT *
FROM arp_layout_module
WHERE layout_id = '4' AND position = 'content_top'
ORDER BY sort_order
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-catalog_model_design_layout.php:28
181 (0.158)
SELECT *
FROM arp_layout_route
WHERE 'product/special' LIKE route AND store_id = '0'
ORDER BY route DESC LIMIT 1
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-catalog_model_design_layout.php:18
182 (0.145)
SELECT *
FROM arp_layout_module
WHERE layout_id = '4' AND position = 'content_bottom'
ORDER BY sort_order
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-catalog_model_design_layout.php:28
183 (0.678)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
184 (0.257)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=account/login' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
185 (0.591)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'abandonedcarts'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
186 (2.757)
SELECT *
FROM `arp_abandonedcarts`
WHERE `restore_id` = '1567da7a59fad9888ea166b679c80112' AND `ordered`=0
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_footer.php:20
187 (0.147)
SELECT *
FROM arp_layout
WHERE name like '%Footer%'
LIMIT 1
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-catalog_model_design_layout.php:6
188 (0.159)
SELECT *
FROM arp_layout_module
WHERE layout_id = '0' AND position = 'footer'
ORDER BY sort_order
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-catalog_model_design_layout.php:28
189 (0.993)
SELECT *
FROM arp_information i
LEFT JOIN arp_information_description id ON (i.information_id = id.information_id)
LEFT JOIN arp_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
ORDER BY i.sort_order, LCASE(id.title) ASC
/home/happyshoeshop/public_html/catalog/model/catalog/information.php:10
190 (0.684)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
191 (0.263)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=information/information' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
192 (0.207)
SELECT *
FROM arp_url_alias
WHERE `query` = 'information_id=4' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
193 (0.650)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
194 (0.293)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=information/information' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
195 (0.207)
SELECT *
FROM arp_url_alias
WHERE `query` = 'information_id=8' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
196 (0.638)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
197 (0.257)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=information/information' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
198 (0.202)
SELECT *
FROM arp_url_alias
WHERE `query` = 'information_id=6' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
199 (0.678)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
200 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=information/information' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
201 (0.201)
SELECT *
FROM arp_url_alias
WHERE `query` = 'information_id=3' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
202 (0.671)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
203 (0.259)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=information/information' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
204 (0.221)
SELECT *
FROM arp_url_alias
WHERE `query` = 'information_id=5' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
205 (0.655)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
206 (0.276)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=information/information' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
207 (0.202)
SELECT *
FROM arp_url_alias
WHERE `query` = 'information_id=7' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
208 (0.686)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
209 (0.257)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=information/contact' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
210 (0.680)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
211 (0.256)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=account/return/add' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
212 (0.649)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
213 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=information/sitemap' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
214 (0.147)
SELECT *
FROM arp_extension
WHERE code = 'ka_product_warranty'
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_system_library_db.php:203
215 (0.665)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
216 (0.256)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=account/product_warranties/save' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
217 (0.668)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
218 (0.258)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
219 (0.658)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
220 (0.259)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=account/voucher' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
221 (0.659)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
222 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=affiliate/account' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
223 (0.704)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
224 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/special' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
225 (0.650)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
226 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=account/account' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
227 (0.649)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
228 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=account/order' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
229 (0.732)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
230 (0.256)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=account/wishlist' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
231 (0.659)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
232 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=account/newsletter' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
233 (0.839)
DELETE
FROM `arp_customer_online`
WHERE date_added < '2023-11-30 00:57:25'
/home/happyshoeshop/public_html/catalog/model/tool/online.php:4
234 (0.136)
SELECT COUNT(*) AS total
FROM `arp_customer_online`
WHERE `ip` = '3.238.180.174'
/home/happyshoeshop/public_html/catalog/model/tool/online.php:6
235 (0.683)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
236 (0.257)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/special' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
237 (0.670)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
238 (0.148)
SELECT route
FROM arp_mblog_layout_route
WHERE layout_id ='47' AND store_id = '0'
/home/happyshoeshop/public_html/catalog/model/mblog/layout.php:36
239 (0.662)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
240 (0.872)
SELECT *
FROM arp_information i
LEFT JOIN arp_information_description id ON (i.information_id = id.information_id)
LEFT JOIN arp_information_to_store i2s ON (i.information_id = i2s.information_id)
WHERE id.language_id = '1' AND i2s.store_id = '0' AND i.status = '1'
ORDER BY i.sort_order, LCASE(id.title) ASC
/home/happyshoeshop/public_html/catalog/model/catalog/information.php:10
241 (0.694)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
242 (0.258)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=information/information' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
243 (0.204)
SELECT *
FROM arp_url_alias
WHERE `query` = 'information_id=4' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
244 (0.679)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
245 (0.334)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=information/information' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
246 (0.206)
SELECT *
FROM arp_url_alias
WHERE `query` = 'information_id=8' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
247 (0.704)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
248 (0.253)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=information/information' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
249 (0.244)
SELECT *
FROM arp_url_alias
WHERE `query` = 'information_id=6' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
250 (0.657)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
251 (0.344)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=information/information' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
252 (0.200)
SELECT *
FROM arp_url_alias
WHERE `query` = 'information_id=3' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
253 (0.674)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
254 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=information/information' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
255 (0.203)
SELECT *
FROM arp_url_alias
WHERE `query` = 'information_id=5' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
256 (0.696)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
257 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=information/information' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
258 (0.226)
SELECT *
FROM arp_url_alias
WHERE `query` = 'information_id=7' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
259 (0.696)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
260 (0.257)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=account/account' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
261 (0.732)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
262 (0.258)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=account/logout' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
263 (0.665)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
264 (0.630)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
265 (0.283)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=account/wishlist' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
266 (0.651)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
267 (0.274)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=account/account' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
268 (0.654)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
269 (0.275)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=account/register' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
270 (0.641)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
271 (0.272)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=account/login' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
272 (0.636)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
273 (0.269)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=account/order' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
274 (0.629)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
275 (0.277)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=account/transaction' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
276 (0.651)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
277 (0.336)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=account/download' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
278 (0.688)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
279 (0.256)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=account/logout' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
280 (0.668)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
281 (0.259)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=checkout/cart' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
282 (0.654)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
283 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=checkout/checkout' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
284 (0.667)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
285 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=information/contact' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
286 (0.642)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
287 (0.291)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
288 (0.223)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=74' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
289 (0.668)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
290 (0.256)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
291 (0.205)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=11' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
292 (0.653)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
293 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
294 (0.220)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=63' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
295 (0.656)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
296 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
297 (0.240)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=65' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
298 (0.655)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
299 (0.290)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
300 (0.228)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=99' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
301 (0.674)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
302 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
303 (0.203)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=100' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
304 (0.671)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
305 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
306 (0.227)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=29' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
307 (0.652)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
308 (0.319)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
309 (0.211)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=108' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
310 (0.850)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
311 (0.258)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
312 (0.225)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=96' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
313 (0.672)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
314 (0.391)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
315 (0.242)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=86' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
316 (0.687)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
317 (0.261)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
318 (0.217)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=44' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
319 (0.673)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
320 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
321 (0.227)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=94' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
322 (0.813)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
323 (0.278)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
324 (0.212)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=35' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
325 (0.700)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
326 (0.256)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
327 (0.210)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=112' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
328 (0.668)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
329 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
330 (0.209)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=22' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
331 (0.692)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
332 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
333 (0.224)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=64' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
334 (0.691)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
335 (0.260)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
336 (0.214)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=24' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
337 (0.678)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
338 (0.264)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
339 (0.223)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=70' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
340 (0.673)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
341 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
342 (0.252)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=90' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
343 (0.650)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
344 (0.313)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
345 (0.229)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=76' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
346 (0.670)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
347 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
348 (0.211)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=113' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
349 (0.671)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
350 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
351 (0.238)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=79' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
352 (0.655)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
353 (0.272)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
354 (0.221)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=80' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
355 (0.661)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
356 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
357 (0.205)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=114' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
358 (0.657)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
359 (0.253)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
360 (0.239)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=67' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
361 (0.638)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
362 (0.276)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
363 (0.215)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=43' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
364 (0.655)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
365 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
366 (0.215)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=45' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
367 (0.662)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
368 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
369 (0.224)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=81' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
370 (0.639)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
371 (0.267)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
372 (0.209)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=12' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
373 (0.645)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
374 (0.261)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
375 (0.221)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=61' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
376 (0.671)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
377 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
378 (0.218)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=77' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
379 (0.648)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
380 (0.377)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
381 (0.222)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=27' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
382 (0.700)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
383 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
384 (0.203)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=102' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
385 (0.657)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
386 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
387 (0.206)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=107' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
388 (0.694)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
389 (0.295)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
390 (0.215)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=31' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
391 (0.636)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
392 (0.260)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
393 (0.215)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=32' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
394 (0.676)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
395 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
396 (0.210)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=111' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
397 (0.667)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
398 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
399 (0.230)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=117' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
400 (0.647)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
401 (0.277)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
402 (0.207)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=103' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
403 (0.672)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
404 (0.257)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
405 (0.215)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=26' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
406 (0.679)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
407 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
408 (0.258)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=88' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
409 (0.656)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
410 (0.280)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
411 (0.225)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=39' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
412 (0.752)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
413 (0.294)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
414 (0.225)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=57' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
415 (0.791)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
416 (0.260)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
417 (0.230)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=20' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
418 (0.655)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
419 (0.293)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
420 (0.293)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=91' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
421 (0.786)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
422 (0.257)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
423 (0.242)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=51' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
424 (0.653)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
425 (0.278)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
426 (0.211)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=30' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
427 (0.707)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
428 (0.278)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
429 (0.220)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=60' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
430 (0.676)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
431 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
432 (0.213)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=38' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
433 (0.650)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
434 (0.275)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
435 (0.222)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=66' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
436 (0.700)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
437 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
438 (0.202)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=101' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
439 (0.676)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
440 (0.258)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
441 (0.208)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=109' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
442 (0.671)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
443 (0.264)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
444 (0.247)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=97' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
445 (0.658)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
446 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
447 (0.243)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=89' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
448 (0.694)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
449 (0.260)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
450 (0.220)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=73' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
451 (0.708)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
452 (0.291)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
453 (0.225)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=78' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
454 (0.676)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
455 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
456 (0.221)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=69' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
457 (0.721)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
458 (0.256)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
459 (0.222)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=72' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
460 (0.641)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
461 (0.290)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
462 (0.217)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=37' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
463 (0.695)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
464 (0.299)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
465 (0.227)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=75' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
466 (0.744)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
467 (0.280)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
468 (0.252)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=49' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
469 (0.644)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
470 (0.274)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
471 (0.225)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=87' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
472 (0.686)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
473 (0.256)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
474 (0.216)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=52' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
475 (0.659)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
476 (0.268)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
477 (0.249)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=50' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
478 (0.643)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
479 (0.277)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
480 (0.223)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=53' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
481 (0.660)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
482 (0.260)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
483 (0.217)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=48' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
484 (0.657)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
485 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
486 (0.306)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=21' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
487 (0.631)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
488 (0.283)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
489 (0.207)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=104' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
490 (0.668)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
491 (0.253)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
492 (0.249)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=68' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
493 (0.666)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
494 (0.258)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
495 (0.218)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=58' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
496 (0.653)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
497 (0.269)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
498 (0.208)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=105' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
499 (0.648)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
500 (0.259)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
501 (0.227)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=95' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
502 (0.682)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
503 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
504 (0.214)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=36' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
505 (0.700)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
506 (0.253)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
507 (0.379)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=82' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
508 (0.674)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
509 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
510 (0.219)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=59' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
511 (0.720)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
512 (0.301)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
513 (0.269)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=110' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
514 (0.700)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
515 (0.276)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
516 (0.225)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=93' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
517 (0.672)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
518 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
519 (0.222)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=92' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
520 (0.707)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
521 (0.256)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
522 (0.248)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=83' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
523 (0.655)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
524 (0.279)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
525 (0.210)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=115' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
526 (0.710)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
527 (0.257)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
528 (0.216)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=40' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
529 (0.793)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
530 (0.278)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
531 (0.291)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=116' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
532 (0.657)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
533 (0.256)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
534 (0.223)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=19' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
535 (0.670)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
536 (0.260)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
537 (0.217)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=42' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
538 (0.671)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
539 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
540 (0.237)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=55' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
541 (0.648)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
542 (0.284)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
543 (0.224)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=85' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
544 (0.676)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
545 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
546 (0.223)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=98' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
547 (0.652)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
548 (0.259)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
549 (0.245)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=106' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
550 (0.636)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
551 (0.285)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/manufacturer/info' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
552 (0.219)
SELECT *
FROM arp_url_alias
WHERE `query` = 'manufacturer_id=54' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:269
553 (0.935)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '0' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
554 (0.823)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10145' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
555 (0.524)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10183' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
556 (0.681)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
557 (0.261)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
558 (0.207)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10145' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
559 (0.547)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10187' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
560 (0.717)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
561 (0.258)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
562 (0.203)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10145' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
563 (0.552)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10185' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
564 (0.674)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
565 (0.256)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
566 (0.205)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10145' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
567 (0.557)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10153' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
568 (0.674)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
569 (0.256)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
570 (0.204)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10145' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
571 (0.545)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10182' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
572 (0.644)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
573 (0.285)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
574 (0.206)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10145' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
575 (0.530)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10186' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
576 (0.673)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
577 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
578 (0.223)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10145' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
579 (0.529)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10184' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
580 (0.676)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
581 (0.256)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
582 (0.202)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10145' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
583 (0.634)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
584 (0.272)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
585 (0.205)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10145' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
586 (0.887)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '60' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
587 (0.577)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10114' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
588 (0.714)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
589 (0.260)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
590 (0.251)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=60' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
591 (0.192)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10114' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
592 (0.524)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10237' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
593 (0.679)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
594 (0.256)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
595 (0.230)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=60' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
596 (0.210)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10237' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
597 (0.525)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10225' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
598 (0.673)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
599 (0.256)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
600 (0.213)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=60' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
601 (0.213)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10225' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
602 (0.560)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10236' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
603 (0.660)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
604 (0.276)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
605 (0.209)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=60' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
606 (0.214)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10236' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
607 (0.552)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10180' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
608 (0.656)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
609 (0.284)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
610 (0.211)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=60' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
611 (0.210)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10180' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
612 (0.577)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10113' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
613 (0.656)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
614 (0.277)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
615 (0.210)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=60' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
616 (0.196)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10113' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
617 (0.570)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10179' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
618 (0.667)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
619 (0.257)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
620 (0.209)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=60' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
621 (0.201)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10179' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
622 (0.626)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10149' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
623 (0.682)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
624 (0.319)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
625 (0.211)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=60' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
626 (0.192)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10149' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
627 (0.543)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10123' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
628 (0.674)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
629 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
630 (0.209)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=60' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
631 (0.190)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10123' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
632 (0.532)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10093' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
633 (0.688)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
634 (0.260)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
635 (0.209)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=60' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
636 (0.207)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10093' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
637 (0.525)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10118' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
638 (0.677)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
639 (0.259)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
640 (0.210)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=60' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
641 (0.213)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10118' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
642 (0.526)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10157' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
643 (0.676)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
644 (0.256)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
645 (0.208)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=60' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
646 (0.225)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10157' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
647 (0.654)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
648 (0.276)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
649 (0.208)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=60' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
650 (0.804)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '61' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
651 (0.523)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10175' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
652 (0.677)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
653 (0.257)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
654 (0.234)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=61' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
655 (0.210)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10175' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
656 (0.525)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10174' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
657 (0.681)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
658 (0.258)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
659 (0.233)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=61' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
660 (0.200)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10174' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
661 (0.563)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10235' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
662 (0.677)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
663 (0.292)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
664 (0.212)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=61' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
665 (0.213)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10235' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
666 (0.550)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10178' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
667 (0.674)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
668 (0.284)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
669 (0.213)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=61' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
670 (0.207)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10178' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
671 (0.551)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10152' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
672 (0.675)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
673 (0.276)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
674 (0.210)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=61' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
675 (0.201)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10152' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
676 (0.553)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10177' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
677 (0.655)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
678 (0.262)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
679 (0.210)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=61' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
680 (0.206)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10177' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
681 (0.555)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10107' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
682 (0.694)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
683 (0.257)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
684 (0.210)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=61' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
685 (0.186)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10107' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
686 (0.550)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10162' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
687 (0.715)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
688 (0.257)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
689 (0.210)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=61' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
690 (0.197)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10162' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
691 (0.548)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10132' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
692 (0.673)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
693 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
694 (0.209)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=61' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
695 (0.198)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10132' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
696 (0.654)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
697 (0.274)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
698 (0.209)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=61' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
699 (0.759)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10124' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
700 (0.520)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10181' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
701 (0.810)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
702 (0.259)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
703 (0.247)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10124' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
704 (0.227)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10181' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
705 (0.526)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10170' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
706 (0.673)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
707 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
708 (0.224)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10124' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
709 (0.203)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10170' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
710 (0.525)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10173' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
711 (0.687)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
712 (0.261)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
713 (0.235)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10124' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
714 (0.209)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10173' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
715 (0.541)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10171' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
716 (0.677)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
717 (0.256)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
718 (0.234)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10124' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
719 (0.202)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10171' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
720 (0.675)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
721 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
722 (0.201)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10124' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
723 (0.623)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10109' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
724 (0.519)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10169' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
725 (0.686)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
726 (0.260)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
727 (0.231)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10109' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
728 (0.196)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10169' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
729 (0.687)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
730 (0.268)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
731 (0.191)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10109' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
732 (0.573)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '89' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
733 (0.674)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
734 (0.264)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
735 (0.212)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=89' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
736 (0.627)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10108' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
737 (0.519)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10154' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
738 (0.715)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
739 (0.256)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
740 (0.213)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10108' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
741 (0.193)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10154' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
742 (0.671)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
743 (0.253)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
744 (0.191)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10108' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
745 (1.081)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '63' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
746 (0.545)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '10099' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
747 (0.725)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
748 (0.260)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
749 (0.211)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=63' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
750 (0.188)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=10099' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
751 (0.558)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '101' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
752 (0.697)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
753 (0.262)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
754 (0.212)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=63' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
755 (0.187)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=101' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
756 (0.552)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '88' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
757 (0.678)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
758 (0.256)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
759 (0.212)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=63' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
760 (0.205)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=88' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
761 (0.547)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '87' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
762 (0.692)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
763 (0.256)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
764 (0.210)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=63' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
765 (0.238)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=87' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
766 (0.527)
SELECT *
FROM arp_category c
LEFT JOIN arp_category_description cd ON (c.category_id = cd.category_id)
LEFT JOIN arp_category_to_store c2s ON (c.category_id = c2s.category_id)
WHERE c.parent_id = '97' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'
ORDER BY c.sort_order, LCASE(cd.name)
/home/happyshoeshop/public_html/catalog/model/catalog/category.php:10
767 (0.678)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
768 (0.257)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
769 (0.269)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=63' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
770 (0.236)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=97' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
771 (0.653)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
772 (0.272)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/category' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
773 (0.208)
SELECT *
FROM arp_url_alias
WHERE `query` = 'category_id=63' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:319
774 (0.690)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
775 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=common/language/language' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
776 (0.668)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
777 (0.279)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=common/currency/currency' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
778 (0.653)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
779 (0.255)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=product/special' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
780 (0.162)
SELECT *
FROM arp_extension
WHERE `type` = 'total'
/home/happyshoeshop/public_html/catalog/model/extension/extension.php:4
781 (0.684)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
782 (0.256)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=checkout/cart' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
783 (0.655)
SELECT *
FROM arp_setting
WHERE store_id = '0' AND `code` = 'mblog_setting'
/home/happyshoeshop/public_html/catalog/model/setting/setting.php:6
784 (0.254)
SELECT keyword
FROM arp_url_alias
WHERE `query` = 'route=checkout/checkout' AND (`language_id` = '1' OR `language_id` = 0)
/home/happyshoeshop/public_html/vqmod/vqcache/vq2-system_modification_catalog_controller_common_seo_url.php:335
Social Login