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.4934079647064 329 1.1381 0


No Amazon API Requests Made.


App Debug - Total Time 1.4934079647064 seconds

Number Time From Start Name Description
1 0.24899697303772 Initialise Initialise FSB Function
2 0.25225615501404 App Controller Start Start of the App controller (called before the controller of every page)
3 0.29697299003601 Start of getCategoryListByGroup Function Before first category groups query
4 0.29814600944519 After initial query Before first category groups query
5 0.29814696311951 Get Category List for Group Before the call to getCategoryList function
6 0.29814910888672 Start of GetCategoryList function Start of the function
7 0.29815101623535 Before getting categories Query to get specific category list
8 0.29906702041626 After getting categories Query to get specific category list
9 0.29906797409058 Before getting category custom Before call to function getCategoryCustom
10 0.31464195251465 After getting category custom After call to function getCategoryCustom
11 0.31464600563049 Before getting category custom Before call to function getCategoryCustom
12 0.32321500778198 After getting category custom After call to function getCategoryCustom
13 0.32321715354919 Before getting category custom Before call to function getCategoryCustom
14 0.32767701148987 After getting category custom After call to function getCategoryCustom
15 0.32767701148987 Before getting category custom Before call to function getCategoryCustom
16 0.33069515228271 After getting category custom After call to function getCategoryCustom
17 0.33069610595703 Before getting category custom Before call to function getCategoryCustom
18 0.33371710777283 After getting category custom After call to function getCategoryCustom
19 0.33371710777283 Before getting category custom Before call to function getCategoryCustom
20 0.3368079662323 After getting category custom After call to function getCategoryCustom
21 0.3368091583252 End of GetCategoryList function End of the function
22 0.33681297302246 Get Category List for Group Before the call to getCategoryList function
23 0.33681511878967 Start of GetCategoryList function Start of the function
24 0.33681607246399 Before getting categories Query to get specific category list
25 0.33715009689331 End of getCategoryListByGroup Function Before return()
26 1.1450710296631 App Controller End End of the App controller (called before the controller of every page)
27 1.3258481025696 App_after Controller Start Start of the App_after controller (called after the controller of every page)
28 1.3280000686646 Before Get Options Before the call to getOptions in the tpl class
29 1.3799221515656 After Get Options After the call to getOptions in the tpl class
30 1.379958152771 App_after Controller End End of the App_after controller (called after the controller of every page)
31 1.493399143219 Finalizing debug Before the debug is output to the page.
32 1.4934070110321 End of App This is the end of the app logging, final timestamp


Query Debug - 329 Database Queries. Total time 1.1381 seconds

Number Time (Seconds) Time (Milliseconds) Query
1 0.0016 0.0016050338745117
SELECT parameter, value FROM parameters
2 0.0053 0.0053310394287109
SELECT * FROM `bad_bots`
3 0.0003 0.00029516220092773
SET time_zone = 'Europe/London'
4 0.0017 0.0017440319061279
SELECT version FROM version ORDER BY `installed` DESC LIMIT 1
5 0.0016 0.0015649795532227
INSERT INTO ga_users (`isbot`, `ips`) SELECT '1', 'a:1:{i:0;s:13:\"216.73.216.31\";}'
6 0.0015 0.0014629364013672
INSERT INTO ga_sessions (`sessionlastseen`) SELECT '1751395460'
7 0.0020 0.002007007598877
SELECT * FROM autorun ORDER BY lastrun ASC
8 0.0006 0.00058293342590332
SELECT * FROM version ORDER BY installed DESC LIMIT 1
9 0.0017 0.0016679763793945
SELECT id FROM pages WHERE pagename = 'search' LIMIT 1
10 0.0004 0.00041294097900391
SELECT * FROM pages WHERE id = 52
11 0.0034 0.0033669471740723
SELECT * FROM template_options WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
12 0.0403 0.040318012237549
SELECT * FROM template_text WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND language = 'en'
13 0.0007 0.00066304206848145
SELECT * FROM pages WHERE pagename = 'search'
14 0.0012 0.0011639595031738
SELECT * FROM categorygroups ORDER BY sortorder ASC
15 0.0009 0.00090217590332031
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '1'  AND hidden = 0 ORDER BY sortorder ASC
16 0.0057 0.0057320594787598
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.0011 0.0010581016540527
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.0007 0.00072002410888672
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 26
19 0.0003 0.00034999847412109
SELECT id FROM categories WHERE parent_id = '26'
20 0.0047 0.0046899318695068
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.0009 0.00091695785522461
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.0009 0.00085306167602539
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (26)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
23 0.0008 0.00082707405090332
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '26'
24 0.0003 0.00032401084899902
SELECT * FROM categorygroups WHERE id = '1'
25 0.0030 0.0030419826507568
SELECT COUNT(DISTINCT(c.product_id)) FROM products_categories c, products p WHERE c.product_id = p.id AND p.parent_id = 0 AND c.category_id = 27
26 0.0004 0.00036001205444336
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 27
27 0.0003 0.00028800964355469
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 27
28 0.0004 0.00037884712219238
SELECT id FROM categories WHERE parent_id = '27'
29 0.0030 0.0029780864715576
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.0005 0.00046610832214355
SELECT COUNT(DISTINCT(p.id)) FROM bundles p, bundle_categories c
				WHERE p.id = c.bundle_id
				  AND c.category_id IN (27)
				  AND p.disabled = 0 
31 0.0004 0.0003659725189209
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.00032377243041992
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '27'
33 0.0003 0.00033092498779297
SELECT * FROM categorygroups WHERE id = '1'
34 0.0011 0.0010960102081299
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.0003 0.00032496452331543
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 28
36 0.0003 0.00026583671569824
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 28
37 0.0003 0.00029706954956055
SELECT id FROM categories WHERE parent_id = '28'
38 0.0011 0.0011489391326904
SELECT COUNT(DISTINCT(p.id)) FROM products p, products_categories c
				WHERE p.id = c.product_id
				  AND c.category_id IN (28)
				  AND p.parent_id = 0
				  AND p.hidden = 0
				  AND p.enabled = 1 
39 0.0003 0.00034403800964355
SELECT COUNT(DISTINCT(p.id)) FROM bundles p, bundle_categories c
				WHERE p.id = c.bundle_id
				  AND c.category_id IN (28)
				  AND p.disabled = 0 
40 0.0004 0.00036001205444336
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.00031304359436035
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '28'
42 0.0003 0.00028705596923828
SELECT * FROM categorygroups WHERE id = '1'
43 0.0004 0.00039410591125488
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.00030708312988281
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 29
45 0.0003 0.00026416778564453
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 29
46 0.0003 0.00029110908508301
SELECT id FROM categories WHERE parent_id = '29'
47 0.0005 0.00045108795166016
SELECT COUNT(DISTINCT(p.id)) FROM products p, products_categories c
				WHERE p.id = c.product_id
				  AND c.category_id IN (29)
				  AND p.parent_id = 0
				  AND p.hidden = 0
				  AND p.enabled = 1 
48 0.0003 0.0003359317779541
SELECT COUNT(DISTINCT(p.id)) FROM bundles p, bundle_categories c
				WHERE p.id = c.bundle_id
				  AND c.category_id IN (29)
				  AND p.disabled = 0 
49 0.0004 0.00036001205444336
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (29)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
50 0.0003 0.00030899047851562
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '29'
51 0.0003 0.00028705596923828
SELECT * FROM categorygroups WHERE id = '1'
52 0.0004 0.00038695335388184
SELECT COUNT(DISTINCT(c.product_id)) FROM products_categories c, products p WHERE c.product_id = p.id AND p.parent_id = 0 AND c.category_id = 30
53 0.0003 0.00031495094299316
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 30
54 0.0003 0.00027108192443848
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 30
55 0.0003 0.00029397010803223
SELECT id FROM categories WHERE parent_id = '30'
56 0.0005 0.00046396255493164
SELECT COUNT(DISTINCT(p.id)) FROM products p, products_categories c
				WHERE p.id = c.product_id
				  AND c.category_id IN (30)
				  AND p.parent_id = 0
				  AND p.hidden = 0
				  AND p.enabled = 1 
57 0.0003 0.00032305717468262
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.0003 0.00034379959106445
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (30)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
59 0.0003 0.00031185150146484
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '30'
60 0.0003 0.00029587745666504
SELECT * FROM categorygroups WHERE id = '1'
61 0.0004 0.00041604042053223
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.00031614303588867
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 31
63 0.0003 0.00027298927307129
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 31
64 0.0003 0.00030016899108887
SELECT id FROM categories WHERE parent_id = '31'
65 0.0005 0.00048398971557617
SELECT COUNT(DISTINCT(p.id)) FROM products p, products_categories c
				WHERE p.id = c.product_id
				  AND c.category_id IN (31)
				  AND p.parent_id = 0
				  AND p.hidden = 0
				  AND p.enabled = 1 
66 0.0003 0.0003352165222168
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.0004 0.00035905838012695
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (31)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
68 0.0003 0.00030803680419922
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '31'
69 0.0003 0.00028109550476074
SELECT * FROM categorygroups WHERE id = '1'
70 0.0003 0.00033092498779297
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '2'  AND hidden = 0 ORDER BY sortorder ASC
71 0.0019 0.0019011497497559
SELECT * FROM manufacturers m WHERE m.display_sidebar = 1 AND m.merge_manufacturer_id = 0 ORDER BY linktitle ASC
72 0.0009 0.00091695785522461
SELECT * FROM sideboxes WHERE (templateuid = 'fsb-fluid2018' OR templateuid = '') AND enabled = 1 ORDER BY sortorder ASC
73 0.0004 0.00042200088500977
SELECT value FROM parameters WHERE parameter IN('EBAY_APP_ID' , 'EBAY_TRACKING_ID','EBAY_NETWORK_ID' , 'GOOGLE_SITE_KEY' , 'GOOGLE_SECRET_KEY' ,'GOOGLE_RECAPTCHA_TYPE','EBAY_AUTH_TOKEN','EBAY_LOCALE')ORDER BY parameter ASC
74 0.0007 0.00068116188049316
SELECT * FROM sideboxes_pages WHERE sidebox_id = '26'
75 0.0009 0.0009009838104248
SELECT value FROM template_options WHERE templateuid = 'fsb-fluid2018' AND optionuid = 'DISPLAY_CREDIT_ICON'
76 0.0007 0.00067305564880371
SELECT * FROM pages WHERE core = 1 ORDER BY pagekey
77 0.7956 0.79561710357666
SELECT * FROM ipgeocountries WHERE INET_ATON('216.73.216.31') >= INET_ATON(ip_start) AND INET_ATON('216.73.216.31') <= INET_ATON(ip_end)
78 0.0036 0.0035660266876221
SELECT * FROM ipgeolocations WHERE geoname_id = '6252001'
79 0.0017 0.0017101764678955
SELECT * FROM countryredirects WHERE countrycode = 'US'
80 0.0008 0.00075101852416992
SELECT * FROM pages WHERE pagename = 'search'
81 0.0145 0.014520168304443
SELECT MAX(price) as maxprice, MIN(price) as minprice FROM products WHERE enabled = 1 AND hidden = 0 AND price <> 0 
82 0.0034 0.0034070014953613
SELECT * FROM manufacturers WHERE display_filter = 1 AND merge_manufacturer_id = 0 ORDER BY name
83 0.0026 0.0025908946990967
SELECT * FROM productattributenames n WHERE hidden = 0 AND metabrowse = 1 ORDER BY n.displayname ASC
84 0.0118 0.011844873428345
SELECT MAX(price) as maxprice, MIN(price) as minprice FROM products WHERE enabled = 1 AND hidden = 0 AND price <> 0 
85 0.0034 0.0034008026123047
SELECT * FROM manufacturers WHERE display_filter = 1 AND merge_manufacturer_id = 0 ORDER BY name
86 0.0010 0.0010027885437012
SELECT * FROM productattributenames n WHERE hidden = 0 AND metabrowse = 1 AND sidebarfilter = 1 ORDER BY n.displayname ASC
87 0.0028 0.0027608871459961
INSERT INTO searches (`keywords`, `timestamp`, `ip`) SELECT '4', NOW(), '216.73.216.31'
88 0.0013 0.0012800693511963
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (title)
    AGAINST ('+4' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (title) AGAINST ('+4' 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 ('+4'), 'bundle' AS type FROM bundles b
		WHERE MATCH (title) AGAINST ('+4' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1
89 0.0008 0.00080204010009766
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (description, keyfeatures, title, descriptionsecondary)
    AGAINST ('+4' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+4' 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 ('+4'), 'bundle' AS type FROM bundles b
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+4' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1
90 0.0092 0.0091590881347656
SELECT DISTINCT (p.id), salesrank, price, linktitle,
          'product' AS type
          FROM products p 
		WHERE ((description LIKE '4') OR (keyfeatures LIKE '4') OR (title LIKE '4'))

		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1
91 0.0007 0.00072693824768066
SELECT DISTINCT (p.id), price, linktitle,
          'ebayproduct' AS type
          FROM ebay_products p 
		WHERE ((description LIKE '4') OR (title LIKE '4'))
		AND hide = 0
92 0.0007 0.00069689750671387
SELECT DISTINCT (p.id), price, linktitle,
          'customproduct' AS type
          FROM custom_products p 
		WHERE ((description LIKE '4') OR (title LIKE '4'))
		AND hide = 0
93 0.0007 0.00071096420288086
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (description, keyfeatures, title, descriptionsecondary)
    AGAINST ('+4' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+4' 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 ('+4'), 'bundle' AS type FROM bundles b
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+4' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1
94 0.0086 0.0085690021514893
SELECT DISTINCT (p.id), salesrank, price, linktitle,
          'product' AS type
          FROM products p 
		WHERE ((description LIKE '%4%') OR (keyfeatures LIKE '%4%') OR (title LIKE '%4%'))

		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1
95 0.0003 0.00030708312988281
SELECT DISTINCT (p.id), price, linktitle,
          'ebayproduct' AS type
          FROM ebay_products p 
		WHERE ((description LIKE '%4%') OR (title LIKE '%4%'))
		AND hide = 0
96 0.0002 0.00023102760314941
SELECT DISTINCT (p.id), price, linktitle,
          'customproduct' AS type
          FROM custom_products p 
		WHERE ((description LIKE '%4%') OR (title LIKE '%4%'))
		AND hide = 0
97 0.0004 0.00043106079101562
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (title)
    AGAINST ('+4' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (title) AGAINST ('+4' 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 ('+4'), 'bundle' AS type FROM bundles b
		WHERE MATCH (title) AGAINST ('+4' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1 ORDER BY salesrank ASC
98 0.0004 0.00040602684020996
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (description, keyfeatures, title, descriptionsecondary)
    AGAINST ('+4' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+4' 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 ('+4'), 'bundle' AS type FROM bundles b
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+4' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1 ORDER BY salesrank ASC
99 0.0032 0.0032289028167725
SELECT DISTINCT (p.id), salesrank, price, linktitle,
          'product' AS type
          FROM products p 
		WHERE ((description LIKE '4') OR (keyfeatures LIKE '4') OR (title LIKE '4'))

		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 ORDER BY salesrank ASC
100 0.0003 0.00026392936706543
SELECT DISTINCT (p.id), price, linktitle,
          'ebayproduct' AS type
          FROM ebay_products p 
		WHERE ((description LIKE '4') OR (title LIKE '4'))
		AND hide = 0
101 0.0002 0.0002281665802002
SELECT DISTINCT (p.id), price, linktitle,
          'customproduct' AS type
          FROM custom_products p 
		WHERE ((description LIKE '4') OR (title LIKE '4'))
		AND hide = 0
102 0.0004 0.00035691261291504
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (description, keyfeatures, title, descriptionsecondary)
    AGAINST ('+4' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+4' 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 ('+4'), 'bundle' AS type FROM bundles b
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+4' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1 ORDER BY salesrank ASC
103 0.0041 0.0041251182556152
SELECT DISTINCT (p.id), salesrank, price, linktitle,
          'product' AS type
          FROM products p 
		WHERE ((description LIKE '%4%') OR (keyfeatures LIKE '%4%') OR (title LIKE '%4%'))

		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 ORDER BY salesrank ASC
104 0.0003 0.00032997131347656
SELECT DISTINCT (p.id), price, linktitle,
          'ebayproduct' AS type
          FROM ebay_products p 
		WHERE ((description LIKE '%4%') OR (title LIKE '%4%'))
		AND hide = 0
105 0.0002 0.00024080276489258
SELECT DISTINCT (p.id), price, linktitle,
          'customproduct' AS type
          FROM custom_products p 
		WHERE ((description LIKE '%4%') OR (title LIKE '%4%'))
		AND hide = 0
106 0.0003 0.00031900405883789
SELECT * FROM products WHERE id = '4247'
107 0.0014 0.0013680458068848
SELECT * FROM productimages WHERE product_id = '4247' ORDER BY sortorder ASC
108 0.0005 0.00050902366638184
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '4247' AND p.id = pi.product_id ORDER BY pi.sortorder
109 0.0016 0.0016450881958008
SELECT * FROM product_image_select WHERE product_id = '4247'
110 0.0012 0.001209020614624
SELECT * FROM productcustomimages WHERE product_id = '4247'
111 0.0012 0.0012171268463135
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 = '4247'
                GROUP BY o.product_id
112 0.0023 0.0023341178894043
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     = '4247'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
113 0.0005 0.00047087669372559
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 4247
114 0.0012 0.001154899597168
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4247' AND a.name = n.originalname
115 0.0006 0.00055599212646484
SELECT * FROM productoffers WHERE product_id = '4247' AND merchantid = 'A1X6FK5RDHNB96'
116 0.0003 0.00028610229492188
SELECT * FROM productoffers
                WHERE product_id = '4247' AND price > 0
                ORDER BY price ASC LIMIT 1
117 0.0003 0.00025510787963867
SELECT * FROM productoffers
                WHERE product_id = 4247
                ORDER BY price ASC LIMIT 1
118 0.0004 0.00041508674621582
SELECT value FROM productattributes
                WHERE product_id = '4247'
                AND name = 'ListPriceAmount'
119 0.0005 0.00048708915710449
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 = '4247'
                GROUP BY o.product_id
120 0.0008 0.00082993507385254
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     = '4247'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
121 0.0004 0.00038981437683105
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 4247
122 0.0004 0.00039887428283691
SELECT value FROM productattributes WHERE product_id = '4247' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
123 0.0005 0.00048494338989258
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '4247'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'Size'
                GROUP BY o.value
                ORDER BY o.value ASC
124 0.0004 0.00044798851013184
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '4247'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'Color'
                GROUP BY o.value
                ORDER BY o.value ASC
125 0.0003 0.00029921531677246
SELECT * FROM products WHERE id = '4257'
126 0.0004 0.0003960132598877
SELECT * FROM productimages WHERE product_id = '4257' ORDER BY sortorder ASC
127 0.0005 0.00045585632324219
SELECT * FROM product_image_select WHERE product_id = '4257'
128 0.0003 0.00028705596923828
SELECT * FROM productcustomimages WHERE product_id = '4257'
129 0.0010 0.0010290145874023
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4257' AND a.name = n.originalname
130 0.0009 0.00091409683227539
SELECT * FROM productoffers WHERE product_id = '4257' AND merchantid = 'A1X6FK5RDHNB96'
131 0.0005 0.00046706199645996
SELECT * FROM productoffers
                WHERE product_id = '4257' AND price > 0
                ORDER BY price ASC LIMIT 1
132 0.0003 0.00034308433532715
SELECT value FROM productattributes WHERE product_id = '4257' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
133 0.0005 0.00049901008605957
SELECT * FROM products WHERE id = '4258'
134 0.0004 0.0004119873046875
SELECT * FROM productimages WHERE product_id = '4258' ORDER BY sortorder ASC
135 0.0005 0.00046586990356445
SELECT * FROM product_image_select WHERE product_id = '4258'
136 0.0003 0.00032782554626465
SELECT * FROM productcustomimages WHERE product_id = '4258'
137 0.0011 0.0010621547698975
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4258' AND a.name = n.originalname
138 0.0003 0.0003359317779541
SELECT * FROM productoffers WHERE product_id = '4258' AND merchantid = 'A1X6FK5RDHNB96'
139 0.0003 0.00030994415283203
SELECT * FROM productoffers
                WHERE product_id = '4258' AND price > 0
                ORDER BY price ASC LIMIT 1
140 0.0004 0.0003511905670166
SELECT value FROM productattributes WHERE product_id = '4258' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
141 0.0004 0.0003809928894043
SELECT * FROM products WHERE id = '4259'
142 0.0009 0.00093984603881836
SELECT * FROM productimages WHERE product_id = '4259' ORDER BY sortorder ASC
143 0.0007 0.0006711483001709
SELECT * FROM product_image_select WHERE product_id = '4259'
144 0.0007 0.00074505805969238
SELECT * FROM productcustomimages WHERE product_id = '4259'
145 0.0033 0.0032958984375
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4259' AND a.name = n.originalname
146 0.0007 0.00068783760070801
SELECT * FROM productoffers WHERE product_id = '4259' AND merchantid = 'A1X6FK5RDHNB96'
147 0.0006 0.0006098747253418
SELECT * FROM productoffers
                WHERE product_id = '4259' AND price > 0
                ORDER BY price ASC LIMIT 1
148 0.0005 0.00052380561828613
SELECT * FROM productoffers
                WHERE product_id = 4259
                ORDER BY price ASC LIMIT 1
149 0.0005 0.00049901008605957
SELECT value FROM productattributes
                WHERE product_id = '4259'
                AND name = 'ListPriceAmount'
150 0.0006 0.00061511993408203
SELECT value FROM productattributes WHERE product_id = '4259' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
151 0.0008 0.00080394744873047
SELECT * FROM products WHERE id = '4260'
152 0.0007 0.00071597099304199
SELECT * FROM productimages WHERE product_id = '4260' ORDER BY sortorder ASC
153 0.0010 0.00098395347595215
SELECT * FROM product_image_select WHERE product_id = '4260'
154 0.0005 0.0005488395690918
SELECT * FROM productcustomimages WHERE product_id = '4260'
155 0.0031 0.0030789375305176
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4260' AND a.name = n.originalname
156 0.0006 0.00062990188598633
SELECT * FROM productoffers WHERE product_id = '4260' AND merchantid = 'A1X6FK5RDHNB96'
157 0.0007 0.00074219703674316
SELECT * FROM productoffers
                WHERE product_id = '4260' AND price > 0
                ORDER BY price ASC LIMIT 1
158 0.0006 0.0005791187286377
SELECT value FROM productattributes WHERE product_id = '4260' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
159 0.0006 0.00061702728271484
SELECT * FROM products WHERE id = '4261'
160 0.0007 0.00067305564880371
SELECT * FROM productimages WHERE product_id = '4261' ORDER BY sortorder ASC
161 0.0010 0.0010130405426025
SELECT * FROM product_image_select WHERE product_id = '4261'
162 0.0009 0.00089001655578613
SELECT * FROM productcustomimages WHERE product_id = '4261'
163 0.0017 0.0016539096832275
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4261' AND a.name = n.originalname
164 0.0007 0.0006861686706543
SELECT * FROM productoffers WHERE product_id = '4261' AND merchantid = 'A1X6FK5RDHNB96'
165 0.0005 0.00047206878662109
SELECT * FROM productoffers
                WHERE product_id = '4261' AND price > 0
                ORDER BY price ASC LIMIT 1
166 0.0006 0.00060796737670898
SELECT value FROM productattributes WHERE product_id = '4261' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
167 0.0007 0.00066900253295898
SELECT * FROM products WHERE id = '4312'
168 0.0007 0.00068402290344238
SELECT * FROM productimages WHERE product_id = '4312' ORDER BY sortorder ASC
169 0.0010 0.001011848449707
SELECT * FROM product_image_select WHERE product_id = '4312'
170 0.0005 0.00052690505981445
SELECT * FROM productcustomimages WHERE product_id = '4312'
171 0.0016 0.0016329288482666
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4312' AND a.name = n.originalname
172 0.0007 0.00069117546081543
SELECT * FROM productoffers WHERE product_id = '4312' AND merchantid = 'A1X6FK5RDHNB96'
173 0.0005 0.00052905082702637
SELECT * FROM productoffers
                WHERE product_id = '4312' AND price > 0
                ORDER BY price ASC LIMIT 1
174 0.0006 0.00058102607727051
SELECT value FROM productattributes WHERE product_id = '4312' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
175 0.0006 0.00063705444335938
SELECT * FROM products WHERE id = '4326'
176 0.0007 0.00068187713623047
SELECT * FROM productimages WHERE product_id = '4326' ORDER BY sortorder ASC
177 0.0011 0.0011239051818848
SELECT * FROM product_image_select WHERE product_id = '4326'
178 0.0006 0.00062298774719238
SELECT * FROM productcustomimages WHERE product_id = '4326'
179 0.0013 0.0013101100921631
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4326' AND a.name = n.originalname
180 0.0006 0.00061798095703125
SELECT * FROM productoffers WHERE product_id = '4326' AND merchantid = 'A1X6FK5RDHNB96'
181 0.0004 0.0004429817199707
SELECT * FROM productoffers
                WHERE product_id = '4326' AND price > 0
                ORDER BY price ASC LIMIT 1
182 0.0004 0.00041389465332031
SELECT * FROM productoffers
                WHERE product_id = 4326
                ORDER BY price ASC LIMIT 1
183 0.0005 0.0004580020904541
SELECT value FROM productattributes
                WHERE product_id = '4326'
                AND name = 'ListPriceAmount'
184 0.0009 0.00087189674377441
SELECT value FROM productattributes WHERE product_id = '4326' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
185 0.0007 0.00068902969360352
SELECT * FROM products WHERE id = '4554'
186 0.0008 0.00075197219848633
SELECT * FROM productimages WHERE product_id = '4554' ORDER BY sortorder ASC
187 0.0010 0.00096392631530762
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '4554' AND p.id = pi.product_id ORDER BY pi.sortorder
188 0.0016 0.0015809535980225
SELECT * FROM product_image_select WHERE product_id = '4554'
189 0.0004 0.00044894218444824
SELECT * FROM productcustomimages WHERE product_id = '4554'
190 0.0007 0.00067400932312012
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 = '4554'
                GROUP BY o.product_id
191 0.0020 0.0019810199737549
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     = '4554'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
192 0.0013 0.0013389587402344
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 4554
193 0.0020 0.0019650459289551
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4554' AND a.name = n.originalname
194 0.0004 0.00043821334838867
SELECT * FROM productoffers WHERE product_id = '4554' AND merchantid = 'A1X6FK5RDHNB96'
195 0.0004 0.00037693977355957
SELECT * FROM productoffers
                WHERE product_id = '4554' AND price > 0
                ORDER BY price ASC LIMIT 1
196 0.0003 0.00034618377685547
SELECT * FROM productoffers
                WHERE product_id = 4554
                ORDER BY price ASC LIMIT 1
197 0.0003 0.00030303001403809
SELECT value FROM productattributes
                WHERE product_id = '4554'
                AND name = 'ListPriceAmount'
198 0.0004 0.00044417381286621
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 = '4554'
                GROUP BY o.product_id
199 0.0007 0.00066900253295898
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     = '4554'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
200 0.0003 0.00032401084899902
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 4554
201 0.0004 0.00037598609924316
SELECT value FROM productattributes WHERE product_id = '4554' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
202 0.0005 0.00051403045654297
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '4554'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'Size'
                GROUP BY o.value
                ORDER BY o.value ASC
203 0.0004 0.00044989585876465
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '4554'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'Color'
                GROUP BY o.value
                ORDER BY o.value ASC
204 0.0003 0.00034189224243164
SELECT * FROM products WHERE id = '4471'
205 0.0004 0.00043010711669922
SELECT * FROM productimages WHERE product_id = '4471' ORDER BY sortorder ASC
206 0.0003 0.00030279159545898
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '4471' AND p.id = pi.product_id ORDER BY pi.sortorder
207 0.0005 0.00048494338989258
SELECT * FROM product_image_select WHERE product_id = '4471'
208 0.0003 0.00028705596923828
SELECT * FROM productcustomimages WHERE product_id = '4471'
209 0.0004 0.00035786628723145
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 = '4471'
                GROUP BY o.product_id
210 0.0004 0.00040602684020996
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     = '4471'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
211 0.0003 0.00025391578674316
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 4471
212 0.0006 0.00059390068054199
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4471' AND a.name = n.originalname
213 0.0003 0.00028800964355469
SELECT * FROM productoffers WHERE product_id = '4471' AND merchantid = 'A1X6FK5RDHNB96'
214 0.0003 0.00026321411132812
SELECT * FROM productoffers
                WHERE product_id = '4471' AND price > 0
                ORDER BY price ASC LIMIT 1
215 0.0002 0.00024294853210449
SELECT * FROM productoffers
                WHERE product_id = 4471
                ORDER BY price ASC LIMIT 1
216 0.0003 0.00026106834411621
SELECT value FROM productattributes
                WHERE product_id = '4471'
                AND name = 'ListPriceAmount'
217 0.0003 0.00027203559875488
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 = '4471'
                GROUP BY o.product_id
218 0.0004 0.00039815902709961
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     = '4471'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
219 0.0003 0.00025296211242676
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 4471
220 0.0004 0.0003669261932373
SELECT value FROM productattributes WHERE product_id = '4471' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
221 0.0003 0.0002751350402832
SELECT * FROM products WHERE parent_id = '4471'
222 0.0003 0.00031018257141113
SELECT * FROM products WHERE id = '4483'
223 0.0004 0.00039291381835938
SELECT * FROM productimages WHERE product_id = '4483' ORDER BY sortorder ASC
224 0.0003 0.00033998489379883
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '4483' AND p.id = pi.product_id ORDER BY pi.sortorder
225 0.0006 0.0005638599395752
SELECT * FROM product_image_select WHERE product_id = '4483'
226 0.0003 0.00030088424682617
SELECT * FROM productcustomimages WHERE product_id = '4483'
227 0.0004 0.00042986869812012
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 = '4483'
                GROUP BY o.product_id
228 0.0006 0.00055909156799316
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     = '4483'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
229 0.0003 0.0003209114074707
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 4483
230 0.0006 0.00058484077453613
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4483' AND a.name = n.originalname
231 0.0003 0.00027704238891602
SELECT * FROM productoffers WHERE product_id = '4483' AND merchantid = 'A1X6FK5RDHNB96'
232 0.0003 0.00031590461730957
SELECT * FROM productoffers
                WHERE product_id = '4483' AND price > 0
                ORDER BY price ASC LIMIT 1
233 0.0003 0.00027585029602051
SELECT * FROM productoffers
                WHERE product_id = 4483
                ORDER BY price ASC LIMIT 1
234 0.0003 0.00028181076049805
SELECT value FROM productattributes
                WHERE product_id = '4483'
                AND name = 'ListPriceAmount'
235 0.0004 0.00037598609924316
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 = '4483'
                GROUP BY o.product_id
236 0.0017 0.0017409324645996
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     = '4483'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
237 0.0006 0.00058603286743164
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 4483
238 0.0008 0.00075507164001465
SELECT value FROM productattributes WHERE product_id = '4483' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
239 0.0010 0.00099515914916992
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '4483'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'Size'
                GROUP BY o.value
                ORDER BY o.value ASC
240 0.0009 0.0008690357208252
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '4483'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'Color'
                GROUP BY o.value
                ORDER BY o.value ASC
241 0.0005 0.00048518180847168
SELECT * FROM products WHERE id = '4612'
242 0.0008 0.00080990791320801
SELECT * FROM productimages WHERE product_id = '4612' ORDER BY sortorder ASC
243 0.0010 0.00096392631530762
SELECT * FROM product_image_select WHERE product_id = '4612'
244 0.0005 0.00049281120300293
SELECT * FROM productcustomimages WHERE product_id = '4612'
245 0.0016 0.0016241073608398
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4612' AND a.name = n.originalname
246 0.0006 0.00057196617126465
SELECT * FROM productoffers WHERE product_id = '4612' AND merchantid = 'A1X6FK5RDHNB96'
247 0.0005 0.00046491622924805
SELECT * FROM productoffers
                WHERE product_id = '4612' AND price > 0
                ORDER BY price ASC LIMIT 1
248 0.0004 0.00036001205444336
SELECT * FROM productoffers
                WHERE product_id = 4612
                ORDER BY price ASC LIMIT 1
249 0.0004 0.00043702125549316
SELECT value FROM productattributes
                WHERE product_id = '4612'
                AND name = 'ListPriceAmount'
250 0.0004 0.00044512748718262
SELECT value FROM productattributes WHERE product_id = '4612' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
251 0.0020 0.0019700527191162
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4247' ORDER BY timestamp DESC
252 0.0003 0.00034093856811523
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4257' ORDER BY timestamp DESC
253 0.0003 0.00030708312988281
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4258' ORDER BY timestamp DESC
254 0.0003 0.00033998489379883
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4259' ORDER BY timestamp DESC
255 0.0003 0.00034403800964355
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4260' ORDER BY timestamp DESC
256 0.0003 0.00032496452331543
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4261' ORDER BY timestamp DESC
257 0.0003 0.00032401084899902
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4312' ORDER BY timestamp DESC
258 0.0003 0.00034689903259277
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4326' ORDER BY timestamp DESC
259 0.0004 0.00035691261291504
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4554' ORDER BY timestamp DESC
260 0.0004 0.0003669261932373
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4471' ORDER BY timestamp DESC
261 0.0004 0.00036096572875977
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4483' ORDER BY timestamp DESC
262 0.0003 0.00030684471130371
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4612' ORDER BY timestamp DESC
263 0.0017 0.0016958713531494
SELECT * FROM template_info WHERE templateuid = 'fsb-fluid2018'
264 0.0016 0.0016400814056396
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_user_data'
265 0.0005 0.00046586990356445
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_tracking_status'
266 0.0225 0.022484064102173
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
267 0.0013 0.001291036605835
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
268 0.0004 0.00043177604675293
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
269 0.0004 0.00037908554077148
SELECT * FROM products WHERE id = 1626
270 0.0004 0.00040698051452637
SELECT * FROM products WHERE id = 4041
271 0.0003 0.00030994415283203
SELECT * FROM products WHERE id = 4312
272 0.0003 0.0002741813659668
SELECT * FROM products WHERE id = 777
273 0.0004 0.00035285949707031
SELECT * FROM products WHERE id = 3881
274 0.0003 0.00031614303588867
SELECT * FROM products WHERE id = 4213
275 0.0003 0.00029206275939941
SELECT * FROM products WHERE id = '1626'
276 0.0004 0.00038409233093262
SELECT * FROM productimages WHERE product_id = '1626' ORDER BY sortorder ASC
277 0.0005 0.00051307678222656
SELECT * FROM product_image_select WHERE product_id = '1626'
278 0.0003 0.0003049373626709
SELECT * FROM productcustomimages WHERE product_id = '1626'
279 0.0006 0.00064420700073242
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1626' AND a.name = n.originalname
280 0.0003 0.0003359317779541
SELECT * FROM productoffers WHERE product_id = '1626' AND merchantid = 'A1X6FK5RDHNB96'
281 0.0003 0.00027680397033691
SELECT * FROM productoffers
                WHERE product_id = '1626' AND price > 0
                ORDER BY price ASC LIMIT 1
282 0.0004 0.00036191940307617
SELECT value FROM productattributes WHERE product_id = '1626' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
283 0.0004 0.00037312507629395
SELECT * FROM products WHERE id = '4041'
284 0.0004 0.00035881996154785
SELECT * FROM productimages WHERE product_id = '4041' ORDER BY sortorder ASC
285 0.0005 0.00046586990356445
SELECT * FROM product_image_select WHERE product_id = '4041'
286 0.0003 0.00027585029602051
SELECT * FROM productcustomimages WHERE product_id = '4041'
287 0.0007 0.00074005126953125
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4041' AND a.name = n.originalname
288 0.0003 0.00032687187194824
SELECT * FROM productoffers WHERE product_id = '4041' AND merchantid = 'A1X6FK5RDHNB96'
289 0.0003 0.00026392936706543
SELECT * FROM productoffers
                WHERE product_id = '4041' AND price > 0
                ORDER BY price ASC LIMIT 1
290 0.0003 0.00033712387084961
SELECT value FROM productattributes WHERE product_id = '4041' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
291 0.0004 0.00044703483581543
SELECT * FROM products WHERE id = '4312'
292 0.0004 0.00035715103149414
SELECT * FROM productimages WHERE product_id = '4312' ORDER BY sortorder ASC
293 0.0005 0.00049304962158203
SELECT * FROM product_image_select WHERE product_id = '4312'
294 0.0003 0.00029587745666504
SELECT * FROM productcustomimages WHERE product_id = '4312'
295 0.0007 0.00069284439086914
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4312' AND a.name = n.originalname
296 0.0004 0.00036406517028809
SELECT * FROM productoffers WHERE product_id = '4312' AND merchantid = 'A1X6FK5RDHNB96'
297 0.0003 0.00031709671020508
SELECT * FROM productoffers
                WHERE product_id = '4312' AND price > 0
                ORDER BY price ASC LIMIT 1
298 0.0003 0.00029206275939941
SELECT value FROM productattributes WHERE product_id = '4312' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
299 0.0004 0.00036382675170898
SELECT * FROM products WHERE id = '777'
300 0.0003 0.00033020973205566
SELECT * FROM productimages WHERE product_id = '777' ORDER BY sortorder ASC
301 0.0005 0.00048589706420898
SELECT * FROM product_image_select WHERE product_id = '777'
302 0.0003 0.0002899169921875
SELECT * FROM productcustomimages WHERE product_id = '777'
303 0.0007 0.00071597099304199
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '777' AND a.name = n.originalname
304 0.0003 0.00033807754516602
SELECT * FROM productoffers WHERE product_id = '777' AND merchantid = 'A1X6FK5RDHNB96'
305 0.0004 0.00035190582275391
SELECT * FROM productoffers
                WHERE product_id = '777' AND price > 0
                ORDER BY price ASC LIMIT 1
306 0.0003 0.00027608871459961
SELECT value FROM productattributes WHERE product_id = '777' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
307 0.0004 0.00035810470581055
SELECT * FROM products WHERE id = '3881'
308 0.0004 0.0003659725189209
SELECT * FROM productimages WHERE product_id = '3881' ORDER BY sortorder ASC
309 0.0005 0.0004889965057373
SELECT * FROM product_image_select WHERE product_id = '3881'
310 0.0003 0.00031518936157227
SELECT * FROM productcustomimages WHERE product_id = '3881'
311 0.0007 0.00072312355041504
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3881' AND a.name = n.originalname
312 0.0003 0.00033903121948242
SELECT * FROM productoffers WHERE product_id = '3881' AND merchantid = 'A1X6FK5RDHNB96'
313 0.0003 0.00027608871459961
SELECT * FROM productoffers
                WHERE product_id = '3881' AND price > 0
                ORDER BY price ASC LIMIT 1
314 0.0003 0.00030303001403809
SELECT value FROM productattributes WHERE product_id = '3881' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
315 0.0004 0.00040602684020996
SELECT * FROM products WHERE id = '4213'
316 0.0004 0.00037097930908203
SELECT * FROM productimages WHERE product_id = '4213' ORDER BY sortorder ASC
317 0.0005 0.00045990943908691
SELECT * FROM product_image_select WHERE product_id = '4213'
318 0.0003 0.00029206275939941
SELECT * FROM productcustomimages WHERE product_id = '4213'
319 0.0007 0.00072312355041504
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4213' AND a.name = n.originalname
320 0.0003 0.00034403800964355
SELECT * FROM productoffers WHERE product_id = '4213' AND merchantid = 'A1X6FK5RDHNB96'
321 0.0003 0.00031495094299316
SELECT * FROM productoffers
                WHERE product_id = '4213' AND price > 0
                ORDER BY price ASC LIMIT 1
322 0.0003 0.00032782554626465
SELECT value FROM productattributes WHERE product_id = '4213' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
323 0.0013 0.0012891292572021
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'header' ORDER BY sortorder ASC
324 0.0005 0.00051307678222656
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'footer' ORDER BY sortorder ASC
325 0.0016 0.0016469955444336
SELECT * FROM template_css WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND skinuid = ''
326 0.0010 0.00099396705627441
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
327 0.0004 0.00038790702819824
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
328 0.0006 0.0005500316619873
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'FB_DEFAULT_SHARE_IMAGE'
329 0.0006 0.00063610076904297
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'HEAD_LOGO'