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
1.8478889465332 362 1.3318 0


No Amazon API Requests Made.


App Debug - Total Time 1.8478889465332 seconds

Number Time From Start Name Description
1 0.39382600784302 Initialise Initialise FSB Function
2 0.40518808364868 App Controller Start Start of the App controller (called before the controller of every page)
3 0.45595192909241 Start of getCategoryListByGroup Function Before first category groups query
4 0.45676612854004 After initial query Before first category groups query
5 0.45676708221436 Get Category List for Group Before the call to getCategoryList function
6 0.4567699432373 Start of GetCategoryList function Start of the function
7 0.45677208900452 Before getting categories Query to get specific category list
8 0.45752596855164 After getting categories Query to get specific category list
9 0.45752692222595 Before getting category custom Before call to function getCategoryCustom
10 0.47160911560059 After getting category custom After call to function getCategoryCustom
11 0.47161102294922 Before getting category custom Before call to function getCategoryCustom
12 0.47914695739746 After getting category custom After call to function getCategoryCustom
13 0.47914910316467 Before getting category custom Before call to function getCategoryCustom
14 0.4829249382019 After getting category custom After call to function getCategoryCustom
15 0.4829249382019 Before getting category custom Before call to function getCategoryCustom
16 0.48513698577881 After getting category custom After call to function getCategoryCustom
17 0.48513793945312 Before getting category custom Before call to function getCategoryCustom
18 0.48740911483765 After getting category custom After call to function getCategoryCustom
19 0.48741006851196 Before getting category custom Before call to function getCategoryCustom
20 0.48966407775879 After getting category custom After call to function getCategoryCustom
21 0.48966503143311 End of GetCategoryList function End of the function
22 0.48966908454895 Get Category List for Group Before the call to getCategoryList function
23 0.48967003822327 Start of GetCategoryList function Start of the function
24 0.48967099189758 Before getting categories Query to get specific category list
25 0.48993396759033 End of getCategoryListByGroup Function Before return()
26 1.5808260440826 App Controller End End of the App controller (called before the controller of every page)
27 1.6930019855499 App_after Controller Start Start of the App_after controller (called after the controller of every page)
28 1.6937899589539 Before Get Options Before the call to getOptions in the tpl class
29 1.7299659252167 After Get Options After the call to getOptions in the tpl class
30 1.7300040721893 App_after Controller End End of the App_after controller (called after the controller of every page)
31 1.8478820323944 Finalizing debug Before the debug is output to the page.
32 1.8478889465332 End of App This is the end of the app logging, final timestamp


Query Debug - 362 Database Queries. Total time 1.3318 seconds

Number Time (Seconds) Time (Milliseconds) Query
1 0.0009 0.0008540153503418
SELECT parameter, value FROM parameters
2 0.0054 0.0054380893707275
SELECT * FROM `bad_bots`
3 0.0003 0.0003058910369873
SET time_zone = 'Europe/London'
4 0.0009 0.00092387199401855
SELECT version FROM version ORDER BY `installed` DESC LIMIT 1
5 0.0008 0.00080513954162598
INSERT INTO ga_users (`isbot`, `ips`) SELECT '1', 'a:1:{i:0;s:13:\"216.73.216.99\";}'
6 0.0012 0.0011720657348633
INSERT INTO ga_sessions (`sessionlastseen`) SELECT '1757844720'
7 0.0016 0.0016410350799561
SELECT * FROM autorun ORDER BY lastrun ASC
8 0.0006 0.00059413909912109
UPDATE autorun SET lastrun = '2025-09-14 10:12:00' WHERE id = '8'
9 0.0005 0.00049686431884766
SELECT * FROM version ORDER BY installed DESC LIMIT 1
10 0.0014 0.0014040470123291
SELECT id FROM pages WHERE pagename = 'search' LIMIT 1
11 0.0005 0.00049710273742676
SELECT * FROM pages WHERE id = 52
12 0.0042 0.0042238235473633
SELECT * FROM template_options WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
13 0.0455 0.045521020889282
SELECT * FROM template_text WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND language = 'en'
14 0.0005 0.00050592422485352
SELECT * FROM pages WHERE pagename = 'search'
15 0.0008 0.00080680847167969
SELECT * FROM categorygroups ORDER BY sortorder ASC
16 0.0007 0.00074005126953125
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '1'  AND hidden = 0 ORDER BY sortorder ASC
17 0.0063 0.0063090324401855
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
18 0.0006 0.00063610076904297
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 26
19 0.0004 0.00043797492980957
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 26
20 0.0002 0.00023794174194336
SELECT id FROM categories WHERE parent_id = '26'
21 0.0045 0.0044848918914795
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 
22 0.0005 0.00053095817565918
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 
23 0.0006 0.00056791305541992
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
24 0.0006 0.00056219100952148
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '26'
25 0.0002 0.00023794174194336
SELECT * FROM categorygroups WHERE id = '1'
26 0.0029 0.0028929710388184
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
27 0.0003 0.00031089782714844
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 27
28 0.0002 0.00022602081298828
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 27
29 0.0003 0.00025296211242676
SELECT id FROM categories WHERE parent_id = '27'
30 0.0028 0.0028340816497803
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 
31 0.0003 0.00026106834411621
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 
32 0.0002 0.00023889541625977
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
33 0.0003 0.00025391578674316
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '27'
34 0.0002 0.0002288818359375
SELECT * FROM categorygroups WHERE id = '1'
35 0.0010 0.00099897384643555
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
36 0.0003 0.00025081634521484
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 28
37 0.0002 0.00021791458129883
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 28
38 0.0002 0.00022196769714355
SELECT id FROM categories WHERE parent_id = '28'
39 0.0010 0.001032829284668
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 
40 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 (28)
				  AND p.disabled = 0 
41 0.0003 0.00030112266540527
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
42 0.0002 0.00024104118347168
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '28'
43 0.0003 0.00025296211242676
SELECT * FROM categorygroups WHERE id = '1'
44 0.0003 0.00030899047851562
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
45 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 = 29
46 0.0002 0.00020599365234375
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 29
47 0.0002 0.00021195411682129
SELECT id FROM categories WHERE parent_id = '29'
48 0.0003 0.00031709671020508
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 
49 0.0002 0.00020408630371094
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 
50 0.0002 0.00020313262939453
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
51 0.0002 0.00021600723266602
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '29'
52 0.0003 0.00028014183044434
SELECT * FROM categorygroups WHERE id = '1'
53 0.0003 0.00031399726867676
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
54 0.0002 0.0002288818359375
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 30
55 0.0002 0.00020599365234375
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 30
56 0.0002 0.00021600723266602
SELECT id FROM categories WHERE parent_id = '30'
57 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 
58 0.0003 0.00026202201843262
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 
59 0.0003 0.00025105476379395
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
60 0.0002 0.00024700164794922
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '30'
61 0.0002 0.0002129077911377
SELECT * FROM categorygroups WHERE id = '1'
62 0.0003 0.0003209114074707
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
63 0.0002 0.00022983551025391
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 31
64 0.0002 0.00019383430480957
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 31
65 0.0002 0.00021576881408691
SELECT id FROM categories WHERE parent_id = '31'
66 0.0003 0.00033307075500488
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 
67 0.0002 0.00022506713867188
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 
68 0.0002 0.00024294853210449
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
69 0.0003 0.00026106834411621
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '31'
70 0.0002 0.00021481513977051
SELECT * FROM categorygroups WHERE id = '1'
71 0.0003 0.0002601146697998
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '2'  AND hidden = 0 ORDER BY sortorder ASC
72 0.0017 0.0016958713531494
SELECT * FROM manufacturers m WHERE m.display_sidebar = 1 AND m.merge_manufacturer_id = 0 ORDER BY linktitle ASC
73 0.0006 0.00057697296142578
SELECT * FROM sideboxes WHERE (templateuid = 'fsb-fluid2018' OR templateuid = '') AND enabled = 1 ORDER BY sortorder ASC
74 0.0004 0.00036096572875977
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
75 0.0004 0.0004420280456543
SELECT * FROM sideboxes_pages WHERE sidebox_id = '26'
76 0.0009 0.00087809562683105
SELECT value FROM template_options WHERE templateuid = 'fsb-fluid2018' AND optionuid = 'DISPLAY_CREDIT_ICON'
77 0.0005 0.00051498413085938
SELECT * FROM pages WHERE core = 1 ORDER BY pagekey
78 1.0831 1.0831389427185
SELECT * FROM ipgeocountries WHERE INET_ATON('216.73.216.99') >= INET_ATON(ip_start) AND INET_ATON('216.73.216.99') <= INET_ATON(ip_end)
79 0.0013 0.0012950897216797
SELECT * FROM ipgeolocations WHERE geoname_id = '6252001'
80 0.0005 0.00054693222045898
SELECT * FROM countryredirects WHERE countrycode = 'US'
81 0.0003 0.00031781196594238
SELECT * FROM pages WHERE pagename = 'search'
82 0.0050 0.0049970149993896
SELECT MAX(price) as maxprice, MIN(price) as minprice FROM products WHERE enabled = 1 AND hidden = 0 AND price <> 0 
83 0.0014 0.0014081001281738
SELECT * FROM manufacturers WHERE display_filter = 1 AND merge_manufacturer_id = 0 ORDER BY name
84 0.0008 0.00083088874816895
SELECT * FROM productattributenames n WHERE hidden = 0 AND metabrowse = 1 ORDER BY n.displayname ASC
85 0.0061 0.0060629844665527
SELECT MAX(price) as maxprice, MIN(price) as minprice FROM products WHERE enabled = 1 AND hidden = 0 AND price <> 0 
86 0.0014 0.0013740062713623
SELECT * FROM manufacturers WHERE display_filter = 1 AND merge_manufacturer_id = 0 ORDER BY name
87 0.0004 0.00039911270141602
SELECT * FROM productattributenames n WHERE hidden = 0 AND metabrowse = 1 AND sidebarfilter = 1 ORDER BY n.displayname ASC
88 0.0007 0.00067019462585449
INSERT INTO searches (`keywords`, `timestamp`, `ip`) SELECT 'lipton tchae the vert orient 25 sachets 44g lot de 3', NOW(), '216.73.216.99'
89 0.0004 0.00041508674621582
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (title)
    AGAINST ('+lipton +tchae +the +vert +orient +25 +sache} +44g +lot +de +3' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (title) AGAINST ('+lipton +tchae +the +vert +orient +25 +sache} +44g +lot +de +3' 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 ('+lipton +tchae +the +vert +orient +25 +sache} +44g +lot +de +3'), 'bundle' AS type FROM bundles b
		WHERE MATCH (title) AGAINST ('+lipton +tchae +the +vert +orient +25 +sache} +44g +lot +de +3' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1
90 0.0004 0.00037407875061035
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (description, keyfeatures, title, descriptionsecondary)
    AGAINST ('+lipton +tchae +the +vert +orient +25 +sache} +44g +lot +de +3' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+lipton +tchae +the +vert +orient +25 +sache} +44g +lot +de +3' 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 ('+lipton +tchae +the +vert +orient +25 +sache} +44g +lot +de +3'), 'bundle' AS type FROM bundles b
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+lipton +tchae +the +vert +orient +25 +sache} +44g +lot +de +3' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1
91 0.0053 0.005302906036377
SELECT DISTINCT (p.id), salesrank, price, linktitle,
          'product' AS type
          FROM products p 
		WHERE ((description LIKE 'lipton') OR (keyfeatures LIKE 'lipton') OR (title LIKE 'lipton') OR (description LIKE 'tchae') OR (keyfeatures LIKE 'tchae') OR (title LIKE 'tchae') 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 'orient') OR (keyfeatures LIKE 'orient') OR (title LIKE 'orient') OR (description LIKE '25') OR (keyfeatures LIKE '25') OR (title LIKE '25') OR (description LIKE 'sachets') OR (keyfeatures LIKE 'sachets') OR (title LIKE 'sachets') OR (description LIKE '44g') OR (keyfeatures LIKE '44g') OR (title LIKE '44g') OR (description LIKE 'lot') OR (keyfeatures LIKE 'lot') OR (title LIKE 'lot') OR (description LIKE 'de') OR (keyfeatures LIKE 'de') OR (title LIKE 'de') OR (description LIKE '3') OR (keyfeatures LIKE '3') OR (title LIKE '3'))

		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1
92 0.0004 0.00040507316589355
SELECT DISTINCT (p.id), price, linktitle,
          'ebayproduct' AS type
          FROM ebay_products p 
		WHERE ((description LIKE 'lipton') OR (title LIKE 'lipton') OR (description LIKE 'tchae') OR (title LIKE 'tchae') OR (description LIKE 'the') OR (title LIKE 'the') OR (description LIKE 'vert') OR (title LIKE 'vert') OR (description LIKE 'orient') OR (title LIKE 'orient') OR (description LIKE '25') OR (title LIKE '25') OR (description LIKE 'sachets') OR (title LIKE 'sachets') OR (description LIKE '44g') OR (title LIKE '44g') OR (description LIKE 'lot') OR (title LIKE 'lot') OR (description LIKE 'de') OR (title LIKE 'de') OR (description LIKE '3') OR (title LIKE '3'))
		AND hide = 0
93 0.0003 0.00027298927307129
SELECT DISTINCT (p.id), price, linktitle,
          'customproduct' AS type
          FROM custom_products p 
		WHERE ((description LIKE 'lipton') OR (title LIKE 'lipton') OR (description LIKE 'tchae') OR (title LIKE 'tchae') OR (description LIKE 'the') OR (title LIKE 'the') OR (description LIKE 'vert') OR (title LIKE 'vert') OR (description LIKE 'orient') OR (title LIKE 'orient') OR (description LIKE '25') OR (title LIKE '25') OR (description LIKE 'sachets') OR (title LIKE 'sachets') OR (description LIKE '44g') OR (title LIKE '44g') OR (description LIKE 'lot') OR (title LIKE 'lot') OR (description LIKE 'de') OR (title LIKE 'de') OR (description LIKE '3') OR (title LIKE '3'))
		AND hide = 0
94 0.0005 0.00046801567077637
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (description, keyfeatures, title, descriptionsecondary)
    AGAINST ('+lipton +tchae +the +vert +orient +25 +sache} +44g +lot +de +3' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+lipton +tchae +the +vert +orient +25 +sache} +44g +lot +de +3' 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 ('+lipton +tchae +the +vert +orient +25 +sache} +44g +lot +de +3'), 'bundle' AS type FROM bundles b
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+lipton +tchae +the +vert +orient +25 +sache} +44g +lot +de +3' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1
95 0.0085 0.0084731578826904
SELECT DISTINCT (p.id), salesrank, price, linktitle,
          'product' AS type
          FROM products p 
		WHERE ((description LIKE '%lipton%') OR (keyfeatures LIKE '%lipton%') OR (title LIKE '%lipton%') OR (description LIKE '%tchae%') OR (keyfeatures LIKE '%tchae%') OR (title LIKE '%tchae%') 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 '%orient%') OR (keyfeatures LIKE '%orient%') OR (title LIKE '%orient%') OR (description LIKE '%25%') OR (keyfeatures LIKE '%25%') OR (title LIKE '%25%') OR (description LIKE '%sachets%') OR (keyfeatures LIKE '%sachets%') OR (title LIKE '%sachets%') OR (description LIKE '%44g%') OR (keyfeatures LIKE '%44g%') OR (title LIKE '%44g%') OR (description LIKE '%lot%') OR (keyfeatures LIKE '%lot%') OR (title LIKE '%lot%') OR (description LIKE '%de%') OR (keyfeatures LIKE '%de%') OR (title LIKE '%de%') OR (description LIKE '%3%') OR (keyfeatures LIKE '%3%') OR (title LIKE '%3%'))

		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1
96 0.0003 0.00033998489379883
SELECT DISTINCT (p.id), price, linktitle,
          'ebayproduct' AS type
          FROM ebay_products p 
		WHERE ((description LIKE '%lipton%') OR (title LIKE '%lipton%') OR (description LIKE '%tchae%') OR (title LIKE '%tchae%') OR (description LIKE '%the%') OR (title LIKE '%the%') OR (description LIKE '%vert%') OR (title LIKE '%vert%') OR (description LIKE '%orient%') OR (title LIKE '%orient%') OR (description LIKE '%25%') OR (title LIKE '%25%') OR (description LIKE '%sachets%') OR (title LIKE '%sachets%') OR (description LIKE '%44g%') OR (title LIKE '%44g%') OR (description LIKE '%lot%') OR (title LIKE '%lot%') OR (description LIKE '%de%') OR (title LIKE '%de%') OR (description LIKE '%3%') OR (title LIKE '%3%'))
		AND hide = 0
97 0.0003 0.00027585029602051
SELECT DISTINCT (p.id), price, linktitle,
          'customproduct' AS type
          FROM custom_products p 
		WHERE ((description LIKE '%lipton%') OR (title LIKE '%lipton%') OR (description LIKE '%tchae%') OR (title LIKE '%tchae%') OR (description LIKE '%the%') OR (title LIKE '%the%') OR (description LIKE '%vert%') OR (title LIKE '%vert%') OR (description LIKE '%orient%') OR (title LIKE '%orient%') OR (description LIKE '%25%') OR (title LIKE '%25%') OR (description LIKE '%sachets%') OR (title LIKE '%sachets%') OR (description LIKE '%44g%') OR (title LIKE '%44g%') OR (description LIKE '%lot%') OR (title LIKE '%lot%') OR (description LIKE '%de%') OR (title LIKE '%de%') OR (description LIKE '%3%') OR (title LIKE '%3%'))
		AND hide = 0
98 0.0008 0.00075006484985352
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (title)
    AGAINST ('+lipton +tchae +the +vert +orient +25 +sache} +44g +lot +de +3' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (title) AGAINST ('+lipton +tchae +the +vert +orient +25 +sache} +44g +lot +de +3' 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 ('+lipton +tchae +the +vert +orient +25 +sache} +44g +lot +de +3'), 'bundle' AS type FROM bundles b
		WHERE MATCH (title) AGAINST ('+lipton +tchae +the +vert +orient +25 +sache} +44g +lot +de +3' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1 ORDER BY salesrank ASC
99 0.0004 0.0004420280456543
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (description, keyfeatures, title, descriptionsecondary)
    AGAINST ('+lipton +tchae +the +vert +orient +25 +sache} +44g +lot +de +3' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+lipton +tchae +the +vert +orient +25 +sache} +44g +lot +de +3' 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 ('+lipton +tchae +the +vert +orient +25 +sache} +44g +lot +de +3'), 'bundle' AS type FROM bundles b
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+lipton +tchae +the +vert +orient +25 +sache} +44g +lot +de +3' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1 ORDER BY salesrank ASC
100 0.0047 0.0046689510345459
SELECT DISTINCT (p.id), salesrank, price, linktitle,
          'product' AS type
          FROM products p 
		WHERE ((description LIKE 'lipton') OR (keyfeatures LIKE 'lipton') OR (title LIKE 'lipton') OR (description LIKE 'tchae') OR (keyfeatures LIKE 'tchae') OR (title LIKE 'tchae') 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 'orient') OR (keyfeatures LIKE 'orient') OR (title LIKE 'orient') OR (description LIKE '25') OR (keyfeatures LIKE '25') OR (title LIKE '25') OR (description LIKE 'sachets') OR (keyfeatures LIKE 'sachets') OR (title LIKE 'sachets') OR (description LIKE '44g') OR (keyfeatures LIKE '44g') OR (title LIKE '44g') OR (description LIKE 'lot') OR (keyfeatures LIKE 'lot') OR (title LIKE 'lot') OR (description LIKE 'de') OR (keyfeatures LIKE 'de') OR (title LIKE 'de') OR (description LIKE '3') OR (keyfeatures LIKE '3') OR (title LIKE '3'))

		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 ORDER BY salesrank ASC
101 0.0004 0.0003669261932373
SELECT DISTINCT (p.id), price, linktitle,
          'ebayproduct' AS type
          FROM ebay_products p 
		WHERE ((description LIKE 'lipton') OR (title LIKE 'lipton') OR (description LIKE 'tchae') OR (title LIKE 'tchae') OR (description LIKE 'the') OR (title LIKE 'the') OR (description LIKE 'vert') OR (title LIKE 'vert') OR (description LIKE 'orient') OR (title LIKE 'orient') OR (description LIKE '25') OR (title LIKE '25') OR (description LIKE 'sachets') OR (title LIKE 'sachets') OR (description LIKE '44g') OR (title LIKE '44g') OR (description LIKE 'lot') OR (title LIKE 'lot') OR (description LIKE 'de') OR (title LIKE 'de') OR (description LIKE '3') OR (title LIKE '3'))
		AND hide = 0
102 0.0002 0.00024199485778809
SELECT DISTINCT (p.id), price, linktitle,
          'customproduct' AS type
          FROM custom_products p 
		WHERE ((description LIKE 'lipton') OR (title LIKE 'lipton') OR (description LIKE 'tchae') OR (title LIKE 'tchae') OR (description LIKE 'the') OR (title LIKE 'the') OR (description LIKE 'vert') OR (title LIKE 'vert') OR (description LIKE 'orient') OR (title LIKE 'orient') OR (description LIKE '25') OR (title LIKE '25') OR (description LIKE 'sachets') OR (title LIKE 'sachets') OR (description LIKE '44g') OR (title LIKE '44g') OR (description LIKE 'lot') OR (title LIKE 'lot') OR (description LIKE 'de') OR (title LIKE 'de') OR (description LIKE '3') OR (title LIKE '3'))
		AND hide = 0
103 0.0005 0.00045895576477051
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (description, keyfeatures, title, descriptionsecondary)
    AGAINST ('+lipton +tchae +the +vert +orient +25 +sache} +44g +lot +de +3' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+lipton +tchae +the +vert +orient +25 +sache} +44g +lot +de +3' 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 ('+lipton +tchae +the +vert +orient +25 +sache} +44g +lot +de +3'), 'bundle' AS type FROM bundles b
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+lipton +tchae +the +vert +orient +25 +sache} +44g +lot +de +3' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1 ORDER BY salesrank ASC
104 0.0061 0.0061130523681641
SELECT DISTINCT (p.id), salesrank, price, linktitle,
          'product' AS type
          FROM products p 
		WHERE ((description LIKE '%lipton%') OR (keyfeatures LIKE '%lipton%') OR (title LIKE '%lipton%') OR (description LIKE '%tchae%') OR (keyfeatures LIKE '%tchae%') OR (title LIKE '%tchae%') 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 '%orient%') OR (keyfeatures LIKE '%orient%') OR (title LIKE '%orient%') OR (description LIKE '%25%') OR (keyfeatures LIKE '%25%') OR (title LIKE '%25%') OR (description LIKE '%sachets%') OR (keyfeatures LIKE '%sachets%') OR (title LIKE '%sachets%') OR (description LIKE '%44g%') OR (keyfeatures LIKE '%44g%') OR (title LIKE '%44g%') OR (description LIKE '%lot%') OR (keyfeatures LIKE '%lot%') OR (title LIKE '%lot%') OR (description LIKE '%de%') OR (keyfeatures LIKE '%de%') OR (title LIKE '%de%') OR (description LIKE '%3%') OR (keyfeatures LIKE '%3%') OR (title LIKE '%3%'))

		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 ORDER BY salesrank ASC
105 0.0003 0.00029897689819336
SELECT DISTINCT (p.id), price, linktitle,
          'ebayproduct' AS type
          FROM ebay_products p 
		WHERE ((description LIKE '%lipton%') OR (title LIKE '%lipton%') OR (description LIKE '%tchae%') OR (title LIKE '%tchae%') OR (description LIKE '%the%') OR (title LIKE '%the%') OR (description LIKE '%vert%') OR (title LIKE '%vert%') OR (description LIKE '%orient%') OR (title LIKE '%orient%') OR (description LIKE '%25%') OR (title LIKE '%25%') OR (description LIKE '%sachets%') OR (title LIKE '%sachets%') OR (description LIKE '%44g%') OR (title LIKE '%44g%') OR (description LIKE '%lot%') OR (title LIKE '%lot%') OR (description LIKE '%de%') OR (title LIKE '%de%') OR (description LIKE '%3%') OR (title LIKE '%3%'))
		AND hide = 0
106 0.0002 0.00024199485778809
SELECT DISTINCT (p.id), price, linktitle,
          'customproduct' AS type
          FROM custom_products p 
		WHERE ((description LIKE '%lipton%') OR (title LIKE '%lipton%') OR (description LIKE '%tchae%') OR (title LIKE '%tchae%') OR (description LIKE '%the%') OR (title LIKE '%the%') OR (description LIKE '%vert%') OR (title LIKE '%vert%') OR (description LIKE '%orient%') OR (title LIKE '%orient%') OR (description LIKE '%25%') OR (title LIKE '%25%') OR (description LIKE '%sachets%') OR (title LIKE '%sachets%') OR (description LIKE '%44g%') OR (title LIKE '%44g%') OR (description LIKE '%lot%') OR (title LIKE '%lot%') OR (description LIKE '%de%') OR (title LIKE '%de%') OR (description LIKE '%3%') OR (title LIKE '%3%'))
		AND hide = 0
107 0.0003 0.00028181076049805
SELECT * FROM products WHERE id = '1088'
108 0.0007 0.00069594383239746
SELECT * FROM productimages WHERE product_id = '1088' ORDER BY sortorder ASC
109 0.0010 0.00099587440490723
SELECT * FROM product_image_select WHERE product_id = '1088'
110 0.0006 0.00058913230895996
SELECT * FROM productcustomimages WHERE product_id = '1088'
111 0.0010 0.00099897384643555
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1088' AND a.name = n.originalname
112 0.0005 0.00054192543029785
SELECT * FROM productoffers WHERE product_id = '1088' AND merchantid = 'A1X6FK5RDHNB96'
113 0.0008 0.0008080005645752
SELECT * FROM productoffers
                WHERE product_id = '1088' AND price > 0
                ORDER BY price ASC LIMIT 1
114 0.0007 0.00069904327392578
SELECT value FROM productattributes WHERE product_id = '1088' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
115 0.0003 0.0003199577331543
SELECT * FROM products WHERE id = '4946'
116 0.0003 0.00034594535827637
SELECT * FROM productimages WHERE product_id = '4946' ORDER BY sortorder ASC
117 0.0004 0.00044679641723633
SELECT * FROM product_image_select WHERE product_id = '4946'
118 0.0002 0.00020003318786621
SELECT * FROM productcustomimages WHERE product_id = '4946'
119 0.0006 0.00055980682373047
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4946' AND a.name = n.originalname
120 0.0004 0.0004420280456543
SELECT * FROM productoffers WHERE product_id = '4946' AND merchantid = 'A1X6FK5RDHNB96'
121 0.0004 0.00041103363037109
SELECT * FROM productoffers
                WHERE product_id = '4946' AND price > 0
                ORDER BY price ASC LIMIT 1
122 0.0003 0.0002748966217041
SELECT value FROM productattributes WHERE product_id = '4946' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
123 0.0003 0.00033211708068848
SELECT * FROM products WHERE id = '4945'
124 0.0003 0.00025200843811035
SELECT * FROM productimages WHERE product_id = '4945' ORDER BY sortorder ASC
125 0.0004 0.00044512748718262
SELECT * FROM product_image_select WHERE product_id = '4945'
126 0.0002 0.00019407272338867
SELECT * FROM productcustomimages WHERE product_id = '4945'
127 0.0007 0.00066304206848145
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4945' AND a.name = n.originalname
128 0.0003 0.00025010108947754
SELECT * FROM productoffers WHERE product_id = '4945' AND merchantid = 'A1X6FK5RDHNB96'
129 0.0002 0.00023293495178223
SELECT * FROM productoffers
                WHERE product_id = '4945' AND price > 0
                ORDER BY price ASC LIMIT 1
130 0.0003 0.00029492378234863
SELECT * FROM productoffers
                WHERE product_id = 4945
                ORDER BY price ASC LIMIT 1
131 0.0003 0.00025320053100586
SELECT value FROM productattributes
                WHERE product_id = '4945'
                AND name = 'ListPriceAmount'
132 0.0003 0.00026488304138184
SELECT value FROM productattributes WHERE product_id = '4945' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
133 0.0003 0.00028610229492188
SELECT * FROM products WHERE id = '4947'
134 0.0005 0.0005490779876709
SELECT * FROM productimages WHERE product_id = '4947' ORDER BY sortorder ASC
135 0.0004 0.00042605400085449
SELECT * FROM product_image_select WHERE product_id = '4947'
136 0.0002 0.00021815299987793
SELECT * FROM productcustomimages WHERE product_id = '4947'
137 0.0005 0.00047683715820312
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4947' AND a.name = n.originalname
138 0.0002 0.00022196769714355
SELECT * FROM productoffers WHERE product_id = '4947' AND merchantid = 'A1X6FK5RDHNB96'
139 0.0003 0.00027298927307129
SELECT * FROM productoffers
                WHERE product_id = '4947' AND price > 0
                ORDER BY price ASC LIMIT 1
140 0.0003 0.00029897689819336
SELECT value FROM productattributes WHERE product_id = '4947' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
141 0.0002 0.00024819374084473
SELECT * FROM products WHERE id = '1470'
142 0.0003 0.00028514862060547
SELECT * FROM productimages WHERE product_id = '1470' ORDER BY sortorder ASC
143 0.0004 0.00035905838012695
SELECT * FROM product_image_select WHERE product_id = '1470'
144 0.0002 0.00017499923706055
SELECT * FROM productcustomimages WHERE product_id = '1470'
145 0.0007 0.00070500373840332
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1470' AND a.name = n.originalname
146 0.0003 0.00026702880859375
SELECT * FROM productoffers WHERE product_id = '1470' AND merchantid = 'A1X6FK5RDHNB96'
147 0.0002 0.00022506713867188
SELECT * FROM productoffers
                WHERE product_id = '1470' AND price > 0
                ORDER BY price ASC LIMIT 1
148 0.0002 0.0002131462097168
SELECT * FROM productoffers
                WHERE product_id = 1470
                ORDER BY price ASC LIMIT 1
149 0.0003 0.00025701522827148
SELECT value FROM productattributes
                WHERE product_id = '1470'
                AND name = 'ListPriceAmount'
150 0.0003 0.00033783912658691
SELECT value FROM productattributes WHERE product_id = '1470' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
151 0.0003 0.00030088424682617
SELECT * FROM products WHERE id = '2156'
152 0.0002 0.00024199485778809
SELECT * FROM productimages WHERE product_id = '2156' ORDER BY sortorder ASC
153 0.0004 0.00044679641723633
SELECT * FROM product_image_select WHERE product_id = '2156'
154 0.0002 0.00021696090698242
SELECT * FROM productcustomimages WHERE product_id = '2156'
155 0.0005 0.00045108795166016
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '2156' AND a.name = n.originalname
156 0.0003 0.00027108192443848
SELECT * FROM productoffers WHERE product_id = '2156' AND merchantid = 'A1X6FK5RDHNB96'
157 0.0003 0.00025391578674316
SELECT * FROM productoffers
                WHERE product_id = '2156' AND price > 0
                ORDER BY price ASC LIMIT 1
158 0.0002 0.00024080276489258
SELECT value FROM productattributes WHERE product_id = '2156' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
159 0.0002 0.00023603439331055
SELECT * FROM products WHERE id = '3938'
160 0.0002 0.00022006034851074
SELECT * FROM productimages WHERE product_id = '3938' ORDER BY sortorder ASC
161 0.0004 0.00035810470581055
SELECT * FROM product_image_select WHERE product_id = '3938'
162 0.0009 0.00089311599731445
SELECT * FROM productcustomimages WHERE product_id = '3938'
163 0.0007 0.00067710876464844
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3938' AND a.name = n.originalname
164 0.0003 0.00026583671569824
SELECT * FROM productoffers WHERE product_id = '3938' AND merchantid = 'A1X6FK5RDHNB96'
165 0.0002 0.00024509429931641
SELECT * FROM productoffers
                WHERE product_id = '3938' AND price > 0
                ORDER BY price ASC LIMIT 1
166 0.0003 0.00025296211242676
SELECT * FROM productoffers
                WHERE product_id = 3938
                ORDER BY price ASC LIMIT 1
167 0.0003 0.00028419494628906
SELECT value FROM productattributes
                WHERE product_id = '3938'
                AND name = 'ListPriceAmount'
168 0.0003 0.00028085708618164
SELECT value FROM productattributes WHERE product_id = '3938' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
169 0.0003 0.00026106834411621
SELECT * FROM products WHERE id = '4949'
170 0.0003 0.00026106834411621
SELECT * FROM productimages WHERE product_id = '4949' ORDER BY sortorder ASC
171 0.0004 0.00037598609924316
SELECT * FROM product_image_select WHERE product_id = '4949'
172 0.0002 0.0001988410949707
SELECT * FROM productcustomimages WHERE product_id = '4949'
173 0.0006 0.00057005882263184
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4949' AND a.name = n.originalname
174 0.0003 0.00026082992553711
SELECT * FROM productoffers WHERE product_id = '4949' AND merchantid = 'A1X6FK5RDHNB96'
175 0.0002 0.00024294853210449
SELECT * FROM productoffers
                WHERE product_id = '4949' AND price > 0
                ORDER BY price ASC LIMIT 1
176 0.0003 0.00027108192443848
SELECT value FROM productattributes WHERE product_id = '4949' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
177 0.0003 0.00026106834411621
SELECT * FROM products WHERE id = '1224'
178 0.0003 0.00025200843811035
SELECT * FROM productimages WHERE product_id = '1224' ORDER BY sortorder ASC
179 0.0004 0.00039291381835938
SELECT * FROM product_image_select WHERE product_id = '1224'
180 0.0002 0.00021004676818848
SELECT * FROM productcustomimages WHERE product_id = '1224'
181 0.0006 0.00058603286743164
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1224' AND a.name = n.originalname
182 0.0002 0.0002291202545166
SELECT * FROM productoffers WHERE product_id = '1224' AND merchantid = 'A1X6FK5RDHNB96'
183 0.0003 0.00025606155395508
SELECT * FROM productoffers
                WHERE product_id = '1224' AND price > 0
                ORDER BY price ASC LIMIT 1
184 0.0003 0.00026202201843262
SELECT value FROM productattributes WHERE product_id = '1224' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
185 0.0003 0.00027298927307129
SELECT * FROM products WHERE id = '1561'
186 0.0003 0.00029611587524414
SELECT * FROM productimages WHERE product_id = '1561' ORDER BY sortorder ASC
187 0.0004 0.00037789344787598
SELECT * FROM product_image_select WHERE product_id = '1561'
188 0.0002 0.00019288063049316
SELECT * FROM productcustomimages WHERE product_id = '1561'
189 0.0006 0.00055599212646484
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1561' AND a.name = n.originalname
190 0.0002 0.0002448558807373
SELECT * FROM productoffers WHERE product_id = '1561' AND merchantid = 'A1X6FK5RDHNB96'
191 0.0003 0.0002748966217041
SELECT * FROM productoffers
                WHERE product_id = '1561' AND price > 0
                ORDER BY price ASC LIMIT 1
192 0.0003 0.00026392936706543
SELECT value FROM productattributes WHERE product_id = '1561' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
193 0.0003 0.00028204917907715
SELECT * FROM products WHERE id = '1125'
194 0.0003 0.00031781196594238
SELECT * FROM productimages WHERE product_id = '1125' ORDER BY sortorder ASC
195 0.0004 0.00038886070251465
SELECT * FROM product_image_select WHERE product_id = '1125'
196 0.0002 0.00019693374633789
SELECT * FROM productcustomimages WHERE product_id = '1125'
197 0.0006 0.00061893463134766
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1125' AND a.name = n.originalname
198 0.0002 0.00023984909057617
SELECT * FROM productoffers WHERE product_id = '1125' AND merchantid = 'A1X6FK5RDHNB96'
199 0.0002 0.00023508071899414
SELECT * FROM productoffers
                WHERE product_id = '1125' AND price > 0
                ORDER BY price ASC LIMIT 1
200 0.0002 0.00022006034851074
SELECT * FROM productoffers
                WHERE product_id = 1125
                ORDER BY price ASC LIMIT 1
201 0.0002 0.00024318695068359
SELECT value FROM productattributes
                WHERE product_id = '1125'
                AND name = 'ListPriceAmount'
202 0.0003 0.00026202201843262
SELECT value FROM productattributes WHERE product_id = '1125' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
203 0.0003 0.00025105476379395
SELECT * FROM products WHERE id = '1145'
204 0.0002 0.00022697448730469
SELECT * FROM productimages WHERE product_id = '1145' ORDER BY sortorder ASC
205 0.0004 0.00042104721069336
SELECT * FROM product_image_select WHERE product_id = '1145'
206 0.0002 0.00020813941955566
SELECT * FROM productcustomimages WHERE product_id = '1145'
207 0.0006 0.00060296058654785
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1145' AND a.name = n.originalname
208 0.0003 0.00028800964355469
SELECT * FROM productoffers WHERE product_id = '1145' AND merchantid = 'A1X6FK5RDHNB96'
209 0.0003 0.00025701522827148
SELECT * FROM productoffers
                WHERE product_id = '1145' AND price > 0
                ORDER BY price ASC LIMIT 1
210 0.0003 0.00033307075500488
SELECT value FROM productattributes WHERE product_id = '1145' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
211 0.0003 0.00026297569274902
SELECT * FROM products WHERE id = '890'
212 0.0003 0.00029683113098145
SELECT * FROM productimages WHERE product_id = '890' ORDER BY sortorder ASC
213 0.0005 0.00046086311340332
SELECT * FROM product_image_select WHERE product_id = '890'
214 0.0002 0.00020599365234375
SELECT * FROM productcustomimages WHERE product_id = '890'
215 0.0006 0.00062108039855957
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '890' AND a.name = n.originalname
216 0.0002 0.00024294853210449
SELECT * FROM productoffers WHERE product_id = '890' AND merchantid = 'A1X6FK5RDHNB96'
217 0.0003 0.00031399726867676
SELECT * FROM productoffers
                WHERE product_id = '890' AND price > 0
                ORDER BY price ASC LIMIT 1
218 0.0003 0.00026607513427734
SELECT value FROM productattributes WHERE product_id = '890' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
219 0.0003 0.00029683113098145
SELECT * FROM products WHERE id = '810'
220 0.0003 0.00029087066650391
SELECT * FROM productimages WHERE product_id = '810' ORDER BY sortorder ASC
221 0.0004 0.00039196014404297
SELECT * FROM product_image_select WHERE product_id = '810'
222 0.0002 0.0001978874206543
SELECT * FROM productcustomimages WHERE product_id = '810'
223 0.0006 0.00055480003356934
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '810' AND a.name = n.originalname
224 0.0002 0.00023698806762695
SELECT * FROM productoffers WHERE product_id = '810' AND merchantid = 'A1X6FK5RDHNB96'
225 0.0003 0.00025081634521484
SELECT * FROM productoffers
                WHERE product_id = '810' AND price > 0
                ORDER BY price ASC LIMIT 1
226 0.0003 0.00025701522827148
SELECT value FROM productattributes WHERE product_id = '810' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
227 0.0003 0.00026488304138184
SELECT * FROM products WHERE id = '1917'
228 0.0002 0.00023293495178223
SELECT * FROM productimages WHERE product_id = '1917' ORDER BY sortorder ASC
229 0.0003 0.00029706954956055
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
230 0.0004 0.00039792060852051
SELECT * FROM product_image_select WHERE product_id = '1917'
231 0.0002 0.00023102760314941
SELECT * FROM productcustomimages WHERE product_id = '1917'
232 0.0003 0.00026607513427734
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
233 0.0009 0.00091385841369629
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
234 0.0003 0.00025486946105957
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
235 0.0005 0.00045609474182129
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1917' AND a.name = n.originalname
236 0.0002 0.0002448558807373
SELECT * FROM productoffers WHERE product_id = '1917' AND merchantid = 'A1X6FK5RDHNB96'
237 0.0003 0.00027585029602051
SELECT * FROM productoffers
                WHERE product_id = '1917' AND price > 0
                ORDER BY price ASC LIMIT 1
238 0.0002 0.00024700164794922
SELECT * FROM productoffers
                WHERE product_id = 1917
                ORDER BY price ASC LIMIT 1
239 0.0003 0.00025701522827148
SELECT value FROM productattributes
                WHERE product_id = '1917'
                AND name = 'ListPriceAmount'
240 0.0003 0.00025701522827148
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
241 0.0003 0.00027990341186523
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
242 0.0003 0.00027298927307129
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
243 0.0002 0.00024580955505371
SELECT * FROM products WHERE parent_id = '1917'
244 0.0002 0.00024795532226562
SELECT * FROM products WHERE id = '3546'
245 0.0003 0.00025296211242676
SELECT * FROM productimages WHERE product_id = '3546' ORDER BY sortorder ASC
246 0.0004 0.00041699409484863
SELECT * FROM product_image_select WHERE product_id = '3546'
247 0.0002 0.00020599365234375
SELECT * FROM productcustomimages WHERE product_id = '3546'
248 0.0005 0.00050592422485352
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3546' AND a.name = n.originalname
249 0.0002 0.00024700164794922
SELECT * FROM productoffers WHERE product_id = '3546' AND merchantid = 'A1X6FK5RDHNB96'
250 0.0002 0.00024914741516113
SELECT * FROM productoffers
                WHERE product_id = '3546' AND price > 0
                ORDER BY price ASC LIMIT 1
251 0.0003 0.00025796890258789
SELECT value FROM productattributes WHERE product_id = '3546' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
252 0.0003 0.00025701522827148
SELECT * FROM products WHERE id = '3743'
253 0.0002 0.0002288818359375
SELECT * FROM productimages WHERE product_id = '3743' ORDER BY sortorder ASC
254 0.0004 0.0003821849822998
SELECT * FROM product_image_select WHERE product_id = '3743'
255 0.0002 0.00019311904907227
SELECT * FROM productcustomimages WHERE product_id = '3743'
256 0.0004 0.00044512748718262
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3743' AND a.name = n.originalname
257 0.0002 0.00023889541625977
SELECT * FROM productoffers WHERE product_id = '3743' AND merchantid = 'A1X6FK5RDHNB96'
258 0.0003 0.00025105476379395
SELECT * FROM productoffers
                WHERE product_id = '3743' AND price > 0
                ORDER BY price ASC LIMIT 1
259 0.0003 0.00025796890258789
SELECT value FROM productattributes WHERE product_id = '3743' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
260 0.0003 0.00026988983154297
SELECT * FROM products WHERE id = '3204'
261 0.0003 0.00025486946105957
SELECT * FROM productimages WHERE product_id = '3204' ORDER BY sortorder ASC
262 0.0004 0.00037598609924316
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
263 0.0004 0.00038313865661621
SELECT * FROM product_image_select WHERE product_id = '3204'
264 0.0002 0.00021791458129883
SELECT * FROM productcustomimages WHERE product_id = '3204'
265 0.0003 0.0002748966217041
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
266 0.0003 0.00032520294189453
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
267 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 = 3204
268 0.0006 0.00061202049255371
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3204' AND a.name = n.originalname
269 0.0002 0.00024008750915527
SELECT * FROM productoffers WHERE product_id = '3204' AND merchantid = 'A1X6FK5RDHNB96'
270 0.0002 0.00023221969604492
SELECT * FROM productoffers
                WHERE product_id = '3204' AND price > 0
                ORDER BY price ASC LIMIT 1
271 0.0002 0.00022697448730469
SELECT * FROM productoffers
                WHERE product_id = 3204
                ORDER BY price ASC LIMIT 1
272 0.0002 0.00024700164794922
SELECT value FROM productattributes
                WHERE product_id = '3204'
                AND name = 'ListPriceAmount'
273 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
274 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     = '3204'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
275 0.0003 0.00025796890258789
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
276 0.0003 0.00026893615722656
SELECT value FROM productattributes WHERE product_id = '3204' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
277 0.0003 0.00032997131347656
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
278 0.0005 0.00047707557678223
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1088' ORDER BY timestamp DESC
279 0.0002 0.00021696090698242
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4946' ORDER BY timestamp DESC
280 0.0002 0.00020098686218262
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4945' ORDER BY timestamp DESC
281 0.0002 0.0001990795135498
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4947' ORDER BY timestamp DESC
282 0.0002 0.00020813941955566
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1470' ORDER BY timestamp DESC
283 0.0002 0.00021100044250488
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '2156' ORDER BY timestamp DESC
284 0.0002 0.0001988410949707
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3938' ORDER BY timestamp DESC
285 0.0002 0.00020194053649902
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4949' ORDER BY timestamp DESC
286 0.0002 0.00019478797912598
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1224' ORDER BY timestamp DESC
287 0.0002 0.00020408630371094
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1561' ORDER BY timestamp DESC
288 0.0002 0.00020503997802734
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1125' ORDER BY timestamp DESC
289 0.0002 0.00021719932556152
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1145' ORDER BY timestamp DESC
290 0.0002 0.00020003318786621
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '890' ORDER BY timestamp DESC
291 0.0002 0.00019121170043945
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '810' ORDER BY timestamp DESC
292 0.0002 0.00020194053649902
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1917' ORDER BY timestamp DESC
293 0.0002 0.00019383430480957
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3546' ORDER BY timestamp DESC
294 0.0002 0.00020194053649902
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3743' ORDER BY timestamp DESC
295 0.0002 0.00019192695617676
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3204' ORDER BY timestamp DESC
296 0.0005 0.0005340576171875
SELECT * FROM template_info WHERE templateuid = 'fsb-fluid2018'
297 0.0005 0.00049781799316406
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_user_data'
298 0.0003 0.00025486946105957
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_tracking_status'
299 0.0133 0.013321876525879
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
300 0.0006 0.00060796737670898
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
301 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
302 0.0003 0.0002739429473877
SELECT * FROM products WHERE id = 1626
303 0.0003 0.00025200843811035
SELECT * FROM products WHERE id = 4041
304 0.0002 0.00023794174194336
SELECT * FROM products WHERE id = 4312
305 0.0002 0.00023198127746582
SELECT * FROM products WHERE id = 777
306 0.0003 0.00025701522827148
SELECT * FROM products WHERE id = 3881
307 0.0002 0.00023484230041504
SELECT * FROM products WHERE id = 4213
308 0.0002 0.00023293495178223
SELECT * FROM products WHERE id = '1626'
309 0.0002 0.00023078918457031
SELECT * FROM productimages WHERE product_id = '1626' ORDER BY sortorder ASC
310 0.0004 0.00041317939758301
SELECT * FROM product_image_select WHERE product_id = '1626'
311 0.0002 0.00023102760314941
SELECT * FROM productcustomimages WHERE product_id = '1626'
312 0.0005 0.0004730224609375
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1626' AND a.name = n.originalname
313 0.0003 0.0002598762512207
SELECT * FROM productoffers WHERE product_id = '1626' AND merchantid = 'A1X6FK5RDHNB96'
314 0.0003 0.00026583671569824
SELECT * FROM productoffers
                WHERE product_id = '1626' AND price > 0
                ORDER BY price ASC LIMIT 1
315 0.0003 0.00029587745666504
SELECT value FROM productattributes WHERE product_id = '1626' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
316 0.0002 0.00024700164794922
SELECT * FROM products WHERE id = '4041'
317 0.0002 0.00024795532226562
SELECT * FROM productimages WHERE product_id = '4041' ORDER BY sortorder ASC
318 0.0004 0.0003809928894043
SELECT * FROM product_image_select WHERE product_id = '4041'
319 0.0002 0.00019288063049316
SELECT * FROM productcustomimages WHERE product_id = '4041'
320 0.0006 0.00060510635375977
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4041' AND a.name = n.originalname
321 0.0002 0.00024914741516113
SELECT * FROM productoffers WHERE product_id = '4041' AND merchantid = 'A1X6FK5RDHNB96'
322 0.0003 0.00025701522827148
SELECT * FROM productoffers
                WHERE product_id = '4041' AND price > 0
                ORDER BY price ASC LIMIT 1
323 0.0003 0.00029897689819336
SELECT value FROM productattributes WHERE product_id = '4041' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
324 0.0003 0.00025510787963867
SELECT * FROM products WHERE id = '4312'
325 0.0002 0.00023293495178223
SELECT * FROM productimages WHERE product_id = '4312' ORDER BY sortorder ASC
326 0.0004 0.00037789344787598
SELECT * FROM product_image_select WHERE product_id = '4312'
327 0.0002 0.00019288063049316
SELECT * FROM productcustomimages WHERE product_id = '4312'
328 0.0006 0.00056099891662598
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4312' AND a.name = n.originalname
329 0.0002 0.00023794174194336
SELECT * FROM productoffers WHERE product_id = '4312' AND merchantid = 'A1X6FK5RDHNB96'
330 0.0002 0.00024580955505371
SELECT * FROM productoffers
                WHERE product_id = '4312' AND price > 0
                ORDER BY price ASC LIMIT 1
331 0.0003 0.00025796890258789
SELECT value FROM productattributes WHERE product_id = '4312' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
332 0.0003 0.00026893615722656
SELECT * FROM products WHERE id = '777'
333 0.0002 0.000244140625
SELECT * FROM productimages WHERE product_id = '777' ORDER BY sortorder ASC
334 0.0004 0.00038790702819824
SELECT * FROM product_image_select WHERE product_id = '777'
335 0.0002 0.00019407272338867
SELECT * FROM productcustomimages WHERE product_id = '777'
336 0.0006 0.00058698654174805
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '777' AND a.name = n.originalname
337 0.0002 0.00024795532226562
SELECT * FROM productoffers WHERE product_id = '777' AND merchantid = 'A1X6FK5RDHNB96'
338 0.0003 0.00028514862060547
SELECT * FROM productoffers
                WHERE product_id = '777' AND price > 0
                ORDER BY price ASC LIMIT 1
339 0.0003 0.00026512145996094
SELECT value FROM productattributes WHERE product_id = '777' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
340 0.0003 0.00027585029602051
SELECT * FROM products WHERE id = '3881'
341 0.0003 0.00027084350585938
SELECT * FROM productimages WHERE product_id = '3881' ORDER BY sortorder ASC
342 0.0004 0.00039887428283691
SELECT * FROM product_image_select WHERE product_id = '3881'
343 0.0002 0.00019288063049316
SELECT * FROM productcustomimages WHERE product_id = '3881'
344 0.0006 0.0006101131439209
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3881' AND a.name = n.originalname
345 0.0002 0.00024604797363281
SELECT * FROM productoffers WHERE product_id = '3881' AND merchantid = 'A1X6FK5RDHNB96'
346 0.0003 0.00026488304138184
SELECT * FROM productoffers
                WHERE product_id = '3881' AND price > 0
                ORDER BY price ASC LIMIT 1
347 0.0003 0.00028610229492188
SELECT value FROM productattributes WHERE product_id = '3881' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
348 0.0003 0.00026893615722656
SELECT * FROM products WHERE id = '4213'
349 0.0003 0.00027990341186523
SELECT * FROM productimages WHERE product_id = '4213' ORDER BY sortorder ASC
350 0.0004 0.00040507316589355
SELECT * FROM product_image_select WHERE product_id = '4213'
351 0.0002 0.00020599365234375
SELECT * FROM productcustomimages WHERE product_id = '4213'
352 0.0007 0.00068306922912598
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4213' AND a.name = n.originalname
353 0.0003 0.00025105476379395
SELECT * FROM productoffers WHERE product_id = '4213' AND merchantid = 'A1X6FK5RDHNB96'
354 0.0003 0.00028204917907715
SELECT * FROM productoffers
                WHERE product_id = '4213' AND price > 0
                ORDER BY price ASC LIMIT 1
355 0.0003 0.00029897689819336
SELECT value FROM productattributes WHERE product_id = '4213' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
356 0.0011 0.0011000633239746
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'header' ORDER BY sortorder ASC
357 0.0005 0.00049495697021484
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'footer' ORDER BY sortorder ASC
358 0.0014 0.0014269351959229
SELECT * FROM template_css WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND skinuid = ''
359 0.0008 0.00077390670776367
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
360 0.0004 0.00035905838012695
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
361 0.0005 0.00053715705871582
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'FB_DEFAULT_SHARE_IMAGE'
362 0.0004 0.00043892860412598
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'HEAD_LOGO'