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.58650898933411 379 0.2329 0


No Amazon API Requests Made.


App Debug - Total Time 0.58650898933411 seconds

Number Time From Start Name Description
1 0.34318399429321 Initialise Initialise FSB Function
2 0.34595704078674 App Controller Start Start of the App controller (called before the controller of every page)
3 0.38314008712769 Start of getCategoryListByGroup Function Before first category groups query
4 0.38394808769226 After initial query Before first category groups query
5 0.38394808769226 Get Category List for Group Before the call to getCategoryList function
6 0.38395118713379 Start of GetCategoryList function Start of the function
7 0.38395214080811 Before getting categories Query to get specific category list
8 0.38462901115417 After getting categories Query to get specific category list
9 0.38463020324707 Before getting category custom Before call to function getCategoryCustom
10 0.39818811416626 After getting category custom After call to function getCategoryCustom
11 0.39819002151489 Before getting category custom Before call to function getCategoryCustom
12 0.40597105026245 After getting category custom After call to function getCategoryCustom
13 0.40597105026245 Before getting category custom Before call to function getCategoryCustom
14 0.40963411331177 After getting category custom After call to function getCategoryCustom
15 0.40963506698608 Before getting category custom Before call to function getCategoryCustom
16 0.41184020042419 After getting category custom After call to function getCategoryCustom
17 0.41184115409851 Before getting category custom Before call to function getCategoryCustom
18 0.41406798362732 After getting category custom After call to function getCategoryCustom
19 0.41406917572021 Before getting category custom Before call to function getCategoryCustom
20 0.41633605957031 After getting category custom After call to function getCategoryCustom
21 0.41633701324463 End of GetCategoryList function End of the function
22 0.41634106636047 Get Category List for Group Before the call to getCategoryList function
23 0.41634202003479 Start of GetCategoryList function Start of the function
24 0.41634321212769 Before getting categories Query to get specific category list
25 0.41661500930786 End of getCategoryListByGroup Function Before return()
26 0.4218430519104 App Controller End End of the App controller (called before the controller of every page)
27 0.53320407867432 App_after Controller Start Start of the App_after controller (called after the controller of every page)
28 0.53395915031433 Before Get Options Before the call to getOptions in the tpl class
29 0.57097220420837 After Get Options After the call to getOptions in the tpl class
30 0.57100701332092 App_after Controller End End of the App_after controller (called after the controller of every page)
31 0.58650016784668 Finalizing debug Before the debug is output to the page.
32 0.58650803565979 End of App This is the end of the app logging, final timestamp


Query Debug - 379 Database Queries. Total time 0.2329 seconds

Number Time (Seconds) Time (Milliseconds) Query
1 0.0015 0.001511812210083
SELECT parameter, value FROM parameters
2 0.0054 0.0054218769073486
SELECT * FROM `bad_bots`
3 0.0004 0.00035810470581055
SET time_zone = 'Europe/London'
4 0.0007 0.00072383880615234
SELECT version FROM version ORDER BY `installed` DESC LIMIT 1
5 0.0012 0.0012261867523193
INSERT INTO ga_users (`isbot`, `ips`) SELECT '1', 'a:1:{i:0;s:13:\"216.73.216.99\";}'
6 0.0010 0.0010368824005127
INSERT INTO ga_sessions (`sessionlastseen`) SELECT '1757836772'
7 0.0014 0.0013589859008789
SELECT * FROM autorun ORDER BY lastrun ASC
8 0.0005 0.00046706199645996
SELECT * FROM version ORDER BY installed DESC LIMIT 1
9 0.0012 0.001168966293335
SELECT id FROM pages WHERE pagename = 'search' LIMIT 1
10 0.0009 0.00090694427490234
SELECT * FROM pages WHERE id = 52
11 0.0028 0.0027880668640137
SELECT * FROM template_options WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
12 0.0337 0.033685207366943
SELECT * FROM template_text WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND language = 'en'
13 0.0005 0.00046396255493164
SELECT * FROM pages WHERE pagename = 'search'
14 0.0008 0.00080299377441406
SELECT * FROM categorygroups ORDER BY sortorder ASC
15 0.0007 0.00066804885864258
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '1'  AND hidden = 0 ORDER BY sortorder ASC
16 0.0050 0.0050029754638672
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.0008 0.0007929801940918
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.0004 0.00042200088500977
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 26
19 0.0002 0.00023984909057617
SELECT id FROM categories WHERE parent_id = '26'
20 0.0049 0.004857063293457
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.0007 0.00070881843566895
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.0006 0.00059700012207031
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.0007 0.00066709518432617
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '26'
24 0.0002 0.00023007392883301
SELECT * FROM categorygroups WHERE id = '1'
25 0.0031 0.0031437873840332
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.0003 0.00025701522827148
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.0002 0.00019192695617676
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 27
28 0.0002 0.00022602081298828
SELECT id FROM categories WHERE parent_id = '27'
29 0.0030 0.0030078887939453
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.0002 0.00023293495178223
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.0002 0.00022602081298828
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.0002589225769043
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '27'
33 0.0002 0.00021100044250488
SELECT * FROM categorygroups WHERE id = '1'
34 0.0010 0.0010061264038086
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.0002 0.00022315979003906
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.0002 0.00019502639770508
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 28
37 0.0002 0.00021910667419434
SELECT id FROM categories WHERE parent_id = '28'
38 0.0010 0.0010440349578857
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.0002 0.00023794174194336
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.0002 0.0002291202545166
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.00026893615722656
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '28'
42 0.0002 0.00022006034851074
SELECT * FROM categorygroups WHERE id = '1'
43 0.0003 0.00033402442932129
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.0003 0.00028109550476074
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.0002 0.00020599365234375
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 29
46 0.0002 0.0002281665802002
SELECT id FROM categories WHERE parent_id = '29'
47 0.0003 0.00030398368835449
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.0002 0.00020599365234375
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.0002 0.00020694732666016
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.0002 0.00022411346435547
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '29'
51 0.0002 0.00020098686218262
SELECT * FROM categorygroups WHERE id = '1'
52 0.0003 0.00032401084899902
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.0002 0.00024795532226562
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.0002 0.00019288063049316
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 30
55 0.0002 0.00020289421081543
SELECT id FROM categories WHERE parent_id = '30'
56 0.0003 0.00031805038452148
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.0002 0.00020909309387207
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.0002 0.00023007392883301
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.0002 0.00024700164794922
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '30'
60 0.0002 0.00023794174194336
SELECT * FROM categorygroups WHERE id = '1'
61 0.0003 0.00033307075500488
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.00026202201843262
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.0002 0.00018501281738281
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 31
64 0.0003 0.00025200843811035
SELECT id FROM categories WHERE parent_id = '31'
65 0.0003 0.00034594535827637
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.0002 0.00020599365234375
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.0002 0.00020909309387207
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.0002 0.00024509429931641
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '31'
69 0.0002 0.00021004676818848
SELECT * FROM categorygroups WHERE id = '1'
70 0.0003 0.00026893615722656
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '2'  AND hidden = 0 ORDER BY sortorder ASC
71 0.0018 0.0017669200897217
SELECT * FROM manufacturers m WHERE m.display_sidebar = 1 AND m.merge_manufacturer_id = 0 ORDER BY linktitle ASC
72 0.0007 0.00065493583679199
SELECT * FROM sideboxes WHERE (templateuid = 'fsb-fluid2018' OR templateuid = '') AND enabled = 1 ORDER BY sortorder ASC
73 0.0003 0.00031805038452148
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.0005 0.00046300888061523
SELECT * FROM sideboxes_pages WHERE sidebox_id = '26'
75 0.0009 0.00088191032409668
SELECT value FROM template_options WHERE templateuid = 'fsb-fluid2018' AND optionuid = 'DISPLAY_CREDIT_ICON'
76 0.0005 0.00052499771118164
SELECT * FROM pages WHERE core = 1 ORDER BY pagekey
77 0.0003 0.00026893615722656
SELECT * FROM pages WHERE pagename = 'search'
78 0.0050 0.0050089359283447
SELECT MAX(price) as maxprice, MIN(price) as minprice FROM products WHERE enabled = 1 AND hidden = 0 AND price <> 0 
79 0.0014 0.0013740062713623
SELECT * FROM manufacturers WHERE display_filter = 1 AND merge_manufacturer_id = 0 ORDER BY name
80 0.0007 0.00069904327392578
SELECT * FROM productattributenames n WHERE hidden = 0 AND metabrowse = 1 ORDER BY n.displayname ASC
81 0.0049 0.0049269199371338
SELECT MAX(price) as maxprice, MIN(price) as minprice FROM products WHERE enabled = 1 AND hidden = 0 AND price <> 0 
82 0.0018 0.001784086227417
SELECT * FROM manufacturers WHERE display_filter = 1 AND merge_manufacturer_id = 0 ORDER BY name
83 0.0004 0.00044894218444824
SELECT * FROM productattributenames n WHERE hidden = 0 AND metabrowse = 1 AND sidebarfilter = 1 ORDER BY n.displayname ASC
84 0.0006 0.00064492225646973
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.0004 0.00039196014404297
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.0003 0.00032591819763184
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.0047 0.0047008991241455
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.0003 0.0003049373626709
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.0002 0.0002439022064209
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.0004 0.00035500526428223
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.0061 0.0061020851135254
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.0002601146697998
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.00029492378234863
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.0004 0.00037312507629395
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.00038003921508789
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.0044 0.0044429302215576
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.0003 0.0002739429473877
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.0002 0.00023198127746582
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.0004 0.00036716461181641
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.0062 0.0062391757965088
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.00026893615722656
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.0002 0.000244140625
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.00028896331787109
SELECT * FROM products WHERE id = '2156'
104 0.0007 0.00069594383239746
SELECT * FROM productimages WHERE product_id = '2156' ORDER BY sortorder ASC
105 0.0007 0.00069713592529297
SELECT * FROM product_image_select WHERE product_id = '2156'
106 0.0004 0.00044512748718262
SELECT * FROM productcustomimages WHERE product_id = '2156'
107 0.0007 0.00072884559631348
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '2156' AND a.name = n.originalname
108 0.0005 0.00049281120300293
SELECT * FROM productoffers WHERE product_id = '2156' AND merchantid = 'A1X6FK5RDHNB96'
109 0.0003 0.00026082992553711
SELECT * FROM productoffers
                WHERE product_id = '2156' AND price > 0
                ORDER BY price ASC LIMIT 1
110 0.0003 0.00026392936706543
SELECT value FROM productattributes WHERE product_id = '2156' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
111 0.0003 0.00028109550476074
SELECT * FROM products WHERE id = '3938'
112 0.0002 0.00022792816162109
SELECT * FROM productimages WHERE product_id = '3938' ORDER BY sortorder ASC
113 0.0004 0.00036716461181641
SELECT * FROM product_image_select WHERE product_id = '3938'
114 0.0002 0.00018310546875
SELECT * FROM productcustomimages WHERE product_id = '3938'
115 0.0007 0.0007011890411377
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3938' AND a.name = n.originalname
116 0.0003 0.0002589225769043
SELECT * FROM productoffers WHERE product_id = '3938' AND merchantid = 'A1X6FK5RDHNB96'
117 0.0002 0.00024700164794922
SELECT * FROM productoffers
                WHERE product_id = '3938' AND price > 0
                ORDER BY price ASC LIMIT 1
118 0.0002 0.00023794174194336
SELECT * FROM productoffers
                WHERE product_id = 3938
                ORDER BY price ASC LIMIT 1
119 0.0002 0.00023794174194336
SELECT value FROM productattributes
                WHERE product_id = '3938'
                AND name = 'ListPriceAmount'
120 0.0003 0.00027298927307129
SELECT value FROM productattributes WHERE product_id = '3938' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
121 0.0003 0.00026082992553711
SELECT * FROM products WHERE id = '4949'
122 0.0003 0.00027179718017578
SELECT * FROM productimages WHERE product_id = '4949' ORDER BY sortorder ASC
123 0.0004 0.00037193298339844
SELECT * FROM product_image_select WHERE product_id = '4949'
124 0.0002 0.00018715858459473
SELECT * FROM productcustomimages WHERE product_id = '4949'
125 0.0006 0.00058102607727051
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4949' AND a.name = n.originalname
126 0.0002 0.00024890899658203
SELECT * FROM productoffers WHERE product_id = '4949' AND merchantid = 'A1X6FK5RDHNB96'
127 0.0002 0.00024700164794922
SELECT * FROM productoffers
                WHERE product_id = '4949' AND price > 0
                ORDER BY price ASC LIMIT 1
128 0.0003 0.00027298927307129
SELECT value FROM productattributes WHERE product_id = '4949' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
129 0.0002 0.0002439022064209
SELECT * FROM products WHERE id = '1224'
130 0.0003 0.00026893615722656
SELECT * FROM productimages WHERE product_id = '1224' ORDER BY sortorder ASC
131 0.0004 0.00041699409484863
SELECT * FROM product_image_select WHERE product_id = '1224'
132 0.0002 0.00020098686218262
SELECT * FROM productcustomimages WHERE product_id = '1224'
133 0.0006 0.00057601928710938
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1224' AND a.name = n.originalname
134 0.0002 0.00024294853210449
SELECT * FROM productoffers WHERE product_id = '1224' AND merchantid = 'A1X6FK5RDHNB96'
135 0.0003 0.00026392936706543
SELECT * FROM productoffers
                WHERE product_id = '1224' AND price > 0
                ORDER BY price ASC LIMIT 1
136 0.0003 0.00025510787963867
SELECT value FROM productattributes WHERE product_id = '1224' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
137 0.0003 0.00027990341186523
SELECT * FROM products WHERE id = '1561'
138 0.0003 0.00033187866210938
SELECT * FROM productimages WHERE product_id = '1561' ORDER BY sortorder ASC
139 0.0005 0.00046801567077637
SELECT * FROM product_image_select WHERE product_id = '1561'
140 0.0002 0.00021696090698242
SELECT * FROM productcustomimages WHERE product_id = '1561'
141 0.0006 0.00063300132751465
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1561' AND a.name = n.originalname
142 0.0003 0.00026798248291016
SELECT * FROM productoffers WHERE product_id = '1561' AND merchantid = 'A1X6FK5RDHNB96'
143 0.0003 0.00028800964355469
SELECT * FROM productoffers
                WHERE product_id = '1561' AND price > 0
                ORDER BY price ASC LIMIT 1
144 0.0003 0.00026202201843262
SELECT value FROM productattributes WHERE product_id = '1561' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
145 0.0003 0.00028800964355469
SELECT * FROM products WHERE id = '1125'
146 0.0003 0.00025391578674316
SELECT * FROM productimages WHERE product_id = '1125' ORDER BY sortorder ASC
147 0.0004 0.0004279613494873
SELECT * FROM product_image_select WHERE product_id = '1125'
148 0.0002 0.00019502639770508
SELECT * FROM productcustomimages WHERE product_id = '1125'
149 0.0006 0.00062894821166992
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1125' AND a.name = n.originalname
150 0.0002 0.0002448558807373
SELECT * FROM productoffers WHERE product_id = '1125' AND merchantid = 'A1X6FK5RDHNB96'
151 0.0003 0.00025105476379395
SELECT * FROM productoffers
                WHERE product_id = '1125' AND price > 0
                ORDER BY price ASC LIMIT 1
152 0.0002 0.00022196769714355
SELECT * FROM productoffers
                WHERE product_id = 1125
                ORDER BY price ASC LIMIT 1
153 0.0003 0.00025105476379395
SELECT value FROM productattributes
                WHERE product_id = '1125'
                AND name = 'ListPriceAmount'
154 0.0004 0.00040411949157715
SELECT value FROM productattributes WHERE product_id = '1125' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
155 0.0003 0.00026512145996094
SELECT * FROM products WHERE id = '1145'
156 0.0002 0.00022315979003906
SELECT * FROM productimages WHERE product_id = '1145' ORDER BY sortorder ASC
157 0.0004 0.00037598609924316
SELECT * FROM product_image_select WHERE product_id = '1145'
158 0.0002 0.00018882751464844
SELECT * FROM productcustomimages WHERE product_id = '1145'
159 0.0008 0.0007929801940918
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1145' AND a.name = n.originalname
160 0.0003 0.00025606155395508
SELECT * FROM productoffers WHERE product_id = '1145' AND merchantid = 'A1X6FK5RDHNB96'
161 0.0003 0.00030899047851562
SELECT * FROM productoffers
                WHERE product_id = '1145' AND price > 0
                ORDER BY price ASC LIMIT 1
162 0.0003 0.00031709671020508
SELECT value FROM productattributes WHERE product_id = '1145' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
163 0.0003 0.00025391578674316
SELECT * FROM products WHERE id = '810'
164 0.0003 0.00032591819763184
SELECT * FROM productimages WHERE product_id = '810' ORDER BY sortorder ASC
165 0.0004 0.00038790702819824
SELECT * FROM product_image_select WHERE product_id = '810'
166 0.0002 0.00018310546875
SELECT * FROM productcustomimages WHERE product_id = '810'
167 0.0006 0.00059008598327637
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '810' AND a.name = n.originalname
168 0.0003 0.0002748966217041
SELECT * FROM productoffers WHERE product_id = '810' AND merchantid = 'A1X6FK5RDHNB96'
169 0.0003 0.0003209114074707
SELECT * FROM productoffers
                WHERE product_id = '810' AND price > 0
                ORDER BY price ASC LIMIT 1
170 0.0003 0.00028395652770996
SELECT value FROM productattributes WHERE product_id = '810' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
171 0.0003 0.00026488304138184
SELECT * FROM products WHERE id = '1917'
172 0.0003 0.0002748966217041
SELECT * FROM productimages WHERE product_id = '1917' ORDER BY sortorder ASC
173 0.0003 0.00027608871459961
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '1917' AND p.id = pi.product_id ORDER BY pi.sortorder
174 0.0004 0.0003960132598877
SELECT * FROM product_image_select WHERE product_id = '1917'
175 0.0002 0.00020694732666016
SELECT * FROM productcustomimages WHERE product_id = '1917'
176 0.0003 0.00026702880859375
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 = '1917'
                GROUP BY o.product_id
177 0.0004 0.00038409233093262
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     = '1917'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
178 0.0002 0.00024318695068359
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 1917
179 0.0004 0.00042605400085449
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1917' AND a.name = n.originalname
180 0.0002 0.00024104118347168
SELECT * FROM productoffers WHERE product_id = '1917' AND merchantid = 'A1X6FK5RDHNB96'
181 0.0002 0.0002288818359375
SELECT * FROM productoffers
                WHERE product_id = '1917' AND price > 0
                ORDER BY price ASC LIMIT 1
182 0.0002 0.00022196769714355
SELECT * FROM productoffers
                WHERE product_id = 1917
                ORDER BY price ASC LIMIT 1
183 0.0002 0.00024604797363281
SELECT value FROM productattributes
                WHERE product_id = '1917'
                AND name = 'ListPriceAmount'
184 0.0003 0.00030899047851562
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 = '1917'
                GROUP BY o.product_id
185 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     = '1917'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
186 0.0002 0.00023698806762695
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 1917
187 0.0003 0.00032496452331543
SELECT * FROM products WHERE parent_id = '1917'
188 0.0003 0.00034999847412109
SELECT * FROM products WHERE id = '3546'
189 0.0003 0.0002901554107666
SELECT * FROM productimages WHERE product_id = '3546' ORDER BY sortorder ASC
190 0.0004 0.00038599967956543
SELECT * FROM product_image_select WHERE product_id = '3546'
191 0.0002 0.00018191337585449
SELECT * FROM productcustomimages WHERE product_id = '3546'
192 0.0005 0.00051593780517578
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3546' AND a.name = n.originalname
193 0.0002 0.00024104118347168
SELECT * FROM productoffers WHERE product_id = '3546' AND merchantid = 'A1X6FK5RDHNB96'
194 0.0003 0.00026297569274902
SELECT * FROM productoffers
                WHERE product_id = '3546' AND price > 0
                ORDER BY price ASC LIMIT 1
195 0.0003 0.00029611587524414
SELECT value FROM productattributes WHERE product_id = '3546' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
196 0.0003 0.00033402442932129
SELECT * FROM products WHERE id = '3743'
197 0.0003 0.00029206275939941
SELECT * FROM productimages WHERE product_id = '3743' ORDER BY sortorder ASC
198 0.0005 0.00047993659973145
SELECT * FROM product_image_select WHERE product_id = '3743'
199 0.0002 0.0002288818359375
SELECT * FROM productcustomimages WHERE product_id = '3743'
200 0.0004 0.00044393539428711
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3743' AND a.name = n.originalname
201 0.0002 0.00023007392883301
SELECT * FROM productoffers WHERE product_id = '3743' AND merchantid = 'A1X6FK5RDHNB96'
202 0.0002 0.0002439022064209
SELECT * FROM productoffers
                WHERE product_id = '3743' AND price > 0
                ORDER BY price ASC LIMIT 1
203 0.0004 0.00036478042602539
SELECT value FROM productattributes WHERE product_id = '3743' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
204 0.0003 0.00033903121948242
SELECT * FROM products WHERE id = '3204'
205 0.0004 0.00038599967956543
SELECT * FROM productimages WHERE product_id = '3204' ORDER BY sortorder ASC
206 0.0004 0.00037193298339844
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '3204' AND p.id = pi.product_id ORDER BY pi.sortorder
207 0.0005 0.00045394897460938
SELECT * FROM product_image_select WHERE product_id = '3204'
208 0.0002 0.00019001960754395
SELECT * FROM productcustomimages WHERE product_id = '3204'
209 0.0003 0.0002751350402832
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 = '3204'
                GROUP BY o.product_id
210 0.0003 0.0003209114074707
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     = '3204'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
211 0.0003 0.0002739429473877
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 3204
212 0.0006 0.0005648136138916
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3204' AND a.name = n.originalname
213 0.0002 0.00022006034851074
SELECT * FROM productoffers WHERE product_id = '3204' AND merchantid = 'A1X6FK5RDHNB96'
214 0.0003 0.00030803680419922
SELECT * FROM productoffers
                WHERE product_id = '3204' AND price > 0
                ORDER BY price ASC LIMIT 1
215 0.0002 0.00023078918457031
SELECT * FROM productoffers
                WHERE product_id = 3204
                ORDER BY price ASC LIMIT 1
216 0.0003 0.00027203559875488
SELECT value FROM productattributes
                WHERE product_id = '3204'
                AND name = 'ListPriceAmount'
217 0.0003 0.00029802322387695
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 = '3204'
                GROUP BY o.product_id
218 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     = '3204'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
219 0.0003 0.00027585029602051
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 3204
220 0.0003 0.00027012825012207
SELECT value FROM productattributes WHERE product_id = '3204' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
221 0.0004 0.00039100646972656
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '3204'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'Color'
                GROUP BY o.value
                ORDER BY o.value ASC
222 0.0003 0.0002589225769043
SELECT * FROM products WHERE id = '974'
223 0.0003 0.00030207633972168
SELECT * FROM productimages WHERE product_id = '974' ORDER BY sortorder ASC
224 0.0004 0.00040197372436523
SELECT * FROM product_image_select WHERE product_id = '974'
225 0.0003 0.00028514862060547
SELECT * FROM productcustomimages WHERE product_id = '974'
226 0.0006 0.00059700012207031
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '974' AND a.name = n.originalname
227 0.0003 0.00025200843811035
SELECT * FROM productoffers WHERE product_id = '974' AND merchantid = 'A1X6FK5RDHNB96'
228 0.0003 0.0002901554107666
SELECT * FROM productoffers
                WHERE product_id = '974' AND price > 0
                ORDER BY price ASC LIMIT 1
229 0.0003 0.00033783912658691
SELECT value FROM productattributes WHERE product_id = '974' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
230 0.0003 0.0003049373626709
SELECT * FROM products WHERE id = '931'
231 0.0004 0.00039887428283691
SELECT * FROM productimages WHERE product_id = '931' ORDER BY sortorder ASC
232 0.0005 0.00046396255493164
SELECT * FROM product_image_select WHERE product_id = '931'
233 0.0002 0.0001988410949707
SELECT * FROM productcustomimages WHERE product_id = '931'
234 0.0006 0.0005650520324707
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '931' AND a.name = n.originalname
235 0.0002 0.00024080276489258
SELECT * FROM productoffers WHERE product_id = '931' AND merchantid = 'A1X6FK5RDHNB96'
236 0.0003 0.00027084350585938
SELECT * FROM productoffers
                WHERE product_id = '931' AND price > 0
                ORDER BY price ASC LIMIT 1
237 0.0003 0.00032305717468262
SELECT value FROM productattributes WHERE product_id = '931' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
238 0.0003 0.00025796890258789
SELECT * FROM products WHERE id = '1204'
239 0.0004 0.00035905838012695
SELECT * FROM productimages WHERE product_id = '1204' ORDER BY sortorder ASC
240 0.0005 0.0004570484161377
SELECT * FROM product_image_select WHERE product_id = '1204'
241 0.0002 0.00020194053649902
SELECT * FROM productcustomimages WHERE product_id = '1204'
242 0.0005 0.00047707557678223
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1204' AND a.name = n.originalname
243 0.0002 0.00023698806762695
SELECT * FROM productoffers WHERE product_id = '1204' AND merchantid = 'A1X6FK5RDHNB96'
244 0.0003 0.00033688545227051
SELECT * FROM productoffers
                WHERE product_id = '1204' AND price > 0
                ORDER BY price ASC LIMIT 1
245 0.0003 0.00033092498779297
SELECT value FROM productattributes WHERE product_id = '1204' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
246 0.0003 0.0002901554107666
SELECT * FROM products WHERE id = '3134'
247 0.0003 0.00030112266540527
SELECT * FROM productimages WHERE product_id = '3134' ORDER BY sortorder ASC
248 0.0003 0.00032401084899902
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '3134' AND p.id = pi.product_id ORDER BY pi.sortorder
249 0.0005 0.00047898292541504
SELECT * FROM product_image_select WHERE product_id = '3134'
250 0.0002 0.00018620491027832
SELECT * FROM productcustomimages WHERE product_id = '3134'
251 0.0003 0.00034594535827637
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 = '3134'
                GROUP BY o.product_id
252 0.0003 0.00034713745117188
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     = '3134'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
253 0.0004 0.00035285949707031
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 3134
254 0.0004 0.00043892860412598
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3134' AND a.name = n.originalname
255 0.0002 0.00022292137145996
SELECT * FROM productoffers WHERE product_id = '3134' AND merchantid = 'A1X6FK5RDHNB96'
256 0.0002 0.00024890899658203
SELECT * FROM productoffers
                WHERE product_id = '3134' AND price > 0
                ORDER BY price ASC LIMIT 1
257 0.0002 0.00023794174194336
SELECT * FROM productoffers
                WHERE product_id = 3134
                ORDER BY price ASC LIMIT 1
258 0.0003 0.00032591819763184
SELECT value FROM productattributes
                WHERE product_id = '3134'
                AND name = 'ListPriceAmount'
259 0.0003 0.00026202201843262
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 = '3134'
                GROUP BY o.product_id
260 0.0003 0.0003199577331543
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     = '3134'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
261 0.0002 0.0002439022064209
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 3134
262 0.0003 0.00025701522827148
SELECT value FROM productattributes WHERE product_id = '3134' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
263 0.0003 0.00032186508178711
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '3134'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'Color'
                GROUP BY o.value
                ORDER BY o.value ASC
264 0.0003 0.0003211498260498
SELECT * FROM products WHERE id = '4505'
265 0.0003 0.00031614303588867
SELECT * FROM productimages WHERE product_id = '4505' ORDER BY sortorder ASC
266 0.0003 0.00026988983154297
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '4505' AND p.id = pi.product_id ORDER BY pi.sortorder
267 0.0004 0.00040411949157715
SELECT * FROM product_image_select WHERE product_id = '4505'
268 0.0002 0.00020384788513184
SELECT * FROM productcustomimages WHERE product_id = '4505'
269 0.0003 0.00025486946105957
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 = '4505'
                GROUP BY o.product_id
270 0.0003 0.00029301643371582
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     = '4505'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
271 0.0002 0.00024104118347168
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 4505
272 0.0004 0.00041604042053223
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4505' AND a.name = n.originalname
273 0.0002 0.00023198127746582
SELECT * FROM productoffers WHERE product_id = '4505' AND merchantid = 'A1X6FK5RDHNB96'
274 0.0002 0.00023102760314941
SELECT * FROM productoffers
                WHERE product_id = '4505' AND price > 0
                ORDER BY price ASC LIMIT 1
275 0.0002 0.0002129077911377
SELECT * FROM productoffers
                WHERE product_id = 4505
                ORDER BY price ASC LIMIT 1
276 0.0002 0.00024604797363281
SELECT value FROM productattributes
                WHERE product_id = '4505'
                AND name = 'ListPriceAmount'
277 0.0002 0.00024700164794922
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 = '4505'
                GROUP BY o.product_id
278 0.0003 0.00031495094299316
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     = '4505'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
279 0.0003 0.00029087066650391
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 4505
280 0.0003 0.00030303001403809
SELECT value FROM productattributes WHERE product_id = '4505' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
281 0.0003 0.00034308433532715
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '4505'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'PackageQuantity'
                GROUP BY o.value
                ORDER BY o.value ASC
282 0.0003 0.00025701522827148
SELECT * FROM products WHERE parent_id = '4505'
283 0.0003 0.00028514862060547
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4506' AND a.name = n.originalname
284 0.0003 0.00027990341186523
SELECT * FROM productoffers WHERE product_id = '4506' AND merchantid = 'A1X6FK5RDHNB96'
285 0.0002 0.00023603439331055
SELECT * FROM products WHERE id = '796'
286 0.0003 0.00027990341186523
SELECT * FROM productimages WHERE product_id = '796' ORDER BY sortorder ASC
287 0.0004 0.00037693977355957
SELECT * FROM product_image_select WHERE product_id = '796'
288 0.0002 0.00018906593322754
SELECT * FROM productcustomimages WHERE product_id = '796'
289 0.0004 0.00039792060852051
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '796' AND a.name = n.originalname
290 0.0002 0.00024008750915527
SELECT * FROM productoffers WHERE product_id = '796' AND merchantid = 'A1X6FK5RDHNB96'
291 0.0002 0.0002138614654541
SELECT * FROM productoffers
                WHERE product_id = '796' AND price > 0
                ORDER BY price ASC LIMIT 1
292 0.0002 0.00022721290588379
SELECT * FROM productoffers
                WHERE product_id = 796
                ORDER BY price ASC LIMIT 1
293 0.0002 0.00022506713867188
SELECT value FROM productattributes
                WHERE product_id = '796'
                AND name = 'ListPriceAmount'
294 0.0003 0.00026106834411621
SELECT value FROM productattributes WHERE product_id = '796' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
295 0.0007 0.00070500373840332
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '2156' ORDER BY timestamp DESC
296 0.0002 0.00022602081298828
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3938' ORDER BY timestamp DESC
297 0.0002 0.00021505355834961
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4949' ORDER BY timestamp DESC
298 0.0002 0.00019598007202148
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1224' ORDER BY timestamp DESC
299 0.0002 0.00020694732666016
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1561' ORDER BY timestamp DESC
300 0.0002 0.00019288063049316
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1125' ORDER BY timestamp DESC
301 0.0002 0.0001838207244873
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1145' ORDER BY timestamp DESC
302 0.0002 0.00020098686218262
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '810' ORDER BY timestamp DESC
303 0.0002 0.00020313262939453
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1917' ORDER BY timestamp DESC
304 0.0002 0.00018906593322754
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3546' ORDER BY timestamp DESC
305 0.0002 0.00020408630371094
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3743' ORDER BY timestamp DESC
306 0.0002 0.00022697448730469
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3204' ORDER BY timestamp DESC
307 0.0002 0.00018501281738281
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '974' ORDER BY timestamp DESC
308 0.0002 0.00017595291137695
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '931' ORDER BY timestamp DESC
309 0.0002 0.00017690658569336
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1204' ORDER BY timestamp DESC
310 0.0002 0.00017786026000977
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3134' ORDER BY timestamp DESC
311 0.0002 0.00017404556274414
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4505' ORDER BY timestamp DESC
312 0.0002 0.00019216537475586
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '796' ORDER BY timestamp DESC
313 0.0006 0.00058388710021973
SELECT * FROM template_info WHERE templateuid = 'fsb-fluid2018'
314 0.0005 0.00047087669372559
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_user_data'
315 0.0002 0.00023102760314941
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_tracking_status'
316 0.0134 0.01336407661438
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
317 0.0006 0.00063085556030273
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
318 0.0003 0.00026106834411621
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
319 0.0003 0.00029206275939941
SELECT * FROM products WHERE id = 1626
320 0.0002 0.00024604797363281
SELECT * FROM products WHERE id = 4041
321 0.0002 0.00024914741516113
SELECT * FROM products WHERE id = 4312
322 0.0002 0.00022411346435547
SELECT * FROM products WHERE id = 777
323 0.0002 0.00022101402282715
SELECT * FROM products WHERE id = 3881
324 0.0002 0.00022077560424805
SELECT * FROM products WHERE id = 4213
325 0.0002 0.00022387504577637
SELECT * FROM products WHERE id = '1626'
326 0.0002 0.00022315979003906
SELECT * FROM productimages WHERE product_id = '1626' ORDER BY sortorder ASC
327 0.0004 0.00038981437683105
SELECT * FROM product_image_select WHERE product_id = '1626'
328 0.0002 0.00019216537475586
SELECT * FROM productcustomimages WHERE product_id = '1626'
329 0.0004 0.00044488906860352
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1626' AND a.name = n.originalname
330 0.0002 0.00024294853210449
SELECT * FROM productoffers WHERE product_id = '1626' AND merchantid = 'A1X6FK5RDHNB96'
331 0.0003 0.00025200843811035
SELECT * FROM productoffers
                WHERE product_id = '1626' AND price > 0
                ORDER BY price ASC LIMIT 1
332 0.0003 0.00029683113098145
SELECT value FROM productattributes WHERE product_id = '1626' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
333 0.0003 0.00025606155395508
SELECT * FROM products WHERE id = '4041'
334 0.0002 0.00023794174194336
SELECT * FROM productimages WHERE product_id = '4041' ORDER BY sortorder ASC
335 0.0004 0.00036215782165527
SELECT * FROM product_image_select WHERE product_id = '4041'
336 0.0002 0.00018906593322754
SELECT * FROM productcustomimages WHERE product_id = '4041'
337 0.0006 0.00063109397888184
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4041' AND a.name = n.originalname
338 0.0002 0.00023198127746582
SELECT * FROM productoffers WHERE product_id = '4041' AND merchantid = 'A1X6FK5RDHNB96'
339 0.0002 0.00023603439331055
SELECT * FROM productoffers
                WHERE product_id = '4041' AND price > 0
                ORDER BY price ASC LIMIT 1
340 0.0003 0.0003349781036377
SELECT value FROM productattributes WHERE product_id = '4041' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
341 0.0003 0.00027203559875488
SELECT * FROM products WHERE id = '4312'
342 0.0003 0.00025606155395508
SELECT * FROM productimages WHERE product_id = '4312' ORDER BY sortorder ASC
343 0.0004 0.00040197372436523
SELECT * FROM product_image_select WHERE product_id = '4312'
344 0.0002 0.00020098686218262
SELECT * FROM productcustomimages WHERE product_id = '4312'
345 0.0006 0.00062894821166992
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4312' AND a.name = n.originalname
346 0.0002 0.00023102760314941
SELECT * FROM productoffers WHERE product_id = '4312' AND merchantid = 'A1X6FK5RDHNB96'
347 0.0003 0.0002748966217041
SELECT * FROM productoffers
                WHERE product_id = '4312' AND price > 0
                ORDER BY price ASC LIMIT 1
348 0.0003 0.0003049373626709
SELECT value FROM productattributes WHERE product_id = '4312' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
349 0.0002 0.0002439022064209
SELECT * FROM products WHERE id = '777'
350 0.0003 0.00027680397033691
SELECT * FROM productimages WHERE product_id = '777' ORDER BY sortorder ASC
351 0.0004 0.00040984153747559
SELECT * FROM product_image_select WHERE product_id = '777'
352 0.0002 0.00019311904907227
SELECT * FROM productcustomimages WHERE product_id = '777'
353 0.0006 0.00056815147399902
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '777' AND a.name = n.originalname
354 0.0003 0.00027298927307129
SELECT * FROM productoffers WHERE product_id = '777' AND merchantid = 'A1X6FK5RDHNB96'
355 0.0003 0.0002748966217041
SELECT * FROM productoffers
                WHERE product_id = '777' AND price > 0
                ORDER BY price ASC LIMIT 1
356 0.0003 0.00027990341186523
SELECT value FROM productattributes WHERE product_id = '777' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
357 0.0003 0.00028491020202637
SELECT * FROM products WHERE id = '3881'
358 0.0003 0.00033092498779297
SELECT * FROM productimages WHERE product_id = '3881' ORDER BY sortorder ASC
359 0.0004 0.0003809928894043
SELECT * FROM product_image_select WHERE product_id = '3881'
360 0.0002 0.00022387504577637
SELECT * FROM productcustomimages WHERE product_id = '3881'
361 0.0006 0.00058603286743164
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3881' AND a.name = n.originalname
362 0.0002 0.00024604797363281
SELECT * FROM productoffers WHERE product_id = '3881' AND merchantid = 'A1X6FK5RDHNB96'
363 0.0003 0.00026297569274902
SELECT * FROM productoffers
                WHERE product_id = '3881' AND price > 0
                ORDER BY price ASC LIMIT 1
364 0.0003 0.00027108192443848
SELECT value FROM productattributes WHERE product_id = '3881' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
365 0.0003 0.00028800964355469
SELECT * FROM products WHERE id = '4213'
366 0.0003 0.00029492378234863
SELECT * FROM productimages WHERE product_id = '4213' ORDER BY sortorder ASC
367 0.0004 0.00039386749267578
SELECT * FROM product_image_select WHERE product_id = '4213'
368 0.0002 0.00021219253540039
SELECT * FROM productcustomimages WHERE product_id = '4213'
369 0.0008 0.00081610679626465
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4213' AND a.name = n.originalname
370 0.0003 0.00027203559875488
SELECT * FROM productoffers WHERE product_id = '4213' AND merchantid = 'A1X6FK5RDHNB96'
371 0.0003 0.00031304359436035
SELECT * FROM productoffers
                WHERE product_id = '4213' AND price > 0
                ORDER BY price ASC LIMIT 1
372 0.0003 0.00030279159545898
SELECT value FROM productattributes WHERE product_id = '4213' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
373 0.0012 0.0011510848999023
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'header' ORDER BY sortorder ASC
374 0.0006 0.00063896179199219
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'footer' ORDER BY sortorder ASC
375 0.0018 0.0017960071563721
SELECT * FROM template_css WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND skinuid = ''
376 0.0007 0.00069904327392578
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
377 0.0004 0.00036501884460449
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
378 0.0004 0.0004119873046875
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'FB_DEFAULT_SHARE_IMAGE'
379 0.0004 0.00043916702270508
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'HEAD_LOGO'