0

Wait! We have a something for you...

Don't leave empty-handed! Simply enter your email below and we will send you a great discount on our products:

We hate spam as much as you do! Your details are never shared and you can unsubscribe at any time.

Debug Overview

App Total Time DB Queries DB Query Total Time Amazon Requests
2.7295060157776 381 1.1115 0


No Amazon API Requests Made.


App Debug - Total Time 2.7295060157776 seconds

Number Time From Start Name Description
1 1.5647130012512 Initialise Initialise FSB Function
2 1.5685648918152 App Controller Start Start of the App controller (called before the controller of every page)
3 1.5925810337067 Start of getCategoryListByGroup Function Before first category groups query
4 1.5938148498535 After initial query Before first category groups query
5 1.5938160419464 Get Category List for Group Before the call to getCategoryList function
6 1.5938189029694 Start of GetCategoryList function Start of the function
7 1.593820810318 Before getting categories Query to get specific category list
8 1.594841003418 After getting categories Query to get specific category list
9 1.5948419570923 Before getting category custom Before call to function getCategoryCustom
10 1.6221699714661 After getting category custom After call to function getCategoryCustom
11 1.622172832489 Before getting category custom Before call to function getCategoryCustom
12 1.6314568519592 After getting category custom After call to function getCategoryCustom
13 1.6314609050751 Before getting category custom Before call to function getCategoryCustom
14 1.6365528106689 After getting category custom After call to function getCategoryCustom
15 1.6365549564362 Before getting category custom Before call to function getCategoryCustom
16 1.6398949623108 After getting category custom After call to function getCategoryCustom
17 1.6398959159851 Before getting category custom Before call to function getCategoryCustom
18 1.6431229114532 After getting category custom After call to function getCategoryCustom
19 1.6431248188019 Before getting category custom Before call to function getCategoryCustom
20 1.6463248729706 After getting category custom After call to function getCategoryCustom
21 1.6463270187378 End of GetCategoryList function End of the function
22 1.6463329792023 Get Category List for Group Before the call to getCategoryList function
23 1.6463339328766 Start of GetCategoryList function Start of the function
24 1.6463358402252 Before getting categories Query to get specific category list
25 1.6466870307922 End of getCategoryListByGroup Function Before return()
26 2.4787759780884 App Controller End End of the App controller (called before the controller of every page)
27 2.6182708740234 App_after Controller Start Start of the App_after controller (called after the controller of every page)
28 2.6201038360596 Before Get Options Before the call to getOptions in the tpl class
29 2.6705288887024 After Get Options After the call to getOptions in the tpl class
30 2.6705570220947 App_after Controller End End of the App_after controller (called after the controller of every page)
31 2.7294960021973 Finalizing debug Before the debug is output to the page.
32 2.7295060157776 End of App This is the end of the app logging, final timestamp


Query Debug - 381 Database Queries. Total time 1.1115 seconds

Number Time (Seconds) Time (Milliseconds) Query
1 0.0024 0.0023689270019531
SELECT parameter, value FROM parameters
2 0.0061 0.0061309337615967
SELECT * FROM `bad_bots`
3 0.0003 0.00029301643371582
SET time_zone = 'Europe/London'
4 0.0018 0.0017640590667725
SELECT version FROM version ORDER BY `installed` DESC LIMIT 1
5 0.0012 0.0012319087982178
INSERT INTO ga_users (`isbot`, `ips`) SELECT '1', 'a:1:{i:0;s:13:\"216.73.216.68\";}'
6 0.0009 0.00093388557434082
INSERT INTO ga_sessions (`sessionlastseen`) SELECT '1751362155'
7 0.0020 0.0020451545715332
SELECT * FROM autorun ORDER BY lastrun ASC
8 0.0006 0.00058317184448242
SELECT * FROM version ORDER BY installed DESC LIMIT 1
9 0.0022 0.0021770000457764
SELECT id FROM pages WHERE pagename = 'search' LIMIT 1
10 0.0005 0.00049591064453125
SELECT * FROM pages WHERE id = 52
11 0.0018 0.0017659664154053
SELECT * FROM template_options WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
12 0.0212 0.021227121353149
SELECT * FROM template_text WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND language = 'en'
13 0.0007 0.00065398216247559
SELECT * FROM pages WHERE pagename = 'search'
14 0.0012 0.0012199878692627
SELECT * FROM categorygroups ORDER BY sortorder ASC
15 0.0010 0.0010030269622803
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '1'  AND hidden = 0 ORDER BY sortorder ASC
16 0.0075 0.0074570178985596
SELECT COUNT(DISTINCT(c.product_id)) FROM products_categories c, products p WHERE c.product_id = p.id AND p.parent_id = 0 AND c.category_id = 26
17 0.0012 0.0012080669403076
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 26
18 0.0011 0.0011191368103027
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 26
19 0.0004 0.00043296813964844
SELECT id FROM categories WHERE parent_id = '26'
20 0.0060 0.0060398578643799
SELECT COUNT(DISTINCT(p.id)) FROM products p, products_categories c
				WHERE p.id = c.product_id
				  AND c.category_id IN (26)
				  AND p.parent_id = 0
				  AND p.hidden = 0
				  AND p.enabled = 1 
21 0.0085 0.0084600448608398
SELECT COUNT(DISTINCT(p.id)) FROM bundles p, bundle_categories c
				WHERE p.id = c.bundle_id
				  AND c.category_id IN (26)
				  AND p.disabled = 0 
22 0.0013 0.0013148784637451
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (26)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
23 0.0008 0.00084614753723145
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '26'
24 0.0003 0.00031399726867676
SELECT * FROM categorygroups WHERE id = '1'
25 0.0034 0.0033900737762451
SELECT COUNT(DISTINCT(c.product_id)) FROM products_categories c, products p WHERE c.product_id = p.id AND p.parent_id = 0 AND c.category_id = 27
26 0.0004 0.00038695335388184
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 27
27 0.0004 0.00035810470581055
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 27
28 0.0003 0.00033187866210938
SELECT id FROM categories WHERE parent_id = '27'
29 0.0033 0.0033371448516846
SELECT COUNT(DISTINCT(p.id)) FROM products p, products_categories c
				WHERE p.id = c.product_id
				  AND c.category_id IN (27)
				  AND p.parent_id = 0
				  AND p.hidden = 0
				  AND p.enabled = 1 
30 0.0004 0.00039100646972656
SELECT COUNT(DISTINCT(p.id)) FROM bundles p, bundle_categories c
				WHERE p.id = c.bundle_id
				  AND c.category_id IN (27)
				  AND p.disabled = 0 
31 0.0004 0.00038886070251465
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (27)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
32 0.0003 0.00033092498779297
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '27'
33 0.0003 0.00029706954956055
SELECT * FROM categorygroups WHERE id = '1'
34 0.0013 0.0012941360473633
SELECT COUNT(DISTINCT(c.product_id)) FROM products_categories c, products p WHERE c.product_id = p.id AND p.parent_id = 0 AND c.category_id = 28
35 0.0004 0.00037503242492676
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 28
36 0.0003 0.00031805038452148
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 28
37 0.0003 0.0003359317779541
SELECT id FROM categories WHERE parent_id = '28'
38 0.0013 0.0013358592987061
SELECT COUNT(DISTINCT(p.id)) FROM products p, products_categories c
				WHERE p.id = c.product_id
				  AND c.category_id IN (28)
				  AND p.parent_id = 0
				  AND p.hidden = 0
				  AND p.enabled = 1 
39 0.0004 0.00036191940307617
SELECT COUNT(DISTINCT(p.id)) FROM bundles p, bundle_categories c
				WHERE p.id = c.bundle_id
				  AND c.category_id IN (28)
				  AND p.disabled = 0 
40 0.0004 0.0003669261932373
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (28)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
41 0.0003 0.00032186508178711
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '28'
42 0.0003 0.00031304359436035
SELECT * FROM categorygroups WHERE id = '1'
43 0.0004 0.00043916702270508
SELECT COUNT(DISTINCT(c.product_id)) FROM products_categories c, products p WHERE c.product_id = p.id AND p.parent_id = 0 AND c.category_id = 29
44 0.0004 0.00037002563476562
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 29
45 0.0003 0.0003209114074707
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 29
46 0.0003 0.00032711029052734
SELECT id FROM categories WHERE parent_id = '29'
47 0.0005 0.00048995018005371
SELECT COUNT(DISTINCT(p.id)) FROM products p, products_categories c
				WHERE p.id = c.product_id
				  AND c.category_id IN (29)
				  AND p.parent_id = 0
				  AND p.hidden = 0
				  AND p.enabled = 1 
48 0.0003 0.00033402442932129
SELECT COUNT(DISTINCT(p.id)) FROM bundles p, bundle_categories c
				WHERE p.id = c.bundle_id
				  AND c.category_id IN (29)
				  AND p.disabled = 0 
49 0.0004 0.00035595893859863
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (29)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
50 0.0003 0.00031805038452148
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '29'
51 0.0003 0.00033187866210938
SELECT * FROM categorygroups WHERE id = '1'
52 0.0004 0.00040006637573242
SELECT COUNT(DISTINCT(c.product_id)) FROM products_categories c, products p WHERE c.product_id = p.id AND p.parent_id = 0 AND c.category_id = 30
53 0.0003 0.0003359317779541
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 30
54 0.0003 0.00027585029602051
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 30
55 0.0003 0.0003359317779541
SELECT id FROM categories WHERE parent_id = '30'
56 0.0005 0.00048494338989258
SELECT COUNT(DISTINCT(p.id)) FROM products p, products_categories c
				WHERE p.id = c.product_id
				  AND c.category_id IN (30)
				  AND p.parent_id = 0
				  AND p.hidden = 0
				  AND p.enabled = 1 
57 0.0004 0.00035285949707031
SELECT COUNT(DISTINCT(p.id)) FROM bundles p, bundle_categories c
				WHERE p.id = c.bundle_id
				  AND c.category_id IN (30)
				  AND p.disabled = 0 
58 0.0004 0.00036191940307617
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (30)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
59 0.0003 0.00031185150146484
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '30'
60 0.0003 0.00030708312988281
SELECT * FROM categorygroups WHERE id = '1'
61 0.0004 0.00042986869812012
SELECT COUNT(DISTINCT(c.product_id)) FROM products_categories c, products p WHERE c.product_id = p.id AND p.parent_id = 0 AND c.category_id = 31
62 0.0003 0.00030708312988281
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 31
63 0.0003 0.00027203559875488
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 31
64 0.0003 0.00030899047851562
SELECT id FROM categories WHERE parent_id = '31'
65 0.0005 0.00053715705871582
SELECT COUNT(DISTINCT(p.id)) FROM products p, products_categories c
				WHERE p.id = c.product_id
				  AND c.category_id IN (31)
				  AND p.parent_id = 0
				  AND p.hidden = 0
				  AND p.enabled = 1 
66 0.0003 0.00033307075500488
SELECT COUNT(DISTINCT(p.id)) FROM bundles p, bundle_categories c
				WHERE p.id = c.bundle_id
				  AND c.category_id IN (31)
				  AND p.disabled = 0 
67 0.0003 0.00034594535827637
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (31)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
68 0.0003 0.00030779838562012
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '31'
69 0.0003 0.0002899169921875
SELECT * FROM categorygroups WHERE id = '1'
70 0.0003 0.00034284591674805
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '2'  AND hidden = 0 ORDER BY sortorder ASC
71 0.0020 0.0019609928131104
SELECT * FROM manufacturers m WHERE m.display_sidebar = 1 AND m.merge_manufacturer_id = 0 ORDER BY linktitle ASC
72 0.0008 0.00084495544433594
SELECT * FROM sideboxes WHERE (templateuid = 'fsb-fluid2018' OR templateuid = '') AND enabled = 1 ORDER BY sortorder ASC
73 0.0004 0.00044083595275879
SELECT value FROM parameters WHERE parameter IN('EBAY_APP_ID' , 'EBAY_TRACKING_ID','EBAY_NETWORK_ID' , 'GOOGLE_SITE_KEY' , 'GOOGLE_SECRET_KEY' ,'GOOGLE_RECAPTCHA_TYPE','EBAY_AUTH_TOKEN','EBAY_LOCALE')ORDER BY parameter ASC
74 0.0007 0.00073599815368652
SELECT * FROM sideboxes_pages WHERE sidebox_id = '26'
75 0.0010 0.0010209083557129
SELECT value FROM template_options WHERE templateuid = 'fsb-fluid2018' AND optionuid = 'DISPLAY_CREDIT_ICON'
76 0.0007 0.00068998336791992
SELECT * FROM pages WHERE core = 1 ORDER BY pagekey
77 0.8218 0.8217761516571
SELECT * FROM ipgeocountries WHERE INET_ATON('216.73.216.68') >= INET_ATON(ip_start) AND INET_ATON('216.73.216.68') <= INET_ATON(ip_end)
78 0.0021 0.0021100044250488
SELECT * FROM ipgeolocations WHERE geoname_id = '6252001'
79 0.0008 0.0008389949798584
SELECT * FROM countryredirects WHERE countrycode = 'US'
80 0.0004 0.00037217140197754
SELECT * FROM pages WHERE pagename = 'search'
81 0.0067 0.0067069530487061
SELECT MAX(price) as maxprice, MIN(price) as minprice FROM products WHERE enabled = 1 AND hidden = 0 AND price <> 0 
82 0.0014 0.0013589859008789
SELECT * FROM manufacturers WHERE display_filter = 1 AND merge_manufacturer_id = 0 ORDER BY name
83 0.0010 0.001025915145874
SELECT * FROM productattributenames n WHERE hidden = 0 AND metabrowse = 1 ORDER BY n.displayname ASC
84 0.0047 0.0047168731689453
SELECT MAX(price) as maxprice, MIN(price) as minprice FROM products WHERE enabled = 1 AND hidden = 0 AND price <> 0 
85 0.0013 0.0013411045074463
SELECT * FROM manufacturers WHERE display_filter = 1 AND merge_manufacturer_id = 0 ORDER BY name
86 0.0004 0.0003669261932373
SELECT * FROM productattributenames n WHERE hidden = 0 AND metabrowse = 1 AND sidebarfilter = 1 ORDER BY n.displayname ASC
87 0.0008 0.00080394744873047
INSERT INTO searches (`keywords`, `timestamp`, `ip`) SELECT 'palais des thes the vert thE du hammam bote metal 100g', NOW(), '216.73.216.68'
88 0.0005 0.00053215026855469
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (title)
    AGAINST ('+pala} +d} +th} +the +vert +thE +du +hammam +bote +metal +100g' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (title) AGAINST ('+pala} +d} +th} +the +vert +thE +du +hammam +bote +metal +100g' IN BOOLEAN MODE)
		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 UNION SELECT DISTINCT(b.id), salesrank, price, title as `linktitle`, MATCH (title)
        AGAINST ('+pala} +d} +th} +the +vert +thE +du +hammam +bote +metal +100g'), 'bundle' AS type FROM bundles b
		WHERE MATCH (title) AGAINST ('+pala} +d} +th} +the +vert +thE +du +hammam +bote +metal +100g' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1
89 0.0004 0.00039505958557129
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (description, keyfeatures, title, descriptionsecondary)
    AGAINST ('+pala} +d} +th} +the +vert +thE +du +hammam +bote +metal +100g' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+pala} +d} +th} +the +vert +thE +du +hammam +bote +metal +100g' IN BOOLEAN MODE)
		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 UNION SELECT DISTINCT(b.id), salesrank, price, title as `linktitle`, MATCH (description, keyfeatures, title, descriptionsecondary)
        AGAINST ('+pala} +d} +th} +the +vert +thE +du +hammam +bote +metal +100g'), 'bundle' AS type FROM bundles b
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+pala} +d} +th} +the +vert +thE +du +hammam +bote +metal +100g' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1
90 0.0042 0.0042159557342529
SELECT DISTINCT (p.id), salesrank, price, linktitle,
          'product' AS type
          FROM products p 
		WHERE ((description LIKE 'palais') OR (keyfeatures LIKE 'palais') OR (title LIKE 'palais') OR (description LIKE 'des') OR (keyfeatures LIKE 'des') OR (title LIKE 'des') OR (description LIKE 'thes') OR (keyfeatures LIKE 'thes') OR (title LIKE 'thes') OR (description LIKE 'the') OR (keyfeatures LIKE 'the') OR (title LIKE 'the') OR (description LIKE 'vert') OR (keyfeatures LIKE 'vert') OR (title LIKE 'vert') OR (description LIKE 'thE') OR (keyfeatures LIKE 'thE') OR (title LIKE 'thE') OR (description LIKE 'du') OR (keyfeatures LIKE 'du') OR (title LIKE 'du') OR (description LIKE 'hammam') OR (keyfeatures LIKE 'hammam') OR (title LIKE 'hammam') OR (description LIKE 'bote') OR (keyfeatures LIKE 'bote') OR (title LIKE 'bote') OR (description LIKE 'metal') OR (keyfeatures LIKE 'metal') OR (title LIKE 'metal') OR (description LIKE '100g') OR (keyfeatures LIKE '100g') OR (title LIKE '100g'))

		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1
91 0.0004 0.00039911270141602
SELECT DISTINCT (p.id), price, linktitle,
          'ebayproduct' AS type
          FROM ebay_products p 
		WHERE ((description LIKE 'palais') OR (title LIKE 'palais') OR (description LIKE 'des') OR (title LIKE 'des') OR (description LIKE 'thes') OR (title LIKE 'thes') OR (description LIKE 'the') OR (title LIKE 'the') OR (description LIKE 'vert') OR (title LIKE 'vert') OR (description LIKE 'thE') OR (title LIKE 'thE') OR (description LIKE 'du') OR (title LIKE 'du') OR (description LIKE 'hammam') OR (title LIKE 'hammam') OR (description LIKE 'bote') OR (title LIKE 'bote') OR (description LIKE 'metal') OR (title LIKE 'metal') OR (description LIKE '100g') OR (title LIKE '100g'))
		AND hide = 0
92 0.0003 0.00033998489379883
SELECT DISTINCT (p.id), price, linktitle,
          'customproduct' AS type
          FROM custom_products p 
		WHERE ((description LIKE 'palais') OR (title LIKE 'palais') OR (description LIKE 'des') OR (title LIKE 'des') OR (description LIKE 'thes') OR (title LIKE 'thes') OR (description LIKE 'the') OR (title LIKE 'the') OR (description LIKE 'vert') OR (title LIKE 'vert') OR (description LIKE 'thE') OR (title LIKE 'thE') OR (description LIKE 'du') OR (title LIKE 'du') OR (description LIKE 'hammam') OR (title LIKE 'hammam') OR (description LIKE 'bote') OR (title LIKE 'bote') OR (description LIKE 'metal') OR (title LIKE 'metal') OR (description LIKE '100g') OR (title LIKE '100g'))
		AND hide = 0
93 0.0004 0.00036478042602539
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (description, keyfeatures, title, descriptionsecondary)
    AGAINST ('+pala} +d} +th} +the +vert +thE +du +hammam +bote +metal +100g' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+pala} +d} +th} +the +vert +thE +du +hammam +bote +metal +100g' IN BOOLEAN MODE)
		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 UNION SELECT DISTINCT(b.id), salesrank, price, title as `linktitle`, MATCH (description, keyfeatures, title, descriptionsecondary)
        AGAINST ('+pala} +d} +th} +the +vert +thE +du +hammam +bote +metal +100g'), 'bundle' AS type FROM bundles b
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+pala} +d} +th} +the +vert +thE +du +hammam +bote +metal +100g' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1
94 0.0059 0.005897045135498
SELECT DISTINCT (p.id), salesrank, price, linktitle,
          'product' AS type
          FROM products p 
		WHERE ((description LIKE '%palais%') OR (keyfeatures LIKE '%palais%') OR (title LIKE '%palais%') OR (description LIKE '%des%') OR (keyfeatures LIKE '%des%') OR (title LIKE '%des%') OR (description LIKE '%thes%') OR (keyfeatures LIKE '%thes%') OR (title LIKE '%thes%') OR (description LIKE '%the%') OR (keyfeatures LIKE '%the%') OR (title LIKE '%the%') OR (description LIKE '%vert%') OR (keyfeatures LIKE '%vert%') OR (title LIKE '%vert%') OR (description LIKE '%thE%') OR (keyfeatures LIKE '%thE%') OR (title LIKE '%thE%') OR (description LIKE '%du%') OR (keyfeatures LIKE '%du%') OR (title LIKE '%du%') OR (description LIKE '%hammam%') OR (keyfeatures LIKE '%hammam%') OR (title LIKE '%hammam%') OR (description LIKE '%bote%') OR (keyfeatures LIKE '%bote%') OR (title LIKE '%bote%') OR (description LIKE '%metal%') OR (keyfeatures LIKE '%metal%') OR (title LIKE '%metal%') OR (description LIKE '%100g%') OR (keyfeatures LIKE '%100g%') OR (title LIKE '%100g%'))

		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1
95 0.0003 0.00030517578125
SELECT DISTINCT (p.id), price, linktitle,
          'ebayproduct' AS type
          FROM ebay_products p 
		WHERE ((description LIKE '%palais%') OR (title LIKE '%palais%') OR (description LIKE '%des%') OR (title LIKE '%des%') OR (description LIKE '%thes%') OR (title LIKE '%thes%') OR (description LIKE '%the%') OR (title LIKE '%the%') OR (description LIKE '%vert%') OR (title LIKE '%vert%') OR (description LIKE '%thE%') OR (title LIKE '%thE%') OR (description LIKE '%du%') OR (title LIKE '%du%') OR (description LIKE '%hammam%') OR (title LIKE '%hammam%') OR (description LIKE '%bote%') OR (title LIKE '%bote%') OR (description LIKE '%metal%') OR (title LIKE '%metal%') OR (description LIKE '%100g%') OR (title LIKE '%100g%'))
		AND hide = 0
96 0.0003 0.00026106834411621
SELECT DISTINCT (p.id), price, linktitle,
          'customproduct' AS type
          FROM custom_products p 
		WHERE ((description LIKE '%palais%') OR (title LIKE '%palais%') OR (description LIKE '%des%') OR (title LIKE '%des%') OR (description LIKE '%thes%') OR (title LIKE '%thes%') OR (description LIKE '%the%') OR (title LIKE '%the%') OR (description LIKE '%vert%') OR (title LIKE '%vert%') OR (description LIKE '%thE%') OR (title LIKE '%thE%') OR (description LIKE '%du%') OR (title LIKE '%du%') OR (description LIKE '%hammam%') OR (title LIKE '%hammam%') OR (description LIKE '%bote%') OR (title LIKE '%bote%') OR (description LIKE '%metal%') OR (title LIKE '%metal%') OR (description LIKE '%100g%') OR (title LIKE '%100g%'))
		AND hide = 0
97 0.0004 0.00035214424133301
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (title)
    AGAINST ('+pala} +d} +th} +the +vert +thE +du +hammam +bote +metal +100g' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (title) AGAINST ('+pala} +d} +th} +the +vert +thE +du +hammam +bote +metal +100g' IN BOOLEAN MODE)
		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 UNION SELECT DISTINCT(b.id), salesrank, price, title as `linktitle`, MATCH (title)
        AGAINST ('+pala} +d} +th} +the +vert +thE +du +hammam +bote +metal +100g'), 'bundle' AS type FROM bundles b
		WHERE MATCH (title) AGAINST ('+pala} +d} +th} +the +vert +thE +du +hammam +bote +metal +100g' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1 ORDER BY salesrank ASC
98 0.0003 0.00033998489379883
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (description, keyfeatures, title, descriptionsecondary)
    AGAINST ('+pala} +d} +th} +the +vert +thE +du +hammam +bote +metal +100g' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+pala} +d} +th} +the +vert +thE +du +hammam +bote +metal +100g' IN BOOLEAN MODE)
		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 UNION SELECT DISTINCT(b.id), salesrank, price, title as `linktitle`, MATCH (description, keyfeatures, title, descriptionsecondary)
        AGAINST ('+pala} +d} +th} +the +vert +thE +du +hammam +bote +metal +100g'), 'bundle' AS type FROM bundles b
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+pala} +d} +th} +the +vert +thE +du +hammam +bote +metal +100g' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1 ORDER BY salesrank ASC
99 0.0042 0.0041751861572266
SELECT DISTINCT (p.id), salesrank, price, linktitle,
          'product' AS type
          FROM products p 
		WHERE ((description LIKE 'palais') OR (keyfeatures LIKE 'palais') OR (title LIKE 'palais') OR (description LIKE 'des') OR (keyfeatures LIKE 'des') OR (title LIKE 'des') OR (description LIKE 'thes') OR (keyfeatures LIKE 'thes') OR (title LIKE 'thes') OR (description LIKE 'the') OR (keyfeatures LIKE 'the') OR (title LIKE 'the') OR (description LIKE 'vert') OR (keyfeatures LIKE 'vert') OR (title LIKE 'vert') OR (description LIKE 'thE') OR (keyfeatures LIKE 'thE') OR (title LIKE 'thE') OR (description LIKE 'du') OR (keyfeatures LIKE 'du') OR (title LIKE 'du') OR (description LIKE 'hammam') OR (keyfeatures LIKE 'hammam') OR (title LIKE 'hammam') OR (description LIKE 'bote') OR (keyfeatures LIKE 'bote') OR (title LIKE 'bote') OR (description LIKE 'metal') OR (keyfeatures LIKE 'metal') OR (title LIKE 'metal') OR (description LIKE '100g') OR (keyfeatures LIKE '100g') OR (title LIKE '100g'))

		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 ORDER BY salesrank ASC
100 0.0003 0.00026416778564453
SELECT DISTINCT (p.id), price, linktitle,
          'ebayproduct' AS type
          FROM ebay_products p 
		WHERE ((description LIKE 'palais') OR (title LIKE 'palais') OR (description LIKE 'des') OR (title LIKE 'des') OR (description LIKE 'thes') OR (title LIKE 'thes') OR (description LIKE 'the') OR (title LIKE 'the') OR (description LIKE 'vert') OR (title LIKE 'vert') OR (description LIKE 'thE') OR (title LIKE 'thE') OR (description LIKE 'du') OR (title LIKE 'du') OR (description LIKE 'hammam') OR (title LIKE 'hammam') OR (description LIKE 'bote') OR (title LIKE 'bote') OR (description LIKE 'metal') OR (title LIKE 'metal') OR (description LIKE '100g') OR (title LIKE '100g'))
		AND hide = 0
101 0.0003 0.00026106834411621
SELECT DISTINCT (p.id), price, linktitle,
          'customproduct' AS type
          FROM custom_products p 
		WHERE ((description LIKE 'palais') OR (title LIKE 'palais') OR (description LIKE 'des') OR (title LIKE 'des') OR (description LIKE 'thes') OR (title LIKE 'thes') OR (description LIKE 'the') OR (title LIKE 'the') OR (description LIKE 'vert') OR (title LIKE 'vert') OR (description LIKE 'thE') OR (title LIKE 'thE') OR (description LIKE 'du') OR (title LIKE 'du') OR (description LIKE 'hammam') OR (title LIKE 'hammam') OR (description LIKE 'bote') OR (title LIKE 'bote') OR (description LIKE 'metal') OR (title LIKE 'metal') OR (description LIKE '100g') OR (title LIKE '100g'))
		AND hide = 0
102 0.0004 0.00036096572875977
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (description, keyfeatures, title, descriptionsecondary)
    AGAINST ('+pala} +d} +th} +the +vert +thE +du +hammam +bote +metal +100g' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+pala} +d} +th} +the +vert +thE +du +hammam +bote +metal +100g' IN BOOLEAN MODE)
		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 UNION SELECT DISTINCT(b.id), salesrank, price, title as `linktitle`, MATCH (description, keyfeatures, title, descriptionsecondary)
        AGAINST ('+pala} +d} +th} +the +vert +thE +du +hammam +bote +metal +100g'), 'bundle' AS type FROM bundles b
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+pala} +d} +th} +the +vert +thE +du +hammam +bote +metal +100g' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1 ORDER BY salesrank ASC
103 0.0059 0.0058839321136475
SELECT DISTINCT (p.id), salesrank, price, linktitle,
          'product' AS type
          FROM products p 
		WHERE ((description LIKE '%palais%') OR (keyfeatures LIKE '%palais%') OR (title LIKE '%palais%') OR (description LIKE '%des%') OR (keyfeatures LIKE '%des%') OR (title LIKE '%des%') OR (description LIKE '%thes%') OR (keyfeatures LIKE '%thes%') OR (title LIKE '%thes%') OR (description LIKE '%the%') OR (keyfeatures LIKE '%the%') OR (title LIKE '%the%') OR (description LIKE '%vert%') OR (keyfeatures LIKE '%vert%') OR (title LIKE '%vert%') OR (description LIKE '%thE%') OR (keyfeatures LIKE '%thE%') OR (title LIKE '%thE%') OR (description LIKE '%du%') OR (keyfeatures LIKE '%du%') OR (title LIKE '%du%') OR (description LIKE '%hammam%') OR (keyfeatures LIKE '%hammam%') OR (title LIKE '%hammam%') OR (description LIKE '%bote%') OR (keyfeatures LIKE '%bote%') OR (title LIKE '%bote%') OR (description LIKE '%metal%') OR (keyfeatures LIKE '%metal%') OR (title LIKE '%metal%') OR (description LIKE '%100g%') OR (keyfeatures LIKE '%100g%') OR (title LIKE '%100g%'))

		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 ORDER BY salesrank ASC
104 0.0003 0.00030303001403809
SELECT DISTINCT (p.id), price, linktitle,
          'ebayproduct' AS type
          FROM ebay_products p 
		WHERE ((description LIKE '%palais%') OR (title LIKE '%palais%') OR (description LIKE '%des%') OR (title LIKE '%des%') OR (description LIKE '%thes%') OR (title LIKE '%thes%') OR (description LIKE '%the%') OR (title LIKE '%the%') OR (description LIKE '%vert%') OR (title LIKE '%vert%') OR (description LIKE '%thE%') OR (title LIKE '%thE%') OR (description LIKE '%du%') OR (title LIKE '%du%') OR (description LIKE '%hammam%') OR (title LIKE '%hammam%') OR (description LIKE '%bote%') OR (title LIKE '%bote%') OR (description LIKE '%metal%') OR (title LIKE '%metal%') OR (description LIKE '%100g%') OR (title LIKE '%100g%'))
		AND hide = 0
105 0.0003 0.00026988983154297
SELECT DISTINCT (p.id), price, linktitle,
          'customproduct' AS type
          FROM custom_products p 
		WHERE ((description LIKE '%palais%') OR (title LIKE '%palais%') OR (description LIKE '%des%') OR (title LIKE '%des%') OR (description LIKE '%thes%') OR (title LIKE '%thes%') OR (description LIKE '%the%') OR (title LIKE '%the%') OR (description LIKE '%vert%') OR (title LIKE '%vert%') OR (description LIKE '%thE%') OR (title LIKE '%thE%') OR (description LIKE '%du%') OR (title LIKE '%du%') OR (description LIKE '%hammam%') OR (title LIKE '%hammam%') OR (description LIKE '%bote%') OR (title LIKE '%bote%') OR (description LIKE '%metal%') OR (title LIKE '%metal%') OR (description LIKE '%100g%') OR (title LIKE '%100g%'))
		AND hide = 0
106 0.0003 0.00031781196594238
SELECT * FROM products WHERE id = '4932'
107 0.0009 0.00094079971313477
SELECT * FROM productimages WHERE product_id = '4932' ORDER BY sortorder ASC
108 0.0008 0.00081181526184082
SELECT * FROM product_image_select WHERE product_id = '4932'
109 0.0007 0.00068378448486328
SELECT * FROM productcustomimages WHERE product_id = '4932'
110 0.0013 0.0013148784637451
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4932' AND a.name = n.originalname
111 0.0007 0.00071620941162109
SELECT * FROM productoffers WHERE product_id = '4932' AND merchantid = 'A1X6FK5RDHNB96'
112 0.0003 0.00030088424682617
SELECT * FROM productoffers
                WHERE product_id = '4932' AND price > 0
                ORDER BY price ASC LIMIT 1
113 0.0004 0.00036287307739258
SELECT value FROM productattributes WHERE product_id = '4932' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
114 0.0004 0.00037097930908203
SELECT * FROM products WHERE id = '1979'
115 0.0003 0.00034403800964355
SELECT * FROM productimages WHERE product_id = '1979' ORDER BY sortorder ASC
116 0.0005 0.00048589706420898
SELECT * FROM product_image_select WHERE product_id = '1979'
117 0.0003 0.00032305717468262
SELECT * FROM productcustomimages WHERE product_id = '1979'
118 0.0006 0.00058698654174805
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1979' AND a.name = n.originalname
119 0.0003 0.0003349781036377
SELECT * FROM productoffers WHERE product_id = '1979' AND merchantid = 'A1X6FK5RDHNB96'
120 0.0003 0.00029683113098145
SELECT * FROM productoffers
                WHERE product_id = '1979' AND price > 0
                ORDER BY price ASC LIMIT 1
121 0.0003 0.00028395652770996
SELECT value FROM productattributes WHERE product_id = '1979' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
122 0.0003 0.00033092498779297
SELECT * FROM products WHERE id = '4909'
123 0.0003 0.00033712387084961
SELECT * FROM productimages WHERE product_id = '4909' ORDER BY sortorder ASC
124 0.0004 0.00044608116149902
SELECT * FROM product_image_select WHERE product_id = '4909'
125 0.0003 0.00029301643371582
SELECT * FROM productcustomimages WHERE product_id = '4909'
126 0.0010 0.00095796585083008
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4909' AND a.name = n.originalname
127 0.0003 0.00030994415283203
SELECT * FROM productoffers WHERE product_id = '4909' AND merchantid = 'A1X6FK5RDHNB96'
128 0.0003 0.00029087066650391
SELECT * FROM productoffers
                WHERE product_id = '4909' AND price > 0
                ORDER BY price ASC LIMIT 1
129 0.0003 0.00026392936706543
SELECT value FROM productattributes WHERE product_id = '4909' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
130 0.0003 0.00032281875610352
SELECT * FROM products WHERE id = '1100'
131 0.0004 0.00037789344787598
SELECT * FROM productimages WHERE product_id = '1100' ORDER BY sortorder ASC
132 0.0004 0.00043392181396484
SELECT * FROM product_image_select WHERE product_id = '1100'
133 0.0003 0.00027084350585938
SELECT * FROM productcustomimages WHERE product_id = '1100'
134 0.0010 0.00098490715026855
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1100' AND a.name = n.originalname
135 0.0003 0.0003201961517334
SELECT * FROM productoffers WHERE product_id = '1100' AND merchantid = 'A1X6FK5RDHNB96'
136 0.0003 0.00029110908508301
SELECT * FROM productoffers
                WHERE product_id = '1100' AND price > 0
                ORDER BY price ASC LIMIT 1
137 0.0003 0.00032496452331543
SELECT value FROM productattributes WHERE product_id = '1100' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
138 0.0003 0.00032711029052734
SELECT * FROM products WHERE id = '4500'
139 0.0004 0.00039315223693848
SELECT * FROM productimages WHERE product_id = '4500' ORDER BY sortorder ASC
140 0.0003 0.00032305717468262
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '4500' AND p.id = pi.product_id ORDER BY pi.sortorder
141 0.0005 0.00049400329589844
SELECT * FROM product_image_select WHERE product_id = '4500'
142 0.0003 0.00029182434082031
SELECT * FROM productcustomimages WHERE product_id = '4500'
143 0.0004 0.00036311149597168
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '4500'
                GROUP BY o.product_id
144 0.0014 0.0014128684997559
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '4500'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
145 0.0004 0.00035500526428223
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 4500
146 0.0006 0.00058388710021973
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4500' AND a.name = n.originalname
147 0.0002 0.00024986267089844
SELECT * FROM productoffers WHERE product_id = '4500' AND merchantid = 'A1X6FK5RDHNB96'
148 0.0002 0.00024604797363281
SELECT * FROM productoffers
                WHERE product_id = '4500' AND price > 0
                ORDER BY price ASC LIMIT 1
149 0.0003 0.00026702880859375
SELECT * FROM productoffers
                WHERE product_id = 4500
                ORDER BY price ASC LIMIT 1
150 0.0003 0.00026607513427734
SELECT value FROM productattributes
                WHERE product_id = '4500'
                AND name = 'ListPriceAmount'
151 0.0003 0.00032377243041992
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '4500'
                GROUP BY o.product_id
152 0.0004 0.00044798851013184
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '4500'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
153 0.0003 0.00031399726867676
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 4500
154 0.0004 0.00040102005004883
SELECT value FROM productattributes WHERE product_id = '4500' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
155 0.0005 0.0005030632019043
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '4500'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'PackageQuantity'
                GROUP BY o.value
                ORDER BY o.value ASC
156 0.0003 0.00029802322387695
SELECT * FROM products WHERE id = '1274'
157 0.0004 0.00038480758666992
SELECT * FROM productimages WHERE product_id = '1274' ORDER BY sortorder ASC
158 0.0005 0.00047802925109863
SELECT * FROM product_image_select WHERE product_id = '1274'
159 0.0003 0.0002589225769043
SELECT * FROM productcustomimages WHERE product_id = '1274'
160 0.0007 0.00066494941711426
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1274' AND a.name = n.originalname
161 0.0003 0.0003058910369873
SELECT * FROM productoffers WHERE product_id = '1274' AND merchantid = 'A1X6FK5RDHNB96'
162 0.0003 0.00028896331787109
SELECT * FROM productoffers
                WHERE product_id = '1274' AND price > 0
                ORDER BY price ASC LIMIT 1
163 0.0003 0.00027012825012207
SELECT value FROM productattributes WHERE product_id = '1274' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
164 0.0004 0.00037002563476562
SELECT * FROM products WHERE id = '4498'
165 0.0003 0.00034999847412109
SELECT * FROM productimages WHERE product_id = '4498' ORDER BY sortorder ASC
166 0.0003 0.00031208992004395
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '4498' AND p.id = pi.product_id ORDER BY pi.sortorder
167 0.0006 0.00056004524230957
SELECT * FROM product_image_select WHERE product_id = '4498'
168 0.0003 0.00028491020202637
SELECT * FROM productcustomimages WHERE product_id = '4498'
169 0.0004 0.00037097930908203
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '4498'
                GROUP BY o.product_id
170 0.0004 0.00040006637573242
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '4498'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
171 0.0003 0.00025606155395508
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 4498
172 0.0005 0.00054287910461426
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4498' AND a.name = n.originalname
173 0.0002 0.00023603439331055
SELECT * FROM productoffers WHERE product_id = '4498' AND merchantid = 'A1X6FK5RDHNB96'
174 0.0003 0.00025105476379395
SELECT * FROM productoffers
                WHERE product_id = '4498' AND price > 0
                ORDER BY price ASC LIMIT 1
175 0.0003 0.00025296211242676
SELECT * FROM productoffers
                WHERE product_id = 4498
                ORDER BY price ASC LIMIT 1
176 0.0003 0.00032520294189453
SELECT value FROM productattributes
                WHERE product_id = '4498'
                AND name = 'ListPriceAmount'
177 0.0003 0.00029587745666504
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '4498'
                GROUP BY o.product_id
178 0.0004 0.00039100646972656
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '4498'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
179 0.0003 0.0002741813659668
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 4498
180 0.0004 0.00035905838012695
SELECT value FROM productattributes WHERE product_id = '4498' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
181 0.0004 0.00039911270141602
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '4498'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'PackageQuantity'
                GROUP BY o.value
                ORDER BY o.value ASC
182 0.0003 0.00034713745117188
SELECT * FROM products WHERE parent_id = '4498'
183 0.0003 0.00033402442932129
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4499' AND a.name = n.originalname
184 0.0003 0.00033307075500488
SELECT * FROM productoffers WHERE product_id = '4499' AND merchantid = 'A1X6FK5RDHNB96'
185 0.0003 0.00030088424682617
SELECT * FROM products WHERE id = '4951'
186 0.0005 0.00053501129150391
SELECT * FROM productimages WHERE product_id = '4951' ORDER BY sortorder ASC
187 0.0006 0.00058984756469727
SELECT * FROM product_image_select WHERE product_id = '4951'
188 0.0003 0.00028610229492188
SELECT * FROM productcustomimages WHERE product_id = '4951'
189 0.0007 0.00071001052856445
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4951' AND a.name = n.originalname
190 0.0003 0.00033783912658691
SELECT * FROM productoffers WHERE product_id = '4951' AND merchantid = 'A1X6FK5RDHNB96'
191 0.0003 0.0002751350402832
SELECT * FROM productoffers
                WHERE product_id = '4951' AND price > 0
                ORDER BY price ASC LIMIT 1
192 0.0002 0.00024104118347168
SELECT * FROM productoffers
                WHERE product_id = 4951
                ORDER BY price ASC LIMIT 1
193 0.0003 0.00031685829162598
SELECT value FROM productattributes
                WHERE product_id = '4951'
                AND name = 'ListPriceAmount'
194 0.0003 0.00028085708618164
SELECT value FROM productattributes WHERE product_id = '4951' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
195 0.0003 0.00034499168395996
SELECT * FROM products WHERE id = '850'
196 0.0005 0.00052213668823242
SELECT * FROM productimages WHERE product_id = '850' ORDER BY sortorder ASC
197 0.0004 0.00038409233093262
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '850' AND p.id = pi.product_id ORDER BY pi.sortorder
198 0.0004 0.00044798851013184
SELECT * FROM product_image_select WHERE product_id = '850'
199 0.0003 0.0002748966217041
SELECT * FROM productcustomimages WHERE product_id = '850'
200 0.0004 0.0003809928894043
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '850'
                GROUP BY o.product_id
201 0.0004 0.00038480758666992
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '850'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
202 0.0002 0.00024890899658203
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 850
203 0.0006 0.00056815147399902
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '850' AND a.name = n.originalname
204 0.0002 0.00023794174194336
SELECT * FROM productoffers WHERE product_id = '850' AND merchantid = 'A1X6FK5RDHNB96'
205 0.0002 0.00023794174194336
SELECT * FROM productoffers
                WHERE product_id = '850' AND price > 0
                ORDER BY price ASC LIMIT 1
206 0.0002 0.00024080276489258
SELECT * FROM productoffers
                WHERE product_id = 850
                ORDER BY price ASC LIMIT 1
207 0.0003 0.00028800964355469
SELECT value FROM productattributes
                WHERE product_id = '850'
                AND name = 'ListPriceAmount'
208 0.0003 0.00026488304138184
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '850'
                GROUP BY o.product_id
209 0.0004 0.0003819465637207
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '850'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
210 0.0003 0.00025010108947754
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 850
211 0.0003 0.00032901763916016
SELECT value FROM productattributes WHERE product_id = '850' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
212 0.0004 0.00036811828613281
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '850'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'Color'
                GROUP BY o.value
                ORDER BY o.value ASC
213 0.0003 0.00026798248291016
SELECT * FROM products WHERE parent_id = '850'
214 0.0004 0.00042009353637695
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4891' AND a.name = n.originalname
215 0.0003 0.00033688545227051
SELECT * FROM productoffers WHERE product_id = '4891' AND merchantid = 'A1X6FK5RDHNB96'
216 0.0003 0.00026893615722656
SELECT * FROM productoffers
                WHERE product_id = '4891' AND price > 0
                ORDER BY price ASC LIMIT 1
217 0.0003 0.00031495094299316
SELECT * FROM products WHERE id = '4929'
218 0.0004 0.00038409233093262
SELECT * FROM productimages WHERE product_id = '4929' ORDER BY sortorder ASC
219 0.0005 0.00051617622375488
SELECT * FROM product_image_select WHERE product_id = '4929'
220 0.0003 0.00028395652770996
SELECT * FROM productcustomimages WHERE product_id = '4929'
221 0.0010 0.00097799301147461
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4929' AND a.name = n.originalname
222 0.0003 0.00032997131347656
SELECT * FROM productoffers WHERE product_id = '4929' AND merchantid = 'A1X6FK5RDHNB96'
223 0.0003 0.00028395652770996
SELECT * FROM productoffers
                WHERE product_id = '4929' AND price > 0
                ORDER BY price ASC LIMIT 1
224 0.0003 0.00034189224243164
SELECT value FROM productattributes WHERE product_id = '4929' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
225 0.0004 0.00041389465332031
SELECT * FROM products WHERE id = '1340'
226 0.0004 0.00043606758117676
SELECT * FROM productimages WHERE product_id = '1340' ORDER BY sortorder ASC
227 0.0005 0.00047898292541504
SELECT * FROM product_image_select WHERE product_id = '1340'
228 0.0003 0.00032615661621094
SELECT * FROM productcustomimages WHERE product_id = '1340'
229 0.0007 0.0006709098815918
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1340' AND a.name = n.originalname
230 0.0003 0.0003199577331543
SELECT * FROM productoffers WHERE product_id = '1340' AND merchantid = 'A1X6FK5RDHNB96'
231 0.0004 0.00035500526428223
SELECT * FROM productoffers
                WHERE product_id = '1340' AND price > 0
                ORDER BY price ASC LIMIT 1
232 0.0004 0.00037717819213867
SELECT value FROM productattributes WHERE product_id = '1340' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
233 0.0004 0.0003669261932373
SELECT * FROM products WHERE id = '2204'
234 0.0004 0.00044703483581543
SELECT * FROM productimages WHERE product_id = '2204' ORDER BY sortorder ASC
235 0.0006 0.0005500316619873
SELECT * FROM product_image_select WHERE product_id = '2204'
236 0.0003 0.00032877922058105
SELECT * FROM productcustomimages WHERE product_id = '2204'
237 0.0008 0.00078415870666504
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '2204' AND a.name = n.originalname
238 0.0004 0.00039291381835938
SELECT * FROM productoffers WHERE product_id = '2204' AND merchantid = 'A1X6FK5RDHNB96'
239 0.0003 0.00028014183044434
SELECT * FROM productoffers
                WHERE product_id = '2204' AND price > 0
                ORDER BY price ASC LIMIT 1
240 0.0003 0.00028109550476074
SELECT value FROM productattributes WHERE product_id = '2204' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
241 0.0004 0.00038790702819824
SELECT * FROM products WHERE id = '1303'
242 0.0004 0.00035476684570312
SELECT * FROM productimages WHERE product_id = '1303' ORDER BY sortorder ASC
243 0.0005 0.00050497055053711
SELECT * FROM product_image_select WHERE product_id = '1303'
244 0.0003 0.00027203559875488
SELECT * FROM productcustomimages WHERE product_id = '1303'
245 0.0007 0.0007321834564209
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1303' AND a.name = n.originalname
246 0.0013 0.0013058185577393
SELECT * FROM productoffers WHERE product_id = '1303' AND merchantid = 'A1X6FK5RDHNB96'
247 0.0005 0.00052213668823242
SELECT * FROM productoffers
                WHERE product_id = '1303' AND price > 0
                ORDER BY price ASC LIMIT 1
248 0.0004 0.00042200088500977
SELECT * FROM productoffers
                WHERE product_id = 1303
                ORDER BY price ASC LIMIT 1
249 0.0005 0.00054597854614258
SELECT value FROM productattributes
                WHERE product_id = '1303'
                AND name = 'ListPriceAmount'
250 0.0005 0.00054788589477539
SELECT value FROM productattributes WHERE product_id = '1303' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
251 0.0007 0.00070905685424805
SELECT * FROM products WHERE id = '4918'
252 0.0008 0.0007789134979248
SELECT * FROM productimages WHERE product_id = '4918' ORDER BY sortorder ASC
253 0.0009 0.00091099739074707
SELECT * FROM product_image_select WHERE product_id = '4918'
254 0.0005 0.00051188468933105
SELECT * FROM productcustomimages WHERE product_id = '4918'
255 0.0016 0.0015909671783447
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4918' AND a.name = n.originalname
256 0.0006 0.00061678886413574
SELECT * FROM productoffers WHERE product_id = '4918' AND merchantid = 'A1X6FK5RDHNB96'
257 0.0004 0.00041580200195312
SELECT * FROM productoffers
                WHERE product_id = '4918' AND price > 0
                ORDER BY price ASC LIMIT 1
258 0.0004 0.00036501884460449
SELECT * FROM productoffers
                WHERE product_id = 4918
                ORDER BY price ASC LIMIT 1
259 0.0004 0.00042200088500977
SELECT value FROM productattributes
                WHERE product_id = '4918'
                AND name = 'ListPriceAmount'
260 0.0005 0.00046086311340332
SELECT value FROM productattributes WHERE product_id = '4918' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
261 0.0006 0.00060486793518066
SELECT * FROM products WHERE id = '1088'
262 0.0005 0.00054597854614258
SELECT * FROM productimages WHERE product_id = '1088' ORDER BY sortorder ASC
263 0.0009 0.00094199180603027
SELECT * FROM product_image_select WHERE product_id = '1088'
264 0.0005 0.00048303604125977
SELECT * FROM productcustomimages WHERE product_id = '1088'
265 0.0023 0.002316951751709
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1088' AND a.name = n.originalname
266 0.0007 0.00072813034057617
SELECT * FROM productoffers WHERE product_id = '1088' AND merchantid = 'A1X6FK5RDHNB96'
267 0.0005 0.00047397613525391
SELECT * FROM productoffers
                WHERE product_id = '1088' AND price > 0
                ORDER BY price ASC LIMIT 1
268 0.0005 0.0004580020904541
SELECT value FROM productattributes WHERE product_id = '1088' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
269 0.0009 0.00088000297546387
SELECT * FROM products WHERE id = '4946'
270 0.0007 0.00070095062255859
SELECT * FROM productimages WHERE product_id = '4946' ORDER BY sortorder ASC
271 0.0009 0.00089907646179199
SELECT * FROM product_image_select WHERE product_id = '4946'
272 0.0010 0.00097084045410156
SELECT * FROM productcustomimages WHERE product_id = '4946'
273 0.0007 0.000701904296875
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4946' AND a.name = n.originalname
274 0.0006 0.0005650520324707
SELECT * FROM productoffers WHERE product_id = '4946' AND merchantid = 'A1X6FK5RDHNB96'
275 0.0003 0.00030398368835449
SELECT * FROM productoffers
                WHERE product_id = '4946' AND price > 0
                ORDER BY price ASC LIMIT 1
276 0.0004 0.00035309791564941
SELECT value FROM productattributes WHERE product_id = '4946' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
277 0.0004 0.00037288665771484
SELECT * FROM products WHERE id = '4945'
278 0.0003 0.00031399726867676
SELECT * FROM productimages WHERE product_id = '4945' ORDER BY sortorder ASC
279 0.0005 0.00048398971557617
SELECT * FROM product_image_select WHERE product_id = '4945'
280 0.0003 0.00031495094299316
SELECT * FROM productcustomimages WHERE product_id = '4945'
281 0.0008 0.00078916549682617
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4945' AND a.name = n.originalname
282 0.0003 0.00032401084899902
SELECT * FROM productoffers WHERE product_id = '4945' AND merchantid = 'A1X6FK5RDHNB96'
283 0.0003 0.00026488304138184
SELECT * FROM productoffers
                WHERE product_id = '4945' AND price > 0
                ORDER BY price ASC LIMIT 1
284 0.0002 0.00024104118347168
SELECT * FROM productoffers
                WHERE product_id = 4945
                ORDER BY price ASC LIMIT 1
285 0.0003 0.00025486946105957
SELECT value FROM productattributes
                WHERE product_id = '4945'
                AND name = 'ListPriceAmount'
286 0.0003 0.00030398368835449
SELECT value FROM productattributes WHERE product_id = '4945' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
287 0.0003 0.00034308433532715
SELECT * FROM products WHERE id = '1470'
288 0.0004 0.00039005279541016
SELECT * FROM productimages WHERE product_id = '1470' ORDER BY sortorder ASC
289 0.0004 0.00043582916259766
SELECT * FROM product_image_select WHERE product_id = '1470'
290 0.0003 0.00030803680419922
SELECT * FROM productcustomimages WHERE product_id = '1470'
291 0.0007 0.00068497657775879
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1470' AND a.name = n.originalname
292 0.0003 0.00031304359436035
SELECT * FROM productoffers WHERE product_id = '1470' AND merchantid = 'A1X6FK5RDHNB96'
293 0.0002 0.00024700164794922
SELECT * FROM productoffers
                WHERE product_id = '1470' AND price > 0
                ORDER BY price ASC LIMIT 1
294 0.0002 0.00023388862609863
SELECT * FROM productoffers
                WHERE product_id = 1470
                ORDER BY price ASC LIMIT 1
295 0.0003 0.00025606155395508
SELECT value FROM productattributes
                WHERE product_id = '1470'
                AND name = 'ListPriceAmount'
296 0.0003 0.0002741813659668
SELECT value FROM productattributes WHERE product_id = '1470' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
297 0.0009 0.00089192390441895
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4932' ORDER BY timestamp DESC
298 0.0002 0.00023198127746582
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1979' ORDER BY timestamp DESC
299 0.0006 0.00056099891662598
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4909' ORDER BY timestamp DESC
300 0.0003 0.00027203559875488
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1100' ORDER BY timestamp DESC
301 0.0002 0.00022482872009277
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4500' ORDER BY timestamp DESC
302 0.0002 0.00022101402282715
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1274' ORDER BY timestamp DESC
303 0.0002 0.00020909309387207
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4498' ORDER BY timestamp DESC
304 0.0003 0.00031399726867676
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4951' ORDER BY timestamp DESC
305 0.0002 0.00020790100097656
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '850' ORDER BY timestamp DESC
306 0.0003 0.00031805038452148
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4929' ORDER BY timestamp DESC
307 0.0002 0.00020503997802734
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1340' ORDER BY timestamp DESC
308 0.0003 0.00031399726867676
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '2204' ORDER BY timestamp DESC
309 0.0003 0.00033807754516602
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1303' ORDER BY timestamp DESC
310 0.0002 0.00020813941955566
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4918' ORDER BY timestamp DESC
311 0.0003 0.00030088424682617
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1088' ORDER BY timestamp DESC
312 0.0004 0.00044107437133789
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4946' ORDER BY timestamp DESC
313 0.0002 0.00020194053649902
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4945' ORDER BY timestamp DESC
314 0.0002 0.00021100044250488
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1470' ORDER BY timestamp DESC
315 0.0014 0.0013608932495117
SELECT * FROM template_info WHERE templateuid = 'fsb-fluid2018'
316 0.0014 0.0014069080352783
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_user_data'
317 0.0004 0.00037908554077148
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_tracking_status'
318 0.0212 0.021229028701782
SELECT p.id,p.parent_id, o.price,p.asin FROM products p, productoffers o WHERE p.id = o.product_id AND p.parent_id = 0 AND hidden = 0 AND offers > 0 AND (SELECT COUNT(pi.id) FROM productimages pi WHERE pi.product_id = p.id) > 1 AND o.id IN (SELECT x.id FROM productoffers x WHERE x.product_id = p.id HAVING MIN(x.price)) ORDER BY p.title DESC LIMIT 6
319 0.0017 0.0016930103302002
SELECT p.id,p.price,p.listingtype FROM ebay_products p WHERE hide = 0 AND (SELECT COUNT(pi.id) FROM ebay_prod_images pi WHERE pi.prodid = p.id) > 1 ORDER BY p.title DESC LIMIT 6
320 0.0004 0.00036001205444336
SELECT p.id,p.price,p.currency FROM custom_products p WHERE hide = 0 AND orginalprice > 0 AND (SELECT COUNT(pi.id) FROM productcustomimages pi WHERE pi.product_id = p.id) > 1 ORDER BY p.title DESC LIMIT 6
321 0.0004 0.00036907196044922
SELECT * FROM products WHERE id = 1626
322 0.0004 0.00040602684020996
SELECT * FROM products WHERE id = 4041
323 0.0003 0.00034093856811523
SELECT * FROM products WHERE id = 4312
324 0.0004 0.00039100646972656
SELECT * FROM products WHERE id = 777
325 0.0004 0.00037121772766113
SELECT * FROM products WHERE id = 3881
326 0.0004 0.00035214424133301
SELECT * FROM products WHERE id = 4213
327 0.0004 0.00035190582275391
SELECT * FROM products WHERE id = '1626'
328 0.0004 0.00040102005004883
SELECT * FROM productimages WHERE product_id = '1626' ORDER BY sortorder ASC
329 0.0005 0.00045490264892578
SELECT * FROM product_image_select WHERE product_id = '1626'
330 0.0003 0.0002901554107666
SELECT * FROM productcustomimages WHERE product_id = '1626'
331 0.0006 0.00059223175048828
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1626' AND a.name = n.originalname
332 0.0003 0.00034213066101074
SELECT * FROM productoffers WHERE product_id = '1626' AND merchantid = 'A1X6FK5RDHNB96'
333 0.0003 0.00029397010803223
SELECT * FROM productoffers
                WHERE product_id = '1626' AND price > 0
                ORDER BY price ASC LIMIT 1
334 0.0004 0.00037097930908203
SELECT value FROM productattributes WHERE product_id = '1626' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
335 0.0003 0.00034904479980469
SELECT * FROM products WHERE id = '4041'
336 0.0004 0.00040292739868164
SELECT * FROM productimages WHERE product_id = '4041' ORDER BY sortorder ASC
337 0.0004 0.00044703483581543
SELECT * FROM product_image_select WHERE product_id = '4041'
338 0.0003 0.00027298927307129
SELECT * FROM productcustomimages WHERE product_id = '4041'
339 0.0007 0.00070595741271973
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4041' AND a.name = n.originalname
340 0.0003 0.00033211708068848
SELECT * FROM productoffers WHERE product_id = '4041' AND merchantid = 'A1X6FK5RDHNB96'
341 0.0003 0.00031614303588867
SELECT * FROM productoffers
                WHERE product_id = '4041' AND price > 0
                ORDER BY price ASC LIMIT 1
342 0.0004 0.00036311149597168
SELECT value FROM productattributes WHERE product_id = '4041' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
343 0.0004 0.00035905838012695
SELECT * FROM products WHERE id = '4312'
344 0.0004 0.00038814544677734
SELECT * FROM productimages WHERE product_id = '4312' ORDER BY sortorder ASC
345 0.0005 0.00045585632324219
SELECT * FROM product_image_select WHERE product_id = '4312'
346 0.0003 0.00030612945556641
SELECT * FROM productcustomimages WHERE product_id = '4312'
347 0.0007 0.00066709518432617
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4312' AND a.name = n.originalname
348 0.0004 0.00035309791564941
SELECT * FROM productoffers WHERE product_id = '4312' AND merchantid = 'A1X6FK5RDHNB96'
349 0.0003 0.00028204917907715
SELECT * FROM productoffers
                WHERE product_id = '4312' AND price > 0
                ORDER BY price ASC LIMIT 1
350 0.0003 0.00030994415283203
SELECT value FROM productattributes WHERE product_id = '4312' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
351 0.0003 0.0003359317779541
SELECT * FROM products WHERE id = '777'
352 0.0003 0.00033998489379883
SELECT * FROM productimages WHERE product_id = '777' ORDER BY sortorder ASC
353 0.0005 0.00050902366638184
SELECT * FROM product_image_select WHERE product_id = '777'
354 0.0003 0.00029301643371582
SELECT * FROM productcustomimages WHERE product_id = '777'
355 0.0007 0.00067901611328125
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '777' AND a.name = n.originalname
356 0.0003 0.00033307075500488
SELECT * FROM productoffers WHERE product_id = '777' AND merchantid = 'A1X6FK5RDHNB96'
357 0.0003 0.00029587745666504
SELECT * FROM productoffers
                WHERE product_id = '777' AND price > 0
                ORDER BY price ASC LIMIT 1
358 0.0004 0.00037479400634766
SELECT value FROM productattributes WHERE product_id = '777' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
359 0.0004 0.00038504600524902
SELECT * FROM products WHERE id = '3881'
360 0.0004 0.00042510032653809
SELECT * FROM productimages WHERE product_id = '3881' ORDER BY sortorder ASC
361 0.0004 0.00044584274291992
SELECT * FROM product_image_select WHERE product_id = '3881'
362 0.0003 0.00031614303588867
SELECT * FROM productcustomimages WHERE product_id = '3881'
363 0.0007 0.0006871223449707
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3881' AND a.name = n.originalname
364 0.0003 0.00032496452331543
SELECT * FROM productoffers WHERE product_id = '3881' AND merchantid = 'A1X6FK5RDHNB96'
365 0.0003 0.0002739429473877
SELECT * FROM productoffers
                WHERE product_id = '3881' AND price > 0
                ORDER BY price ASC LIMIT 1
366 0.0003 0.0002739429473877
SELECT value FROM productattributes WHERE product_id = '3881' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
367 0.0003 0.00034403800964355
SELECT * FROM products WHERE id = '4213'
368 0.0004 0.00035500526428223
SELECT * FROM productimages WHERE product_id = '4213' ORDER BY sortorder ASC
369 0.0005 0.0004889965057373
SELECT * FROM product_image_select WHERE product_id = '4213'
370 0.0003 0.0002751350402832
SELECT * FROM productcustomimages WHERE product_id = '4213'
371 0.0007 0.00072908401489258
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4213' AND a.name = n.originalname
372 0.0003 0.0003349781036377
SELECT * FROM productoffers WHERE product_id = '4213' AND merchantid = 'A1X6FK5RDHNB96'
373 0.0003 0.00027704238891602
SELECT * FROM productoffers
                WHERE product_id = '4213' AND price > 0
                ORDER BY price ASC LIMIT 1
374 0.0003 0.00031805038452148
SELECT value FROM productattributes WHERE product_id = '4213' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
375 0.0011 0.0010809898376465
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'header' ORDER BY sortorder ASC
376 0.0005 0.00050497055053711
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'footer' ORDER BY sortorder ASC
377 0.0015 0.001507043838501
SELECT * FROM template_css WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND skinuid = ''
378 0.0009 0.0009310245513916
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
379 0.0004 0.00036907196044922
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
380 0.0005 0.00046515464782715
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'FB_DEFAULT_SHARE_IMAGE'
381 0.0004 0.00040888786315918
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'HEAD_LOGO'