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.4180529117584 329 1.0629 0


No Amazon API Requests Made.


App Debug - Total Time 1.4180529117584 seconds

Number Time From Start Name Description
1 0.34512686729431 Initialise Initialise FSB Function
2 0.34738397598267 App Controller Start Start of the App controller (called before the controller of every page)
3 0.38717293739319 Start of getCategoryListByGroup Function Before first category groups query
4 0.38760280609131 After initial query Before first category groups query
5 0.3876039981842 Get Category List for Group Before the call to getCategoryList function
6 0.38760590553284 Start of GetCategoryList function Start of the function
7 0.38760685920715 Before getting categories Query to get specific category list
8 0.38813495635986 After getting categories Query to get specific category list
9 0.38813495635986 Before getting category custom Before call to function getCategoryCustom
10 0.40153384208679 After getting category custom After call to function getCategoryCustom
11 0.401535987854 Before getting category custom Before call to function getCategoryCustom
12 0.41107082366943 After getting category custom After call to function getCategoryCustom
13 0.41107201576233 Before getting category custom Before call to function getCategoryCustom
14 0.41689300537109 After getting category custom After call to function getCategoryCustom
15 0.41689395904541 Before getting category custom Before call to function getCategoryCustom
16 0.42107892036438 After getting category custom After call to function getCategoryCustom
17 0.42108082771301 Before getting category custom Before call to function getCategoryCustom
18 0.42534995079041 After getting category custom After call to function getCategoryCustom
19 0.42535185813904 Before getting category custom Before call to function getCategoryCustom
20 0.42918992042542 After getting category custom After call to function getCategoryCustom
21 0.42919182777405 End of GetCategoryList function End of the function
22 0.42919683456421 Get Category List for Group Before the call to getCategoryList function
23 0.42919898033142 Start of GetCategoryList function Start of the function
24 0.42920088768005 Before getting categories Query to get specific category list
25 0.4296178817749 End of getCategoryListByGroup Function Before return()
26 1.2377028465271 App Controller End End of the App controller (called before the controller of every page)
27 1.3582129478455 App_after Controller Start Start of the App_after controller (called after the controller of every page)
28 1.358943939209 Before Get Options Before the call to getOptions in the tpl class
29 1.4043400287628 After Get Options After the call to getOptions in the tpl class
30 1.4043679237366 App_after Controller End End of the App_after controller (called after the controller of every page)
31 1.4180448055267 Finalizing debug Before the debug is output to the page.
32 1.4180519580841 End of App This is the end of the app logging, final timestamp


Query Debug - 329 Database Queries. Total time 1.0629 seconds

Number Time (Seconds) Time (Milliseconds) Query
1 0.0023 0.0022530555725098
SELECT parameter, value FROM parameters
2 0.0028 0.0027918815612793
SELECT * FROM `bad_bots`
3 0.0003 0.00031089782714844
SET time_zone = 'Europe/London'
4 0.0006 0.00059103965759277
SELECT version FROM version ORDER BY `installed` DESC LIMIT 1
5 0.0007 0.00070095062255859
INSERT INTO ga_users (`isbot`, `ips`) SELECT '1', 'a:1:{i:0;s:13:\"18.223.109.25\";}'
6 0.0005 0.00050997734069824
INSERT INTO ga_sessions (`sessionlastseen`) SELECT '1747417867'
7 0.0010 0.0010039806365967
SELECT * FROM autorun ORDER BY lastrun ASC
8 0.0005 0.00052189826965332
SELECT * FROM version ORDER BY installed DESC LIMIT 1
9 0.0009 0.000946044921875
SELECT id FROM pages WHERE pagename = 'search' LIMIT 1
10 0.0005 0.0005180835723877
SELECT * FROM pages WHERE id = 52
11 0.0030 0.0029690265655518
SELECT * FROM template_options WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
12 0.0360 0.036036014556885
SELECT * FROM template_text WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND language = 'en'
13 0.0004 0.00041794776916504
SELECT * FROM pages WHERE pagename = 'search'
14 0.0004 0.00042510032653809
SELECT * FROM categorygroups ORDER BY sortorder ASC
15 0.0005 0.0005180835723877
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '1'  AND hidden = 0 ORDER BY sortorder ASC
16 0.0053 0.0053079128265381
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.0005 0.00048398971557617
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 26
18 0.0004 0.00039219856262207
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 26
19 0.0004 0.00036215782165527
SELECT id FROM categories WHERE parent_id = '26'
20 0.0050 0.0049858093261719
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.0004 0.00044488906860352
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.0005 0.00049781799316406
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.0004 0.00041103363037109
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '26'
24 0.0004 0.00043296813964844
SELECT * FROM categorygroups WHERE id = '1'
25 0.0032 0.0032179355621338
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.00043201446533203
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.00033879280090332
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 27
28 0.0004 0.00039005279541016
SELECT id FROM categories WHERE parent_id = '27'
29 0.0034 0.0033819675445557
SELECT COUNT(DISTINCT(p.id)) FROM products p, products_categories c
				WHERE p.id = c.product_id
				  AND c.category_id IN (27)
				  AND p.parent_id = 0
				  AND p.hidden = 0
				  AND p.enabled = 1 
30 0.0004 0.00042915344238281
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.0005 0.00045394897460938
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (27)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
32 0.0004 0.00044107437133789
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '27'
33 0.0004 0.00037789344787598
SELECT * FROM categorygroups WHERE id = '1'
34 0.0015 0.00152587890625
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.0005 0.00049400329589844
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.0004 0.00035500526428223
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 28
37 0.0004 0.00035500526428223
SELECT id FROM categories WHERE parent_id = '28'
38 0.0013 0.0012979507446289
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.0005 0.00047492980957031
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.0005 0.00045990943908691
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (28)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
41 0.0004 0.00043582916259766
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '28'
42 0.0004 0.00036001205444336
SELECT * FROM categorygroups WHERE id = '1'
43 0.0005 0.00049209594726562
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.0005 0.00049018859863281
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.0003359317779541
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 29
46 0.0004 0.0003809928894043
SELECT id FROM categories WHERE parent_id = '29'
47 0.0006 0.00055885314941406
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.0004 0.00040221214294434
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.0005 0.00052404403686523
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.0005 0.00047898292541504
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '29'
51 0.0005 0.00046300888061523
SELECT * FROM categorygroups WHERE id = '1'
52 0.0006 0.00056982040405273
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.0004 0.00044107437133789
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.0004 0.00043082237243652
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 30
55 0.0004 0.00037693977355957
SELECT id FROM categories WHERE parent_id = '30'
56 0.0006 0.0005948543548584
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.0005 0.00049114227294922
SELECT COUNT(DISTINCT(p.id)) FROM bundles p, bundle_categories c
				WHERE p.id = c.bundle_id
				  AND c.category_id IN (30)
				  AND p.disabled = 0 
58 0.0004 0.00043392181396484
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (30)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
59 0.0004 0.00039196014404297
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '30'
60 0.0005 0.00047898292541504
SELECT * FROM categorygroups WHERE id = '1'
61 0.0005 0.00052118301391602
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.0004 0.00039911270141602
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.00033283233642578
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 31
64 0.0004 0.00036787986755371
SELECT id FROM categories WHERE parent_id = '31'
65 0.0006 0.00058507919311523
SELECT COUNT(DISTINCT(p.id)) FROM products p, products_categories c
				WHERE p.id = c.product_id
				  AND c.category_id IN (31)
				  AND p.parent_id = 0
				  AND p.hidden = 0
				  AND p.enabled = 1 
66 0.0004 0.00041818618774414
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.00041794776916504
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (31)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
68 0.0004 0.00038599967956543
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '31'
69 0.0003 0.00034809112548828
SELECT * FROM categorygroups WHERE id = '1'
70 0.0004 0.00041007995605469
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '2'  AND hidden = 0 ORDER BY sortorder ASC
71 0.0014 0.0013909339904785
SELECT * FROM manufacturers m WHERE m.display_sidebar = 1 AND m.merge_manufacturer_id = 0 ORDER BY linktitle ASC
72 0.0005 0.00053691864013672
SELECT * FROM sideboxes WHERE (templateuid = 'fsb-fluid2018' OR templateuid = '') AND enabled = 1 ORDER BY sortorder ASC
73 0.0005 0.00049209594726562
SELECT value FROM parameters WHERE parameter IN('EBAY_APP_ID' , 'EBAY_TRACKING_ID','EBAY_NETWORK_ID' , 'GOOGLE_SITE_KEY' , 'GOOGLE_SECRET_KEY' ,'GOOGLE_RECAPTCHA_TYPE','EBAY_AUTH_TOKEN','EBAY_LOCALE')ORDER BY parameter ASC
74 0.0003 0.00034713745117188
SELECT * FROM sideboxes_pages WHERE sidebox_id = '26'
75 0.0010 0.00096011161804199
SELECT value FROM template_options WHERE templateuid = 'fsb-fluid2018' AND optionuid = 'DISPLAY_CREDIT_ICON'
76 0.0007 0.0007319450378418
SELECT * FROM pages WHERE core = 1 ORDER BY pagekey
77 0.8012 0.80117297172546
SELECT * FROM ipgeocountries WHERE INET_ATON('18.223.109.25') >= INET_ATON(ip_start) AND INET_ATON('18.223.109.25') <= INET_ATON(ip_end)
78 0.0012 0.0011708736419678
SELECT * FROM ipgeolocations WHERE geoname_id = '6252001'
79 0.0004 0.0004270076751709
SELECT * FROM countryredirects WHERE countrycode = 'US'
80 0.0004 0.00039887428283691
SELECT * FROM pages WHERE pagename = 'search'
81 0.0057 0.005695104598999
SELECT MAX(price) as maxprice, MIN(price) as minprice FROM products WHERE enabled = 1 AND hidden = 0 AND price <> 0 
82 0.0016 0.0016279220581055
SELECT * FROM manufacturers WHERE display_filter = 1 AND merge_manufacturer_id = 0 ORDER BY name
83 0.0006 0.00055408477783203
SELECT * FROM productattributenames n WHERE hidden = 0 AND metabrowse = 1 ORDER BY n.displayname ASC
84 0.0052 0.0052142143249512
SELECT MAX(price) as maxprice, MIN(price) as minprice FROM products WHERE enabled = 1 AND hidden = 0 AND price <> 0 
85 0.0016 0.0015931129455566
SELECT * FROM manufacturers WHERE display_filter = 1 AND merge_manufacturer_id = 0 ORDER BY name
86 0.0004 0.0004429817199707
SELECT * FROM productattributenames n WHERE hidden = 0 AND metabrowse = 1 AND sidebarfilter = 1 ORDER BY n.displayname ASC
87 0.0021 0.0020630359649658
INSERT INTO searches (`keywords`, `timestamp`, `ip`) SELECT '4', NOW(), '18.223.109.25'
88 0.0008 0.00078701972961426
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.0006 0.00060701370239258
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.0040 0.0039768218994141
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.0005 0.0004570484161377
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.0004 0.0004279613494873
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.0005 0.00046992301940918
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.0044 0.0044310092926025
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.00029897689819336
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.0003 0.00028395652770996
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.00043511390686035
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.0004420280456543
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.0035 0.0035200119018555
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.00029897689819336
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.0003 0.00028204917907715
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.00040006637573242
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.0045 0.0045111179351807
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.00031304359436035
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.0003 0.00026488304138184
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.0004 0.0004270076751709
SELECT * FROM products WHERE id = '4247'
107 0.0005 0.00050997734069824
SELECT * FROM productimages WHERE product_id = '4247' ORDER BY sortorder ASC
108 0.0005 0.00046801567077637
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.0007 0.00066804885864258
SELECT * FROM product_image_select WHERE product_id = '4247'
110 0.0004 0.00037407875061035
SELECT * FROM productcustomimages WHERE product_id = '4247'
111 0.0006 0.00056910514831543
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.0007 0.00071811676025391
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.0004 0.00040698051452637
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.0008 0.00080204010009766
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4247' AND a.name = n.originalname
115 0.0003 0.00031018257141113
SELECT * FROM productoffers WHERE product_id = '4247' AND merchantid = 'A1X6FK5RDHNB96'
116 0.0004 0.00042295455932617
SELECT * FROM productoffers
                WHERE product_id = '4247' AND price > 0
                ORDER BY price ASC LIMIT 1
117 0.0003 0.00030517578125
SELECT * FROM productoffers
                WHERE product_id = 4247
                ORDER BY price ASC LIMIT 1
118 0.0003 0.00033903121948242
SELECT value FROM productattributes
                WHERE product_id = '4247'
                AND name = 'ListPriceAmount'
119 0.0004 0.00041699409484863
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.0009 0.0008690357208252
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.00041794776916504
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.0009 0.00085210800170898
SELECT value FROM productattributes WHERE product_id = '4247' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
123 0.0008 0.00080204010009766
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.0005 0.00052714347839355
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.00033903121948242
SELECT * FROM products WHERE id = '4257'
126 0.0005 0.00046920776367188
SELECT * FROM productimages WHERE product_id = '4257' ORDER BY sortorder ASC
127 0.0006 0.00058388710021973
SELECT * FROM product_image_select WHERE product_id = '4257'
128 0.0004 0.0004119873046875
SELECT * FROM productcustomimages WHERE product_id = '4257'
129 0.0016 0.0015699863433838
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4257' AND a.name = n.originalname
130 0.0004 0.00043010711669922
SELECT * FROM productoffers WHERE product_id = '4257' AND merchantid = 'A1X6FK5RDHNB96'
131 0.0003 0.00033688545227051
SELECT * FROM productoffers
                WHERE product_id = '4257' AND price > 0
                ORDER BY price ASC LIMIT 1
132 0.0004 0.00036096572875977
SELECT value FROM productattributes WHERE product_id = '4257' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
133 0.0005 0.00045013427734375
SELECT * FROM products WHERE id = '4258'
134 0.0004 0.00041699409484863
SELECT * FROM productimages WHERE product_id = '4258' ORDER BY sortorder ASC
135 0.0008 0.00077915191650391
SELECT * FROM product_image_select WHERE product_id = '4258'
136 0.0004 0.00037598609924316
SELECT * FROM productcustomimages WHERE product_id = '4258'
137 0.0010 0.0010061264038086
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4258' AND a.name = n.originalname
138 0.0004 0.00042510032653809
SELECT * FROM productoffers WHERE product_id = '4258' AND merchantid = 'A1X6FK5RDHNB96'
139 0.0004 0.00035810470581055
SELECT * FROM productoffers
                WHERE product_id = '4258' AND price > 0
                ORDER BY price ASC LIMIT 1
140 0.0005 0.00047397613525391
SELECT value FROM productattributes WHERE product_id = '4258' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
141 0.0005 0.00046515464782715
SELECT * FROM products WHERE id = '4259'
142 0.0004 0.00043416023254395
SELECT * FROM productimages WHERE product_id = '4259' ORDER BY sortorder ASC
143 0.0005 0.00054407119750977
SELECT * FROM product_image_select WHERE product_id = '4259'
144 0.0004 0.00042891502380371
SELECT * FROM productcustomimages WHERE product_id = '4259'
145 0.0010 0.0010159015655518
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4259' AND a.name = n.originalname
146 0.0004 0.00043010711669922
SELECT * FROM productoffers WHERE product_id = '4259' AND merchantid = 'A1X6FK5RDHNB96'
147 0.0003 0.00034117698669434
SELECT * FROM productoffers
                WHERE product_id = '4259' AND price > 0
                ORDER BY price ASC LIMIT 1
148 0.0003 0.00027990341186523
SELECT * FROM productoffers
                WHERE product_id = 4259
                ORDER BY price ASC LIMIT 1
149 0.0003 0.00032401084899902
SELECT value FROM productattributes
                WHERE product_id = '4259'
                AND name = 'ListPriceAmount'
150 0.0006 0.00059413909912109
SELECT value FROM productattributes WHERE product_id = '4259' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
151 0.0004 0.00043606758117676
SELECT * FROM products WHERE id = '4260'
152 0.0005 0.00048613548278809
SELECT * FROM productimages WHERE product_id = '4260' ORDER BY sortorder ASC
153 0.0005 0.00054597854614258
SELECT * FROM product_image_select WHERE product_id = '4260'
154 0.0004 0.00039291381835938
SELECT * FROM productcustomimages WHERE product_id = '4260'
155 0.0011 0.0011310577392578
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4260' AND a.name = n.originalname
156 0.0004 0.00043296813964844
SELECT * FROM productoffers WHERE product_id = '4260' AND merchantid = 'A1X6FK5RDHNB96'
157 0.0004 0.00036811828613281
SELECT * FROM productoffers
                WHERE product_id = '4260' AND price > 0
                ORDER BY price ASC LIMIT 1
158 0.0004 0.00037288665771484
SELECT value FROM productattributes WHERE product_id = '4260' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
159 0.0004 0.00044107437133789
SELECT * FROM products WHERE id = '4261'
160 0.0005 0.00048208236694336
SELECT * FROM productimages WHERE product_id = '4261' ORDER BY sortorder ASC
161 0.0006 0.00055694580078125
SELECT * FROM product_image_select WHERE product_id = '4261'
162 0.0003 0.00033903121948242
SELECT * FROM productcustomimages WHERE product_id = '4261'
163 0.0011 0.0010519027709961
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4261' AND a.name = n.originalname
164 0.0004 0.00041413307189941
SELECT * FROM productoffers WHERE product_id = '4261' AND merchantid = 'A1X6FK5RDHNB96'
165 0.0004 0.00035905838012695
SELECT * FROM productoffers
                WHERE product_id = '4261' AND price > 0
                ORDER BY price ASC LIMIT 1
166 0.0004 0.00043582916259766
SELECT value FROM productattributes WHERE product_id = '4261' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
167 0.0005 0.00046586990356445
SELECT * FROM products WHERE id = '4312'
168 0.0004 0.00043296813964844
SELECT * FROM productimages WHERE product_id = '4312' ORDER BY sortorder ASC
169 0.0006 0.00060105323791504
SELECT * FROM product_image_select WHERE product_id = '4312'
170 0.0004 0.00038003921508789
SELECT * FROM productcustomimages WHERE product_id = '4312'
171 0.0009 0.00094509124755859
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4312' AND a.name = n.originalname
172 0.0004 0.00042295455932617
SELECT * FROM productoffers WHERE product_id = '4312' AND merchantid = 'A1X6FK5RDHNB96'
173 0.0004 0.00040388107299805
SELECT * FROM productoffers
                WHERE product_id = '4312' AND price > 0
                ORDER BY price ASC LIMIT 1
174 0.0004 0.00041294097900391
SELECT value FROM productattributes WHERE product_id = '4312' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
175 0.0005 0.0004570484161377
SELECT * FROM products WHERE id = '4326'
176 0.0007 0.00065112113952637
SELECT * FROM productimages WHERE product_id = '4326' ORDER BY sortorder ASC
177 0.0006 0.00059199333190918
SELECT * FROM product_image_select WHERE product_id = '4326'
178 0.0005 0.00045299530029297
SELECT * FROM productcustomimages WHERE product_id = '4326'
179 0.0008 0.00084900856018066
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4326' AND a.name = n.originalname
180 0.0005 0.00049901008605957
SELECT * FROM productoffers WHERE product_id = '4326' AND merchantid = 'A1X6FK5RDHNB96'
181 0.0003 0.00034189224243164
SELECT * FROM productoffers
                WHERE product_id = '4326' AND price > 0
                ORDER BY price ASC LIMIT 1
182 0.0005 0.00045204162597656
SELECT * FROM productoffers
                WHERE product_id = 4326
                ORDER BY price ASC LIMIT 1
183 0.0004 0.0003819465637207
SELECT value FROM productattributes
                WHERE product_id = '4326'
                AND name = 'ListPriceAmount'
184 0.0005 0.00046515464782715
SELECT value FROM productattributes WHERE product_id = '4326' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
185 0.0005 0.00052189826965332
SELECT * FROM products WHERE id = '4554'
186 0.0005 0.00048184394836426
SELECT * FROM productimages WHERE product_id = '4554' ORDER BY sortorder ASC
187 0.0005 0.00049090385437012
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.0006 0.00059318542480469
SELECT * FROM product_image_select WHERE product_id = '4554'
189 0.0004 0.00044798851013184
SELECT * FROM productcustomimages WHERE product_id = '4554'
190 0.0005 0.000518798828125
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.0008 0.00084710121154785
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.0004 0.00044798851013184
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.0010 0.0010249614715576
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4554' AND a.name = n.originalname
194 0.0003 0.00033903121948242
SELECT * FROM productoffers WHERE product_id = '4554' AND merchantid = 'A1X6FK5RDHNB96'
195 0.0003 0.00032615661621094
SELECT * FROM productoffers
                WHERE product_id = '4554' AND price > 0
                ORDER BY price ASC LIMIT 1
196 0.0003 0.00033688545227051
SELECT * FROM productoffers
                WHERE product_id = 4554
                ORDER BY price ASC LIMIT 1
197 0.0003 0.00034117698669434
SELECT value FROM productattributes
                WHERE product_id = '4554'
                AND name = 'ListPriceAmount'
198 0.0004 0.00038981437683105
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.00072979927062988
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.0004 0.00036311149597168
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.0005 0.00046992301940918
SELECT value FROM productattributes WHERE product_id = '4554' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
202 0.0006 0.00060701370239258
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.0005 0.00052905082702637
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.0004 0.00036191940307617
SELECT * FROM products WHERE id = '4471'
205 0.0004 0.00043582916259766
SELECT * FROM productimages WHERE product_id = '4471' ORDER BY sortorder ASC
206 0.0003 0.00033807754516602
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.0006 0.0005800724029541
SELECT * FROM product_image_select WHERE product_id = '4471'
208 0.0004 0.00040507316589355
SELECT * FROM productcustomimages WHERE product_id = '4471'
209 0.0005 0.00052094459533691
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.0005 0.00054502487182617
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.00033092498779297
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 4471
212 0.0008 0.00077199935913086
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.00031900405883789
SELECT * FROM productoffers WHERE product_id = '4471' AND merchantid = 'A1X6FK5RDHNB96'
214 0.0003 0.00032186508178711
SELECT * FROM productoffers
                WHERE product_id = '4471' AND price > 0
                ORDER BY price ASC LIMIT 1
215 0.0003 0.00028586387634277
SELECT * FROM productoffers
                WHERE product_id = 4471
                ORDER BY price ASC LIMIT 1
216 0.0003 0.00034594535827637
SELECT value FROM productattributes
                WHERE product_id = '4471'
                AND name = 'ListPriceAmount'
217 0.0004 0.00037097930908203
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '4471'
                GROUP BY o.product_id
218 0.0005 0.00053691864013672
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.00032711029052734
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.0005 0.00049614906311035
SELECT value FROM productattributes WHERE product_id = '4471' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
221 0.0003 0.00032687187194824
SELECT * FROM products WHERE parent_id = '4471'
222 0.0003 0.00030899047851562
SELECT * FROM products WHERE id = '4483'
223 0.0005 0.0004880428314209
SELECT * FROM productimages WHERE product_id = '4483' ORDER BY sortorder ASC
224 0.0005 0.00050902366638184
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.00062084197998047
SELECT * FROM product_image_select WHERE product_id = '4483'
226 0.0004 0.00035905838012695
SELECT * FROM productcustomimages WHERE product_id = '4483'
227 0.0005 0.00051593780517578
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.0007 0.00070691108703613
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.0004 0.00040793418884277
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.0011 0.0010900497436523
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.0003361701965332
SELECT * FROM productoffers WHERE product_id = '4483' AND merchantid = 'A1X6FK5RDHNB96'
232 0.0003 0.00032186508178711
SELECT * FROM productoffers
                WHERE product_id = '4483' AND price > 0
                ORDER BY price ASC LIMIT 1
233 0.0003 0.00032496452331543
SELECT * FROM productoffers
                WHERE product_id = 4483
                ORDER BY price ASC LIMIT 1
234 0.0004 0.0003659725189209
SELECT value FROM productattributes
                WHERE product_id = '4483'
                AND name = 'ListPriceAmount'
235 0.0005 0.00046014785766602
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.0007 0.00068306922912598
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.0004 0.00042986869812012
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.0006 0.00055289268493652
SELECT value FROM productattributes WHERE product_id = '4483' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
239 0.0008 0.00078701972961426
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.0007 0.00066018104553223
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.00047802925109863
SELECT * FROM products WHERE id = '4612'
242 0.0006 0.00055503845214844
SELECT * FROM productimages WHERE product_id = '4612' ORDER BY sortorder ASC
243 0.0006 0.00060892105102539
SELECT * FROM product_image_select WHERE product_id = '4612'
244 0.0005 0.0004730224609375
SELECT * FROM productcustomimages WHERE product_id = '4612'
245 0.0012 0.001230001449585
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4612' AND a.name = n.originalname
246 0.0005 0.00049304962158203
SELECT * FROM productoffers WHERE product_id = '4612' AND merchantid = 'A1X6FK5RDHNB96'
247 0.0004 0.00037217140197754
SELECT * FROM productoffers
                WHERE product_id = '4612' AND price > 0
                ORDER BY price ASC LIMIT 1
248 0.0003 0.00031590461730957
SELECT * FROM productoffers
                WHERE product_id = 4612
                ORDER BY price ASC LIMIT 1
249 0.0003 0.00033998489379883
SELECT value FROM productattributes
                WHERE product_id = '4612'
                AND name = 'ListPriceAmount'
250 0.0004 0.00036191940307617
SELECT value FROM productattributes WHERE product_id = '4612' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
251 0.0004 0.00041103363037109
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4247' ORDER BY timestamp DESC
252 0.0003 0.0002598762512207
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4257' ORDER BY timestamp DESC
253 0.0003 0.00027704238891602
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.0003199577331543
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4260' ORDER BY timestamp DESC
256 0.0002 0.00024986267089844
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4261' ORDER BY timestamp DESC
257 0.0006 0.00058197975158691
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4312' ORDER BY timestamp DESC
258 0.0003 0.00026178359985352
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4326' ORDER BY timestamp DESC
259 0.0002 0.00024604797363281
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4554' ORDER BY timestamp DESC
260 0.0003 0.00025296211242676
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4471' ORDER BY timestamp DESC
261 0.0002 0.00024700164794922
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4483' ORDER BY timestamp DESC
262 0.0002 0.00024700164794922
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4612' ORDER BY timestamp DESC
263 0.0005 0.00046706199645996
SELECT * FROM template_info WHERE templateuid = 'fsb-fluid2018'
264 0.0004 0.00040197372436523
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_user_data'
265 0.0003 0.00029492378234863
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_tracking_status'
266 0.0137 0.013717889785767
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.0006 0.00061702728271484
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.0006 0.00057005882263184
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.00044512748718262
SELECT * FROM products WHERE id = 1626
270 0.0004 0.00038504600524902
SELECT * FROM products WHERE id = 4041
271 0.0003 0.00034785270690918
SELECT * FROM products WHERE id = 4312
272 0.0003 0.00032210350036621
SELECT * FROM products WHERE id = 777
273 0.0004 0.00036406517028809
SELECT * FROM products WHERE id = 3881
274 0.0003 0.00034499168395996
SELECT * FROM products WHERE id = 4213
275 0.0003 0.0003058910369873
SELECT * FROM products WHERE id = '1626'
276 0.0005 0.00046086311340332
SELECT * FROM productimages WHERE product_id = '1626' ORDER BY sortorder ASC
277 0.0005 0.00053596496582031
SELECT * FROM product_image_select WHERE product_id = '1626'
278 0.0004 0.00037693977355957
SELECT * FROM productcustomimages WHERE product_id = '1626'
279 0.0008 0.00084400177001953
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1626' AND a.name = n.originalname
280 0.0005 0.00045609474182129
SELECT * FROM productoffers WHERE product_id = '1626' AND merchantid = 'A1X6FK5RDHNB96'
281 0.0004 0.00037813186645508
SELECT * FROM productoffers
                WHERE product_id = '1626' AND price > 0
                ORDER BY price ASC LIMIT 1
282 0.0004 0.00040197372436523
SELECT value FROM productattributes WHERE product_id = '1626' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
283 0.0004 0.00043892860412598
SELECT * FROM products WHERE id = '4041'
284 0.0004 0.00041794776916504
SELECT * FROM productimages WHERE product_id = '4041' ORDER BY sortorder ASC
285 0.0006 0.00056004524230957
SELECT * FROM product_image_select WHERE product_id = '4041'
286 0.0003 0.00034904479980469
SELECT * FROM productcustomimages WHERE product_id = '4041'
287 0.0011 0.0011007785797119
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4041' AND a.name = n.originalname
288 0.0005 0.00046205520629883
SELECT * FROM productoffers WHERE product_id = '4041' AND merchantid = 'A1X6FK5RDHNB96'
289 0.0004 0.00035691261291504
SELECT * FROM productoffers
                WHERE product_id = '4041' AND price > 0
                ORDER BY price ASC LIMIT 1
290 0.0004 0.0003819465637207
SELECT value FROM productattributes WHERE product_id = '4041' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
291 0.0005 0.00046801567077637
SELECT * FROM products WHERE id = '4312'
292 0.0004 0.00040292739868164
SELECT * FROM productimages WHERE product_id = '4312' ORDER BY sortorder ASC
293 0.0006 0.00055503845214844
SELECT * FROM product_image_select WHERE product_id = '4312'
294 0.0004 0.00035500526428223
SELECT * FROM productcustomimages WHERE product_id = '4312'
295 0.0010 0.00097298622131348
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.00040411949157715
SELECT * FROM productoffers WHERE product_id = '4312' AND merchantid = 'A1X6FK5RDHNB96'
297 0.0004 0.00036215782165527
SELECT * FROM productoffers
                WHERE product_id = '4312' AND price > 0
                ORDER BY price ASC LIMIT 1
298 0.0004 0.00035381317138672
SELECT value FROM productattributes WHERE product_id = '4312' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
299 0.0004 0.00043416023254395
SELECT * FROM products WHERE id = '777'
300 0.0004 0.00040793418884277
SELECT * FROM productimages WHERE product_id = '777' ORDER BY sortorder ASC
301 0.0006 0.00059413909912109
SELECT * FROM product_image_select WHERE product_id = '777'
302 0.0003 0.00034594535827637
SELECT * FROM productcustomimages WHERE product_id = '777'
303 0.0010 0.00096392631530762
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '777' AND a.name = n.originalname
304 0.0004 0.00043487548828125
SELECT * FROM productoffers WHERE product_id = '777' AND merchantid = 'A1X6FK5RDHNB96'
305 0.0004 0.00036787986755371
SELECT * FROM productoffers
                WHERE product_id = '777' AND price > 0
                ORDER BY price ASC LIMIT 1
306 0.0004 0.00035595893859863
SELECT value FROM productattributes WHERE product_id = '777' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
307 0.0004 0.00044703483581543
SELECT * FROM products WHERE id = '3881'
308 0.0004 0.00044894218444824
SELECT * FROM productimages WHERE product_id = '3881' ORDER BY sortorder ASC
309 0.0006 0.00059700012207031
SELECT * FROM product_image_select WHERE product_id = '3881'
310 0.0003 0.00034284591674805
SELECT * FROM productcustomimages WHERE product_id = '3881'
311 0.0011 0.0010831356048584
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3881' AND a.name = n.originalname
312 0.0004 0.00043988227844238
SELECT * FROM productoffers WHERE product_id = '3881' AND merchantid = 'A1X6FK5RDHNB96'
313 0.0003 0.00034713745117188
SELECT * FROM productoffers
                WHERE product_id = '3881' AND price > 0
                ORDER BY price ASC LIMIT 1
314 0.0004 0.00036716461181641
SELECT value FROM productattributes WHERE product_id = '3881' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
315 0.0005 0.00050687789916992
SELECT * FROM products WHERE id = '4213'
316 0.0004 0.00043797492980957
SELECT * FROM productimages WHERE product_id = '4213' ORDER BY sortorder ASC
317 0.0006 0.0005650520324707
SELECT * FROM product_image_select WHERE product_id = '4213'
318 0.0003 0.00033879280090332
SELECT * FROM productcustomimages WHERE product_id = '4213'
319 0.0011 0.0011119842529297
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4213' AND a.name = n.originalname
320 0.0004 0.0004429817199707
SELECT * FROM productoffers WHERE product_id = '4213' AND merchantid = 'A1X6FK5RDHNB96'
321 0.0003 0.00034189224243164
SELECT * FROM productoffers
                WHERE product_id = '4213' AND price > 0
                ORDER BY price ASC LIMIT 1
322 0.0004 0.00042390823364258
SELECT value FROM productattributes WHERE product_id = '4213' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
323 0.0007 0.00067305564880371
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'header' ORDER BY sortorder ASC
324 0.0006 0.00059914588928223
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'footer' ORDER BY sortorder ASC
325 0.0013 0.0013151168823242
SELECT * FROM template_css WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND skinuid = ''
326 0.0006 0.00063014030456543
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
327 0.0004 0.00042581558227539
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
328 0.0005 0.0004880428314209
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'FB_DEFAULT_SHARE_IMAGE'
329 0.0005 0.00046086311340332
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'HEAD_LOGO'