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
0.51200389862061 438 0.2962 0


No Amazon API Requests Made.


App Debug - Total Time 0.51200389862061 seconds

Number Time From Start Name Description
1 0.20558094978333 Initialise Initialise FSB Function
2 0.2066068649292 App Controller Start Start of the App controller (called before the controller of every page)
3 0.23086190223694 Start of getCategoryListByGroup Function Before first category groups query
4 0.23116588592529 After initial query Before first category groups query
5 0.23116588592529 Get Category List for Group Before the call to getCategoryList function
6 0.23116898536682 Start of GetCategoryList function Start of the function
7 0.23116993904114 Before getting categories Query to get specific category list
8 0.23151898384094 After getting categories Query to get specific category list
9 0.23151898384094 Before getting category custom Before call to function getCategoryCustom
10 0.24349999427795 After getting category custom After call to function getCategoryCustom
11 0.24350094795227 Before getting category custom Before call to function getCategoryCustom
12 0.25918579101562 After getting category custom After call to function getCategoryCustom
13 0.25918698310852 Before getting category custom Before call to function getCategoryCustom
14 0.2665958404541 After getting category custom After call to function getCategoryCustom
15 0.26659679412842 Before getting category custom Before call to function getCategoryCustom
16 0.27017784118652 After getting category custom After call to function getCategoryCustom
17 0.27017879486084 Before getting category custom Before call to function getCategoryCustom
18 0.27392983436584 After getting category custom After call to function getCategoryCustom
19 0.27393078804016 Before getting category custom Before call to function getCategoryCustom
20 0.27764892578125 After getting category custom After call to function getCategoryCustom
21 0.27765083312988 End of GetCategoryList function End of the function
22 0.27765488624573 Get Category List for Group Before the call to getCategoryList function
23 0.27765583992004 Start of GetCategoryList function Start of the function
24 0.27765679359436 Before getting categories Query to get specific category list
25 0.27813291549683 End of getCategoryListByGroup Function Before return()
26 0.2865879535675 App Controller End End of the App controller (called before the controller of every page)
27 0.45126080513 App_after Controller Start Start of the App_after controller (called after the controller of every page)
28 0.451819896698 Before Get Options Before the call to getOptions in the tpl class
29 0.50229787826538 After Get Options After the call to getOptions in the tpl class
30 0.50233793258667 App_after Controller End End of the App_after controller (called after the controller of every page)
31 0.51199579238892 Finalizing debug Before the debug is output to the page.
32 0.51200294494629 End of App This is the end of the app logging, final timestamp


Query Debug - 438 Database Queries. Total time 0.2962 seconds

Number Time (Seconds) Time (Milliseconds) Query
1 0.0008 0.00083303451538086
SELECT parameter, value FROM parameters
2 0.0023 0.0022518634796143
SELECT * FROM `bad_bots`
3 0.0002 0.00024104118347168
SET time_zone = 'Europe/London'
4 0.0003 0.00034689903259277
SELECT version FROM version ORDER BY `installed` DESC LIMIT 1
5 0.0003 0.0003209114074707
INSERT INTO ga_users (`isbot`, `ips`) SELECT '1', 'a:1:{i:0;s:13:\"216.73.216.99\";}'
6 0.0003 0.0003209114074707
INSERT INTO ga_sessions (`sessionlastseen`) SELECT '1757966250'
7 0.0004 0.00040292739868164
SELECT * FROM autorun ORDER BY lastrun ASC
8 0.0003 0.00027108192443848
SELECT * FROM version ORDER BY installed DESC LIMIT 1
9 0.0003 0.00028014183044434
SELECT id FROM pages WHERE pagename = 'search' LIMIT 1
10 0.0003 0.00025582313537598
SELECT * FROM pages WHERE id = 52
11 0.0011 0.0010969638824463
SELECT * FROM template_options WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
12 0.0226 0.022610902786255
SELECT * FROM template_text WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND language = 'en'
13 0.0003 0.00030779838562012
SELECT * FROM pages WHERE pagename = 'search'
14 0.0003 0.00029897689819336
SELECT * FROM categorygroups ORDER BY sortorder ASC
15 0.0003 0.00032186508178711
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '1'  AND hidden = 0 ORDER BY sortorder ASC
16 0.0054 0.0053629875183105
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.0003 0.00027799606323242
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.0002 0.00021004676818848
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 26
19 0.0002 0.00021791458129883
SELECT id FROM categories WHERE parent_id = '26'
20 0.0047 0.00472092628479
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.0002 0.0002439022064209
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.0004 0.0003819465637207
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.0003 0.00030803680419922
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '26'
24 0.0002 0.00021481513977051
SELECT * FROM categorygroups WHERE id = '1'
25 0.0057 0.005734920501709
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.0005 0.00046610832214355
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.0003 0.00030303001403809
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 27
28 0.0004 0.00040507316589355
SELECT id FROM categories WHERE parent_id = '27'
29 0.0072 0.007220983505249
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.0003819465637207
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.0004 0.00042986869812012
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '27'
33 0.0003 0.00032305717468262
SELECT * FROM categorygroups WHERE id = '1'
34 0.0026 0.0026400089263916
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.00037598609924316
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.00028491020202637
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 28
37 0.0003 0.00032591819763184
SELECT id FROM categories WHERE parent_id = '28'
38 0.0024 0.0023880004882812
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.0003 0.0003359317779541
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.0003 0.00033998489379883
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.0004 0.00037980079650879
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '28'
42 0.0003 0.00031709671020508
SELECT * FROM categorygroups WHERE id = '1'
43 0.0006 0.00058388710021973
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.00035190582275391
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.00027704238891602
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 29
46 0.0004 0.00036811828613281
SELECT id FROM categories WHERE parent_id = '29'
47 0.0006 0.00059700012207031
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.00032281875610352
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.0003 0.00033187866210938
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.0004 0.00037193298339844
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '29'
51 0.0004 0.00035715103149414
SELECT * FROM categorygroups WHERE id = '1'
52 0.0006 0.000579833984375
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.00034785270690918
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.00034189224243164
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 30
55 0.0003 0.00033283233642578
SELECT id FROM categories WHERE parent_id = '30'
56 0.0007 0.00069522857666016
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.0003 0.0003349781036377
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.00037908554077148
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.0004 0.00039911270141602
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '30'
60 0.0003 0.00032210350036621
SELECT * FROM categorygroups WHERE id = '1'
61 0.0006 0.00064301490783691
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.00034904479980469
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.0002748966217041
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 31
64 0.0003 0.00033688545227051
SELECT id FROM categories WHERE parent_id = '31'
65 0.0007 0.00065422058105469
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.0004 0.0003659725189209
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.00034213066101074
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.0004 0.0003659725189209
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '31'
69 0.0004 0.00036907196044922
SELECT * FROM categorygroups WHERE id = '1'
70 0.0005 0.0004730224609375
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '2'  AND hidden = 0 ORDER BY sortorder ASC
71 0.0032 0.0032379627227783
SELECT * FROM manufacturers m WHERE m.display_sidebar = 1 AND m.merge_manufacturer_id = 0 ORDER BY linktitle ASC
72 0.0007 0.00067496299743652
SELECT * FROM sideboxes WHERE (templateuid = 'fsb-fluid2018' OR templateuid = '') AND enabled = 1 ORDER BY sortorder ASC
73 0.0005 0.00050210952758789
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.0003 0.00034689903259277
SELECT * FROM sideboxes_pages WHERE sidebox_id = '26'
75 0.0020 0.0019750595092773
SELECT value FROM template_options WHERE templateuid = 'fsb-fluid2018' AND optionuid = 'DISPLAY_CREDIT_ICON'
76 0.0011 0.001079797744751
SELECT * FROM pages WHERE core = 1 ORDER BY pagekey
77 0.0004 0.00043797492980957
SELECT * FROM pages WHERE pagename = 'search'
78 0.0144 0.014408111572266
SELECT MAX(price) as maxprice, MIN(price) as minprice FROM products WHERE enabled = 1 AND hidden = 0 AND price <> 0 
79 0.0032 0.003244161605835
SELECT * FROM manufacturers WHERE display_filter = 1 AND merge_manufacturer_id = 0 ORDER BY name
80 0.0008 0.00075793266296387
SELECT * FROM productattributenames n WHERE hidden = 0 AND metabrowse = 1 ORDER BY n.displayname ASC
81 0.0112 0.01123309135437
SELECT MAX(price) as maxprice, MIN(price) as minprice FROM products WHERE enabled = 1 AND hidden = 0 AND price <> 0 
82 0.0036 0.0035851001739502
SELECT * FROM manufacturers WHERE display_filter = 1 AND merge_manufacturer_id = 0 ORDER BY name
83 0.0008 0.00075101852416992
SELECT * FROM productattributenames n WHERE hidden = 0 AND metabrowse = 1 AND sidebarfilter = 1 ORDER BY n.displayname ASC
84 0.0006 0.0005791187286377
INSERT INTO searches (`keywords`, `timestamp`, `ip`) SELECT 'palais des thes the vert thE du hammam bote metal 100g', NOW(), '216.73.216.99'
85 0.0006 0.00062894821166992
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
86 0.0006 0.00056791305541992
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
87 0.0085 0.0084588527679443
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
88 0.0004 0.00038003921508789
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
89 0.0003 0.00033307075500488
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
90 0.0005 0.00049686431884766
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
91 0.0072 0.0071630477905273
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
92 0.0003 0.00028300285339355
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
93 0.0003 0.00025701522827148
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
94 0.0003 0.00034093856811523
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
95 0.0004 0.00040292739868164
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
96 0.0100 0.010004043579102
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
97 0.0006 0.00062203407287598
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
98 0.0003 0.00025200843811035
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
99 0.0003 0.00034213066101074
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
100 0.0060 0.0060420036315918
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
101 0.0003 0.0002748966217041
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
102 0.0003 0.00030112266540527
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
103 0.0003 0.00029110908508301
SELECT * FROM products WHERE id = '3610'
104 0.0004 0.0003509521484375
SELECT * FROM productimages WHERE product_id = '3610' ORDER BY sortorder ASC
105 0.0003 0.00029492378234863
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '3610' AND p.id = pi.product_id ORDER BY pi.sortorder
106 0.0004 0.00043201446533203
SELECT * FROM product_image_select WHERE product_id = '3610'
107 0.0002 0.00020813941955566
SELECT * FROM productcustomimages WHERE product_id = '3610'
108 0.0003 0.00028705596923828
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 = '3610'
                GROUP BY o.product_id
109 0.0003 0.00031208992004395
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     = '3610'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
110 0.0003 0.00025415420532227
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 3610
111 0.0006 0.00058698654174805
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3610' AND a.name = n.originalname
112 0.0002 0.000244140625
SELECT * FROM productoffers WHERE product_id = '3610' AND merchantid = 'A1X6FK5RDHNB96'
113 0.0002 0.00023889541625977
SELECT * FROM productoffers
                WHERE product_id = '3610' AND price > 0
                ORDER BY price ASC LIMIT 1
114 0.0002 0.00023102760314941
SELECT * FROM productoffers
                WHERE product_id = 3610
                ORDER BY price ASC LIMIT 1
115 0.0003 0.00028800964355469
SELECT value FROM productattributes
                WHERE product_id = '3610'
                AND name = 'ListPriceAmount'
116 0.0003 0.00032496452331543
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 = '3610'
                GROUP BY o.product_id
117 0.0008 0.00078892707824707
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     = '3610'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
118 0.0005 0.00046014785766602
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 3610
119 0.0003 0.00030517578125
SELECT value FROM productattributes WHERE product_id = '3610' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
120 0.0003 0.0003058910369873
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '3610'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'Size'
                GROUP BY o.value
                ORDER BY o.value ASC
121 0.0003 0.0002601146697998
SELECT * FROM products WHERE parent_id = '3610'
122 0.0004 0.00035381317138672
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4713' AND a.name = n.originalname
123 0.0002 0.00022697448730469
SELECT * FROM productoffers WHERE product_id = '4713' AND merchantid = 'A1X6FK5RDHNB96'
124 0.0002 0.00022506713867188
SELECT * FROM productoffers
                WHERE product_id = '4713' AND price > 0
                ORDER BY price ASC LIMIT 1
125 0.0002 0.0002140998840332
SELECT * FROM productoffers
                WHERE product_id = 4713
                ORDER BY price ASC LIMIT 1
126 0.0004 0.00035190582275391
SELECT value FROM productattributes
                WHERE product_id = '4713'
                AND name = 'ListPriceAmount'
127 0.0003 0.00026988983154297
SELECT * FROM products WHERE id = '3613'
128 0.0003 0.00028705596923828
SELECT * FROM productimages WHERE product_id = '3613' ORDER BY sortorder ASC
129 0.0004 0.00037908554077148
SELECT * FROM product_image_select WHERE product_id = '3613'
130 0.0002 0.00019097328186035
SELECT * FROM productcustomimages WHERE product_id = '3613'
131 0.0007 0.00065898895263672
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3613' AND a.name = n.originalname
132 0.0003 0.00032401084899902
SELECT * FROM productoffers WHERE product_id = '3613' AND merchantid = 'A1X6FK5RDHNB96'
133 0.0002 0.00023889541625977
SELECT * FROM productoffers
                WHERE product_id = '3613' AND price > 0
                ORDER BY price ASC LIMIT 1
134 0.0002 0.0002291202545166
SELECT * FROM productoffers
                WHERE product_id = 3613
                ORDER BY price ASC LIMIT 1
135 0.0003 0.00025486946105957
SELECT value FROM productattributes
                WHERE product_id = '3613'
                AND name = 'ListPriceAmount'
136 0.0003 0.00026106834411621
SELECT value FROM productattributes WHERE product_id = '3613' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
137 0.0002 0.0002439022064209
SELECT * FROM products WHERE id = '3614'
138 0.0003 0.00034308433532715
SELECT * FROM productimages WHERE product_id = '3614' ORDER BY sortorder ASC
139 0.0007 0.00068902969360352
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '3614' AND p.id = pi.product_id ORDER BY pi.sortorder
140 0.0004 0.00039291381835938
SELECT * FROM product_image_select WHERE product_id = '3614'
141 0.0002 0.00018596649169922
SELECT * FROM productcustomimages WHERE product_id = '3614'
142 0.0003 0.00028896331787109
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 = '3614'
                GROUP BY o.product_id
143 0.0003 0.00031781196594238
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     = '3614'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
144 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 = 3614
145 0.0004 0.00044012069702148
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3614' AND a.name = n.originalname
146 0.0002 0.00023913383483887
SELECT * FROM productoffers WHERE product_id = '3614' AND merchantid = 'A1X6FK5RDHNB96'
147 0.0002 0.00023508071899414
SELECT * FROM productoffers
                WHERE product_id = '3614' AND price > 0
                ORDER BY price ASC LIMIT 1
148 0.0003 0.00034999847412109
SELECT * FROM productoffers
                WHERE product_id = 3614
                ORDER BY price ASC LIMIT 1
149 0.0002 0.0002439022064209
SELECT value FROM productattributes
                WHERE product_id = '3614'
                AND name = 'ListPriceAmount'
150 0.0003 0.00028514862060547
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 = '3614'
                GROUP BY o.product_id
151 0.0004 0.00036907196044922
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     = '3614'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
152 0.0003 0.00027990341186523
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 3614
153 0.0003 0.00027894973754883
SELECT value FROM productattributes WHERE product_id = '3614' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
154 0.0003 0.00032877922058105
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '3614'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'Color'
                GROUP BY o.value
                ORDER BY o.value ASC
155 0.0003 0.00026297569274902
SELECT * FROM products WHERE id = '3623'
156 0.0003 0.00029897689819336
SELECT * FROM productimages WHERE product_id = '3623' ORDER BY sortorder ASC
157 0.0004 0.00037384033203125
SELECT * FROM product_image_select WHERE product_id = '3623'
158 0.0002 0.00019288063049316
SELECT * FROM productcustomimages WHERE product_id = '3623'
159 0.0005 0.00052595138549805
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3623' AND a.name = n.originalname
160 0.0002 0.00022792816162109
SELECT * FROM productoffers WHERE product_id = '3623' AND merchantid = 'A1X6FK5RDHNB96'
161 0.0002 0.00022578239440918
SELECT * FROM productoffers
                WHERE product_id = '3623' AND price > 0
                ORDER BY price ASC LIMIT 1
162 0.0002 0.0002138614654541
SELECT * FROM productoffers
                WHERE product_id = 3623
                ORDER BY price ASC LIMIT 1
163 0.0002 0.00023984909057617
SELECT value FROM productattributes
                WHERE product_id = '3623'
                AND name = 'ListPriceAmount'
164 0.0005 0.00045490264892578
SELECT value FROM productattributes WHERE product_id = '3623' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
165 0.0003 0.00026106834411621
SELECT * FROM products WHERE id = '3622'
166 0.0004 0.00037097930908203
SELECT * FROM productimages WHERE product_id = '3622' ORDER BY sortorder ASC
167 0.0004 0.00042891502380371
SELECT * FROM product_image_select WHERE product_id = '3622'
168 0.0002 0.00019311904907227
SELECT * FROM productcustomimages WHERE product_id = '3622'
169 0.0006 0.00059986114501953
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3622' AND a.name = n.originalname
170 0.0002 0.00022387504577637
SELECT * FROM productoffers WHERE product_id = '3622' AND merchantid = 'A1X6FK5RDHNB96'
171 0.0002 0.00021815299987793
SELECT * FROM productoffers
                WHERE product_id = '3622' AND price > 0
                ORDER BY price ASC LIMIT 1
172 0.0002 0.00021100044250488
SELECT * FROM productoffers
                WHERE product_id = 3622
                ORDER BY price ASC LIMIT 1
173 0.0002 0.00023198127746582
SELECT value FROM productattributes
                WHERE product_id = '3622'
                AND name = 'ListPriceAmount'
174 0.0003 0.00027084350585938
SELECT value FROM productattributes WHERE product_id = '3622' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
175 0.0003 0.00025296211242676
SELECT * FROM products WHERE id = '3632'
176 0.0006 0.00055599212646484
SELECT * FROM productimages WHERE product_id = '3632' ORDER BY sortorder ASC
177 0.0004 0.00044512748718262
SELECT * FROM product_image_select WHERE product_id = '3632'
178 0.0002 0.00019097328186035
SELECT * FROM productcustomimages WHERE product_id = '3632'
179 0.0004 0.00043511390686035
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3632' AND a.name = n.originalname
180 0.0002 0.00023317337036133
SELECT * FROM productoffers WHERE product_id = '3632' AND merchantid = 'A1X6FK5RDHNB96'
181 0.0002 0.00024008750915527
SELECT * FROM productoffers
                WHERE product_id = '3632' AND price > 0
                ORDER BY price ASC LIMIT 1
182 0.0002 0.00021004676818848
SELECT * FROM productoffers
                WHERE product_id = 3632
                ORDER BY price ASC LIMIT 1
183 0.0002 0.00022482872009277
SELECT value FROM productattributes
                WHERE product_id = '3632'
                AND name = 'ListPriceAmount'
184 0.0002 0.00024914741516113
SELECT value FROM productattributes WHERE product_id = '3632' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
185 0.0003 0.00025105476379395
SELECT * FROM products WHERE id = '3658'
186 0.0002 0.00024104118347168
SELECT * FROM productimages WHERE product_id = '3658' ORDER BY sortorder ASC
187 0.0003 0.00026798248291016
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '3658' AND p.id = pi.product_id ORDER BY pi.sortorder
188 0.0004 0.00039410591125488
SELECT * FROM product_image_select WHERE product_id = '3658'
189 0.0002 0.00019502639770508
SELECT * FROM productcustomimages WHERE product_id = '3658'
190 0.0003 0.00026893615722656
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 = '3658'
                GROUP BY o.product_id
191 0.0003 0.00029778480529785
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     = '3658'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
192 0.0003 0.00029492378234863
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 3658
193 0.0006 0.00059294700622559
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3658' AND a.name = n.originalname
194 0.0002 0.00024294853210449
SELECT * FROM productoffers WHERE product_id = '3658' AND merchantid = 'A1X6FK5RDHNB96'
195 0.0002 0.00023388862609863
SELECT * FROM productoffers
                WHERE product_id = '3658' AND price > 0
                ORDER BY price ASC LIMIT 1
196 0.0002 0.00022602081298828
SELECT * FROM productoffers
                WHERE product_id = 3658
                ORDER BY price ASC LIMIT 1
197 0.0003 0.00025415420532227
SELECT value FROM productattributes
                WHERE product_id = '3658'
                AND name = 'ListPriceAmount'
198 0.0003 0.00025296211242676
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 = '3658'
                GROUP BY o.product_id
199 0.0003 0.00028705596923828
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     = '3658'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
200 0.0002 0.000244140625
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 3658
201 0.0003 0.00027108192443848
SELECT value FROM productattributes WHERE product_id = '3658' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
202 0.0003 0.0003049373626709
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '3658'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'Color'
                GROUP BY o.value
                ORDER BY o.value ASC
203 0.0003 0.00026392936706543
SELECT * FROM products WHERE parent_id = '3658'
204 0.0003 0.0002601146697998
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4518' AND a.name = n.originalname
205 0.0002 0.00023293495178223
SELECT * FROM productoffers WHERE product_id = '4518' AND merchantid = 'A1X6FK5RDHNB96'
206 0.0002 0.00024199485778809
SELECT * FROM productoffers
                WHERE product_id = '4518' AND price > 0
                ORDER BY price ASC LIMIT 1
207 0.0002 0.00022292137145996
SELECT * FROM productoffers
                WHERE product_id = 4518
                ORDER BY price ASC LIMIT 1
208 0.0002 0.0002281665802002
SELECT value FROM productattributes
                WHERE product_id = '4518'
                AND name = 'ListPriceAmount'
209 0.0002 0.00024604797363281
SELECT * FROM products WHERE id = '3665'
210 0.0002 0.00023198127746582
SELECT * FROM productimages WHERE product_id = '3665' ORDER BY sortorder ASC
211 0.0004 0.00039386749267578
SELECT * FROM product_image_select WHERE product_id = '3665'
212 0.0002 0.0001988410949707
SELECT * FROM productcustomimages WHERE product_id = '3665'
213 0.0005 0.00054407119750977
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3665' AND a.name = n.originalname
214 0.0003 0.0002748966217041
SELECT * FROM productoffers WHERE product_id = '3665' AND merchantid = 'A1X6FK5RDHNB96'
215 0.0003 0.00026702880859375
SELECT * FROM productoffers
                WHERE product_id = '3665' AND price > 0
                ORDER BY price ASC LIMIT 1
216 0.0002 0.00024604797363281
SELECT * FROM productoffers
                WHERE product_id = 3665
                ORDER BY price ASC LIMIT 1
217 0.0003 0.00030398368835449
SELECT value FROM productattributes
                WHERE product_id = '3665'
                AND name = 'ListPriceAmount'
218 0.0003 0.00027799606323242
SELECT value FROM productattributes WHERE product_id = '3665' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
219 0.0003 0.00034379959106445
SELECT * FROM products WHERE id = '3666'
220 0.0003 0.00030899047851562
SELECT * FROM productimages WHERE product_id = '3666' ORDER BY sortorder ASC
221 0.0004 0.00041508674621582
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '3666' AND p.id = pi.product_id ORDER BY pi.sortorder
222 0.0005 0.00046992301940918
SELECT * FROM product_image_select WHERE product_id = '3666'
223 0.0002 0.00023102760314941
SELECT * FROM productcustomimages WHERE product_id = '3666'
224 0.0007 0.0006558895111084
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 = '3666'
                GROUP BY o.product_id
225 0.0004 0.00039410591125488
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     = '3666'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
226 0.0004 0.00036501884460449
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 3666
227 0.0008 0.00083613395690918
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3666' AND a.name = n.originalname
228 0.0004 0.00043606758117676
SELECT * FROM productoffers WHERE product_id = '3666' AND merchantid = 'A1X6FK5RDHNB96'
229 0.0004 0.00037908554077148
SELECT * FROM productoffers
                WHERE product_id = '3666' AND price > 0
                ORDER BY price ASC LIMIT 1
230 0.0003 0.00031089782714844
SELECT * FROM productoffers
                WHERE product_id = 3666
                ORDER BY price ASC LIMIT 1
231 0.0003 0.00033116340637207
SELECT value FROM productattributes
                WHERE product_id = '3666'
                AND name = 'ListPriceAmount'
232 0.0003 0.00034499168395996
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 = '3666'
                GROUP BY o.product_id
233 0.0007 0.00068998336791992
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     = '3666'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
234 0.0003 0.00033092498779297
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 3666
235 0.0004 0.00036120414733887
SELECT value FROM productattributes WHERE product_id = '3666' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
236 0.0004 0.00041413307189941
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '3666'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'Size'
                GROUP BY o.value
                ORDER BY o.value ASC
237 0.0003 0.00030899047851562
SELECT * FROM products WHERE id = '3673'
238 0.0003 0.00027203559875488
SELECT * FROM productimages WHERE product_id = '3673' ORDER BY sortorder ASC
239 0.0005 0.00049209594726562
SELECT * FROM product_image_select WHERE product_id = '3673'
240 0.0002 0.00021696090698242
SELECT * FROM productcustomimages WHERE product_id = '3673'
241 0.0007 0.0006868839263916
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3673' AND a.name = n.originalname
242 0.0003 0.00025105476379395
SELECT * FROM productoffers WHERE product_id = '3673' AND merchantid = 'A1X6FK5RDHNB96'
243 0.0003 0.00029397010803223
SELECT * FROM productoffers
                WHERE product_id = '3673' AND price > 0
                ORDER BY price ASC LIMIT 1
244 0.0003 0.0002901554107666
SELECT * FROM productoffers
                WHERE product_id = 3673
                ORDER BY price ASC LIMIT 1
245 0.0003 0.00030684471130371
SELECT value FROM productattributes
                WHERE product_id = '3673'
                AND name = 'ListPriceAmount'
246 0.0003 0.00030803680419922
SELECT value FROM productattributes WHERE product_id = '3673' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
247 0.0003 0.00028896331787109
SELECT * FROM products WHERE id = '3674'
248 0.0003 0.00031900405883789
SELECT * FROM productimages WHERE product_id = '3674' ORDER BY sortorder ASC
249 0.0005 0.00054001808166504
SELECT * FROM product_image_select WHERE product_id = '3674'
250 0.0002 0.00023102760314941
SELECT * FROM productcustomimages WHERE product_id = '3674'
251 0.0007 0.00068283081054688
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3674' AND a.name = n.originalname
252 0.0003 0.00026297569274902
SELECT * FROM productoffers WHERE product_id = '3674' AND merchantid = 'A1X6FK5RDHNB96'
253 0.0003 0.0002739429473877
SELECT * FROM productoffers
                WHERE product_id = '3674' AND price > 0
                ORDER BY price ASC LIMIT 1
254 0.0003 0.00026178359985352
SELECT * FROM productoffers
                WHERE product_id = 3674
                ORDER BY price ASC LIMIT 1
255 0.0003 0.00031900405883789
SELECT value FROM productattributes
                WHERE product_id = '3674'
                AND name = 'ListPriceAmount'
256 0.0003 0.0003199577331543
SELECT value FROM productattributes WHERE product_id = '3674' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
257 0.0003 0.00029897689819336
SELECT * FROM products WHERE id = '3675'
258 0.0003 0.0003199577331543
SELECT * FROM productimages WHERE product_id = '3675' ORDER BY sortorder ASC
259 0.0005 0.00049400329589844
SELECT * FROM product_image_select WHERE product_id = '3675'
260 0.0003 0.00025010108947754
SELECT * FROM productcustomimages WHERE product_id = '3675'
261 0.0008 0.00075602531433105
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3675' AND a.name = n.originalname
262 0.0003 0.00029802322387695
SELECT * FROM productoffers WHERE product_id = '3675' AND merchantid = 'A1X6FK5RDHNB96'
263 0.0003 0.00027894973754883
SELECT * FROM productoffers
                WHERE product_id = '3675' AND price > 0
                ORDER BY price ASC LIMIT 1
264 0.0002 0.00022506713867188
SELECT * FROM productoffers
                WHERE product_id = 3675
                ORDER BY price ASC LIMIT 1
265 0.0003 0.00025510787963867
SELECT value FROM productattributes
                WHERE product_id = '3675'
                AND name = 'ListPriceAmount'
266 0.0003 0.00034308433532715
SELECT value FROM productattributes WHERE product_id = '3675' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
267 0.0003 0.00028610229492188
SELECT * FROM products WHERE id = '3682'
268 0.0003 0.00031495094299316
SELECT * FROM productimages WHERE product_id = '3682' ORDER BY sortorder ASC
269 0.0003 0.00033688545227051
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '3682' AND p.id = pi.product_id ORDER BY pi.sortorder
270 0.0005 0.00049591064453125
SELECT * FROM product_image_select WHERE product_id = '3682'
271 0.0003 0.00025391578674316
SELECT * FROM productcustomimages WHERE product_id = '3682'
272 0.0004 0.00036096572875977
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 = '3682'
                GROUP BY o.product_id
273 0.0003 0.00033998489379883
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     = '3682'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
274 0.0003 0.00028085708618164
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 3682
275 0.0008 0.00080108642578125
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3682' AND a.name = n.originalname
276 0.0003 0.0002739429473877
SELECT * FROM productoffers WHERE product_id = '3682' AND merchantid = 'A1X6FK5RDHNB96'
277 0.0009 0.00089001655578613
SELECT * FROM productoffers
                WHERE product_id = '3682' AND price > 0
                ORDER BY price ASC LIMIT 1
278 0.0003 0.00027298927307129
SELECT * FROM productoffers
                WHERE product_id = 3682
                ORDER BY price ASC LIMIT 1
279 0.0005 0.00050902366638184
SELECT value FROM productattributes
                WHERE product_id = '3682'
                AND name = 'ListPriceAmount'
280 0.0003 0.00031805038452148
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 = '3682'
                GROUP BY o.product_id
281 0.0005 0.00045895576477051
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     = '3682'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
282 0.0005 0.00054788589477539
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 3682
283 0.0004 0.00040102005004883
SELECT value FROM productattributes WHERE product_id = '3682' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
284 0.0004 0.00043797492980957
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '3682'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'Size'
                GROUP BY o.value
                ORDER BY o.value ASC
285 0.0003 0.00031900405883789
SELECT * FROM products WHERE parent_id = '3682'
286 0.0004 0.0003819465637207
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4890' AND a.name = n.originalname
287 0.0003 0.00026893615722656
SELECT * FROM productoffers WHERE product_id = '4890' AND merchantid = 'A1X6FK5RDHNB96'
288 0.0002 0.00024008750915527
SELECT * FROM productoffers
                WHERE product_id = '4890' AND price > 0
                ORDER BY price ASC LIMIT 1
289 0.0002 0.00023698806762695
SELECT * FROM productoffers
                WHERE product_id = 4890
                ORDER BY price ASC LIMIT 1
290 0.0003 0.00029897689819336
SELECT value FROM productattributes
                WHERE product_id = '4890'
                AND name = 'ListPriceAmount'
291 0.0003 0.00028204917907715
SELECT * FROM products WHERE id = '3687'
292 0.0006 0.00061988830566406
SELECT * FROM productimages WHERE product_id = '3687' ORDER BY sortorder ASC
293 0.0013 0.0013270378112793
SELECT * FROM product_image_select WHERE product_id = '3687'
294 0.0003 0.00030899047851562
SELECT * FROM productcustomimages WHERE product_id = '3687'
295 0.0010 0.001021146774292
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3687' AND a.name = n.originalname
296 0.0004 0.00041413307189941
SELECT * FROM productoffers WHERE product_id = '3687' AND merchantid = 'A1X6FK5RDHNB96'
297 0.0005 0.00049805641174316
SELECT * FROM productoffers
                WHERE product_id = '3687' AND price > 0
                ORDER BY price ASC LIMIT 1
298 0.0004 0.00041794776916504
SELECT value FROM productattributes WHERE product_id = '3687' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
299 0.0003 0.00030994415283203
SELECT * FROM products WHERE id = '3690'
300 0.0003 0.00029993057250977
SELECT * FROM productimages WHERE product_id = '3690' ORDER BY sortorder ASC
301 0.0003 0.00031518936157227
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '3690' AND p.id = pi.product_id ORDER BY pi.sortorder
302 0.0004 0.00042891502380371
SELECT * FROM product_image_select WHERE product_id = '3690'
303 0.0002 0.0002131462097168
SELECT * FROM productcustomimages WHERE product_id = '3690'
304 0.0003 0.00028896331787109
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 = '3690'
                GROUP BY o.product_id
305 0.0003 0.0003201961517334
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     = '3690'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
306 0.0003 0.00029492378234863
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 3690
307 0.0004 0.0004429817199707
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3690' AND a.name = n.originalname
308 0.0002 0.00023603439331055
SELECT * FROM productoffers WHERE product_id = '3690' AND merchantid = 'A1X6FK5RDHNB96'
309 0.0002 0.00024700164794922
SELECT * FROM productoffers
                WHERE product_id = '3690' AND price > 0
                ORDER BY price ASC LIMIT 1
310 0.0002 0.00024795532226562
SELECT * FROM productoffers
                WHERE product_id = 3690
                ORDER BY price ASC LIMIT 1
311 0.0003 0.00028610229492188
SELECT value FROM productattributes
                WHERE product_id = '3690'
                AND name = 'ListPriceAmount'
312 0.0003 0.00027704238891602
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 = '3690'
                GROUP BY o.product_id
313 0.0004 0.0003509521484375
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     = '3690'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
314 0.0003 0.00032401084899902
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 3690
315 0.0003 0.00030803680419922
SELECT value FROM productattributes WHERE product_id = '3690' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
316 0.0004 0.00036501884460449
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '3690'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'Size'
                GROUP BY o.value
                ORDER BY o.value ASC
317 0.0004 0.00035905838012695
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '3690'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'Color'
                GROUP BY o.value
                ORDER BY o.value ASC
318 0.0003 0.00029397010803223
SELECT * FROM products WHERE parent_id = '3690'
319 0.0007 0.00073599815368652
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4190' AND a.name = n.originalname
320 0.0003 0.00031208992004395
SELECT * FROM productoffers WHERE product_id = '4190' AND merchantid = 'A1X6FK5RDHNB96'
321 0.0003 0.0002748966217041
SELECT * FROM productoffers
                WHERE product_id = '4190' AND price > 0
                ORDER BY price ASC LIMIT 1
322 0.0003 0.00027203559875488
SELECT * FROM productoffers
                WHERE product_id = 4190
                ORDER BY price ASC LIMIT 1
323 0.0003 0.00029802322387695
SELECT value FROM productattributes
                WHERE product_id = '4190'
                AND name = 'ListPriceAmount'
324 0.0003 0.00026702880859375
SELECT * FROM products WHERE id = '3702'
325 0.0003 0.00025081634521484
SELECT * FROM productimages WHERE product_id = '3702' ORDER BY sortorder ASC
326 0.0004 0.00041890144348145
SELECT * FROM product_image_select WHERE product_id = '3702'
327 0.0002 0.00021696090698242
SELECT * FROM productcustomimages WHERE product_id = '3702'
328 0.0004 0.00044798851013184
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3702' AND a.name = n.originalname
329 0.0002 0.00024986267089844
SELECT * FROM productoffers WHERE product_id = '3702' AND merchantid = 'A1X6FK5RDHNB96'
330 0.0003 0.00025510787963867
SELECT * FROM productoffers
                WHERE product_id = '3702' AND price > 0
                ORDER BY price ASC LIMIT 1
331 0.0002 0.00023984909057617
SELECT * FROM productoffers
                WHERE product_id = 3702
                ORDER BY price ASC LIMIT 1
332 0.0003 0.00025510787963867
SELECT value FROM productattributes
                WHERE product_id = '3702'
                AND name = 'ListPriceAmount'
333 0.0003 0.00028514862060547
SELECT value FROM productattributes WHERE product_id = '3702' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
334 0.0003 0.00030398368835449
SELECT * FROM products WHERE id = '3706'
335 0.0003 0.00031805038452148
SELECT * FROM productimages WHERE product_id = '3706' ORDER BY sortorder ASC
336 0.0005 0.00048112869262695
SELECT * FROM product_image_select WHERE product_id = '3706'
337 0.0002 0.00024199485778809
SELECT * FROM productcustomimages WHERE product_id = '3706'
338 0.0005 0.00054001808166504
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3706' AND a.name = n.originalname
339 0.0003 0.00027203559875488
SELECT * FROM productoffers WHERE product_id = '3706' AND merchantid = 'A1X6FK5RDHNB96'
340 0.0003 0.00027990341186523
SELECT * FROM productoffers
                WHERE product_id = '3706' AND price > 0
                ORDER BY price ASC LIMIT 1
341 0.0002 0.00024104118347168
SELECT * FROM productoffers
                WHERE product_id = 3706
                ORDER BY price ASC LIMIT 1
342 0.0003 0.00026297569274902
SELECT value FROM productattributes
                WHERE product_id = '3706'
                AND name = 'ListPriceAmount'
343 0.0003 0.00029206275939941
SELECT value FROM productattributes WHERE product_id = '3706' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
344 0.0003 0.00029110908508301
SELECT * FROM products WHERE id = '4316'
345 0.0003 0.00028204917907715
SELECT * FROM productimages WHERE product_id = '4316' ORDER BY sortorder ASC
346 0.0004 0.00041508674621582
SELECT * FROM product_image_select WHERE product_id = '4316'
347 0.0002 0.00024008750915527
SELECT * FROM productcustomimages WHERE product_id = '4316'
348 0.0004 0.00044918060302734
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4316' AND a.name = n.originalname
349 0.0003 0.00025200843811035
SELECT * FROM productoffers WHERE product_id = '4316' AND merchantid = 'A1X6FK5RDHNB96'
350 0.0002 0.00024795532226562
SELECT * FROM productoffers
                WHERE product_id = '4316' AND price > 0
                ORDER BY price ASC LIMIT 1
351 0.0002 0.00022482872009277
SELECT * FROM productoffers
                WHERE product_id = 4316
                ORDER BY price ASC LIMIT 1
352 0.0003 0.00025391578674316
SELECT value FROM productattributes
                WHERE product_id = '4316'
                AND name = 'ListPriceAmount'
353 0.0004 0.00036811828613281
SELECT value FROM productattributes WHERE product_id = '4316' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
354 0.0002 0.00023388862609863
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3610' ORDER BY timestamp DESC
355 0.0002 0.00021886825561523
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3613' ORDER BY timestamp DESC
356 0.0002 0.00020503997802734
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3614' ORDER BY timestamp DESC
357 0.0002 0.00021100044250488
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3623' ORDER BY timestamp DESC
358 0.0002 0.00019693374633789
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3622' ORDER BY timestamp DESC
359 0.0002 0.00019598007202148
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3632' ORDER BY timestamp DESC
360 0.0002 0.00021481513977051
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3658' ORDER BY timestamp DESC
361 0.0002 0.00023293495178223
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3665' ORDER BY timestamp DESC
362 0.0002 0.00022292137145996
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3666' ORDER BY timestamp DESC
363 0.0002 0.00020384788513184
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3673' ORDER BY timestamp DESC
364 0.0002 0.0001981258392334
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3674' ORDER BY timestamp DESC
365 0.0002 0.00021600723266602
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3675' ORDER BY timestamp DESC
366 0.0002 0.0002291202545166
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3682' ORDER BY timestamp DESC
367 0.0002 0.00020599365234375
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3687' ORDER BY timestamp DESC
368 0.0002 0.00020098686218262
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3690' ORDER BY timestamp DESC
369 0.0002 0.0002140998840332
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3702' ORDER BY timestamp DESC
370 0.0002 0.0002288818359375
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3706' ORDER BY timestamp DESC
371 0.0002 0.00020694732666016
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4316' ORDER BY timestamp DESC
372 0.0003 0.0002589225769043
SELECT * FROM template_info WHERE templateuid = 'fsb-fluid2018'
373 0.0003 0.00025296211242676
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_user_data'
374 0.0002 0.00024986267089844
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_tracking_status'
375 0.0134 0.013370990753174
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
376 0.0003 0.00031185150146484
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
377 0.0003 0.00025200843811035
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
378 0.0008 0.00078105926513672
SELECT * FROM products WHERE id = 1626
379 0.0004 0.0003960132598877
SELECT * FROM products WHERE id = 4041
380 0.0004 0.0003809928894043
SELECT * FROM products WHERE id = 4312
381 0.0004 0.00037813186645508
SELECT * FROM products WHERE id = 777
382 0.0004 0.00040984153747559
SELECT * FROM products WHERE id = 3881
383 0.0004 0.00042891502380371
SELECT * FROM products WHERE id = 4213
384 0.0004 0.00035786628723145
SELECT * FROM products WHERE id = '1626'
385 0.0004 0.00038909912109375
SELECT * FROM productimages WHERE product_id = '1626' ORDER BY sortorder ASC
386 0.0008 0.00078606605529785
SELECT * FROM product_image_select WHERE product_id = '1626'
387 0.0003 0.00034904479980469
SELECT * FROM productcustomimages WHERE product_id = '1626'
388 0.0009 0.00094509124755859
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1626' AND a.name = n.originalname
389 0.0004 0.00043892860412598
SELECT * FROM productoffers WHERE product_id = '1626' AND merchantid = 'A1X6FK5RDHNB96'
390 0.0005 0.00045680999755859
SELECT * FROM productoffers
                WHERE product_id = '1626' AND price > 0
                ORDER BY price ASC LIMIT 1
391 0.0006 0.0005500316619873
SELECT value FROM productattributes WHERE product_id = '1626' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
392 0.0005 0.00046706199645996
SELECT * FROM products WHERE id = '4041'
393 0.0004 0.00039792060852051
SELECT * FROM productimages WHERE product_id = '4041' ORDER BY sortorder ASC
394 0.0008 0.00078201293945312
SELECT * FROM product_image_select WHERE product_id = '4041'
395 0.0003 0.00033187866210938
SELECT * FROM productcustomimages WHERE product_id = '4041'
396 0.0013 0.0013399124145508
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4041' AND a.name = n.originalname
397 0.0005 0.00047397613525391
SELECT * FROM productoffers WHERE product_id = '4041' AND merchantid = 'A1X6FK5RDHNB96'
398 0.0004 0.00044012069702148
SELECT * FROM productoffers
                WHERE product_id = '4041' AND price > 0
                ORDER BY price ASC LIMIT 1
399 0.0005 0.00046896934509277
SELECT value FROM productattributes WHERE product_id = '4041' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
400 0.0004 0.00039291381835938
SELECT * FROM products WHERE id = '4312'
401 0.0004 0.0003809928894043
SELECT * FROM productimages WHERE product_id = '4312' ORDER BY sortorder ASC
402 0.0008 0.00080585479736328
SELECT * FROM product_image_select WHERE product_id = '4312'
403 0.0004 0.00037693977355957
SELECT * FROM productcustomimages WHERE product_id = '4312'
404 0.0012 0.001215934753418
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4312' AND a.name = n.originalname
405 0.0004 0.00040578842163086
SELECT * FROM productoffers WHERE product_id = '4312' AND merchantid = 'A1X6FK5RDHNB96'
406 0.0004 0.00041794776916504
SELECT * FROM productoffers
                WHERE product_id = '4312' AND price > 0
                ORDER BY price ASC LIMIT 1
407 0.0005 0.00050902366638184
SELECT value FROM productattributes WHERE product_id = '4312' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
408 0.0004 0.00041389465332031
SELECT * FROM products WHERE id = '777'
409 0.0004 0.00039792060852051
SELECT * FROM productimages WHERE product_id = '777' ORDER BY sortorder ASC
410 0.0008 0.00084304809570312
SELECT * FROM product_image_select WHERE product_id = '777'
411 0.0004 0.00036501884460449
SELECT * FROM productcustomimages WHERE product_id = '777'
412 0.0012 0.001209020614624
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '777' AND a.name = n.originalname
413 0.0004 0.00040912628173828
SELECT * FROM productoffers WHERE product_id = '777' AND merchantid = 'A1X6FK5RDHNB96'
414 0.0004 0.00042390823364258
SELECT * FROM productoffers
                WHERE product_id = '777' AND price > 0
                ORDER BY price ASC LIMIT 1
415 0.0005 0.00052309036254883
SELECT value FROM productattributes WHERE product_id = '777' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
416 0.0004 0.00042390823364258
SELECT * FROM products WHERE id = '3881'
417 0.0005 0.00050091743469238
SELECT * FROM productimages WHERE product_id = '3881' ORDER BY sortorder ASC
418 0.0008 0.00075197219848633
SELECT * FROM product_image_select WHERE product_id = '3881'
419 0.0003 0.00030303001403809
SELECT * FROM productcustomimages WHERE product_id = '3881'
420 0.0013 0.0013129711151123
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3881' AND a.name = n.originalname
421 0.0004 0.00042510032653809
SELECT * FROM productoffers WHERE product_id = '3881' AND merchantid = 'A1X6FK5RDHNB96'
422 0.0004 0.00043082237243652
SELECT * FROM productoffers
                WHERE product_id = '3881' AND price > 0
                ORDER BY price ASC LIMIT 1
423 0.0005 0.00049400329589844
SELECT value FROM productattributes WHERE product_id = '3881' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
424 0.0004 0.00044608116149902
SELECT * FROM products WHERE id = '4213'
425 0.0008 0.00080204010009766
SELECT * FROM productimages WHERE product_id = '4213' ORDER BY sortorder ASC
426 0.0008 0.00075292587280273
SELECT * FROM product_image_select WHERE product_id = '4213'
427 0.0003 0.00029683113098145
SELECT * FROM productcustomimages WHERE product_id = '4213'
428 0.0013 0.0012810230255127
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4213' AND a.name = n.originalname
429 0.0004 0.00041103363037109
SELECT * FROM productoffers WHERE product_id = '4213' AND merchantid = 'A1X6FK5RDHNB96'
430 0.0004 0.00042510032653809
SELECT * FROM productoffers
                WHERE product_id = '4213' AND price > 0
                ORDER BY price ASC LIMIT 1
431 0.0004 0.00042486190795898
SELECT value FROM productattributes WHERE product_id = '4213' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
432 0.0008 0.00083208084106445
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'header' ORDER BY sortorder ASC
433 0.0008 0.00078988075256348
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'footer' ORDER BY sortorder ASC
434 0.0020 0.0020129680633545
SELECT * FROM template_css WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND skinuid = ''
435 0.0006 0.00062084197998047
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
436 0.0005 0.00054788589477539
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
437 0.0005 0.00052499771118164
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'FB_DEFAULT_SHARE_IMAGE'
438 0.0006 0.00057506561279297
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'HEAD_LOGO'