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.3188309669495 329 1.0511 0


No Amazon API Requests Made.


App Debug - Total Time 1.3188309669495 seconds

Number Time From Start Name Description
1 0.25376582145691 Initialise Initialise FSB Function
2 0.25902891159058 App Controller Start Start of the App controller (called before the controller of every page)
3 0.29908800125122 Start of getCategoryListByGroup Function Before first category groups query
4 0.30053186416626 After initial query Before first category groups query
5 0.30053186416626 Get Category List for Group Before the call to getCategoryList function
6 0.30053400993347 Start of GetCategoryList function Start of the function
7 0.3005359172821 Before getting categories Query to get specific category list
8 0.30190181732178 After getting categories Query to get specific category list
9 0.30190300941467 Before getting category custom Before call to function getCategoryCustom
10 0.32282900810242 After getting category custom After call to function getCategoryCustom
11 0.32283091545105 Before getting category custom Before call to function getCategoryCustom
12 0.33355379104614 After getting category custom After call to function getCategoryCustom
13 0.33355498313904 Before getting category custom Before call to function getCategoryCustom
14 0.33971500396729 After getting category custom After call to function getCategoryCustom
15 0.3397159576416 Before getting category custom Before call to function getCategoryCustom
16 0.34395384788513 After getting category custom After call to function getCategoryCustom
17 0.34395480155945 Before getting category custom Before call to function getCategoryCustom
18 0.35197401046753 After getting category custom After call to function getCategoryCustom
19 0.35197401046753 Before getting category custom Before call to function getCategoryCustom
20 0.36055684089661 After getting category custom After call to function getCategoryCustom
21 0.36055779457092 End of GetCategoryList function End of the function
22 0.36056184768677 Get Category List for Group Before the call to getCategoryList function
23 0.36056184768677 Start of GetCategoryList function Start of the function
24 0.36056280136108 Before getting categories Query to get specific category list
25 0.36158800125122 End of getCategoryListByGroup Function Before return()
26 1.0767199993134 App Controller End End of the App controller (called before the controller of every page)
27 1.23206782341 App_after Controller Start Start of the App_after controller (called after the controller of every page)
28 1.2336568832397 Before Get Options Before the call to getOptions in the tpl class
29 1.2856569290161 After Get Options After the call to getOptions in the tpl class
30 1.2856869697571 App_after Controller End End of the App_after controller (called after the controller of every page)
31 1.3188219070435 Finalizing debug Before the debug is output to the page.
32 1.3188309669495 End of App This is the end of the app logging, final timestamp


Query Debug - 329 Database Queries. Total time 1.0511 seconds

Number Time (Seconds) Time (Milliseconds) Query
1 0.0015 0.0014619827270508
SELECT parameter, value FROM parameters
2 0.0104 0.010439157485962
SELECT * FROM `bad_bots`
3 0.0005 0.00049591064453125
SET time_zone = 'Europe/London'
4 0.0032 0.003242015838623
SELECT version FROM version ORDER BY `installed` DESC LIMIT 1
5 0.0031 0.0030510425567627
INSERT INTO ga_users (`isbot`, `ips`) SELECT '1', 'a:1:{i:0;s:13:\"18.116.89.157\";}'
6 0.0029 0.0028760433197021
INSERT INTO ga_sessions (`sessionlastseen`) SELECT '1747389343'
7 0.0034 0.0034201145172119
SELECT * FROM autorun ORDER BY lastrun ASC
8 0.0009 0.0008549690246582
SELECT * FROM version ORDER BY installed DESC LIMIT 1
9 0.0031 0.0031359195709229
SELECT id FROM pages WHERE pagename = 'search' LIMIT 1
10 0.0007 0.00068998336791992
SELECT * FROM pages WHERE id = 52
11 0.0056 0.0056288242340088
SELECT * FROM template_options WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
12 0.0335 0.03350305557251
SELECT * FROM template_text WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND language = 'en'
13 0.0007 0.00069594383239746
SELECT * FROM pages WHERE pagename = 'search'
14 0.0014 0.0014398097991943
SELECT * FROM categorygroups ORDER BY sortorder ASC
15 0.0014 0.0013580322265625
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '1'  AND hidden = 0 ORDER BY sortorder ASC
16 0.0072 0.0071821212768555
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.0017 0.0017139911651611
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.0012 0.0011940002441406
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 26
19 0.0005 0.00048398971557617
SELECT id FROM categories WHERE parent_id = '26'
20 0.0054 0.0054318904876709
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.0015 0.0014989376068115
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.0015 0.0015099048614502
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.0014 0.0013580322265625
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '26'
24 0.0005 0.00050187110900879
SELECT * FROM categorygroups WHERE id = '1'
25 0.0035 0.003525972366333
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.0006 0.00055813789367676
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.0004 0.00042605400085449
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 27
28 0.0004 0.00043201446533203
SELECT id FROM categories WHERE parent_id = '27'
29 0.0037 0.0036640167236328
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.0006 0.00055193901062012
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.0006 0.00055098533630371
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.0005 0.00050091743469238
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '27'
33 0.0005 0.00048494338989258
SELECT * FROM categorygroups WHERE id = '1'
34 0.0014 0.0014090538024902
SELECT COUNT(DISTINCT(c.product_id)) FROM products_categories c, products p WHERE c.product_id = p.id AND p.parent_id = 0 AND c.category_id = 28
35 0.0004 0.00044393539428711
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.00040912628173828
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 28
37 0.0004 0.0004420280456543
SELECT id FROM categories WHERE parent_id = '28'
38 0.0014 0.0014050006866455
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.00054097175598145
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.00053596496582031
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.00043392181396484
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '28'
42 0.0005 0.00051689147949219
SELECT * FROM categorygroups WHERE id = '1'
43 0.0006 0.00058698654174805
SELECT COUNT(DISTINCT(c.product_id)) FROM products_categories c, products p WHERE c.product_id = p.id AND p.parent_id = 0 AND c.category_id = 29
44 0.0004 0.00042605400085449
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.0004 0.00037002563476562
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 29
46 0.0004 0.00040507316589355
SELECT id FROM categories WHERE parent_id = '29'
47 0.0006 0.00063109397888184
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.0005 0.00045609474182129
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.0004420280456543
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (29)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
50 0.0004 0.00040793418884277
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '29'
51 0.0005 0.00049710273742676
SELECT * FROM categorygroups WHERE id = '1'
52 0.0006 0.00056600570678711
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.00043392181396484
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.00040102005004883
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 30
55 0.0011 0.0010828971862793
SELECT id FROM categories WHERE parent_id = '30'
56 0.0017 0.0017030239105225
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.0009 0.00092792510986328
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.0011 0.0011110305786133
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.0009 0.00090384483337402
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '30'
60 0.0009 0.00087189674377441
SELECT * FROM categorygroups WHERE id = '1'
61 0.0016 0.0015718936920166
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.0011 0.0010578632354736
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.0006 0.00058102607727051
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 31
64 0.0007 0.000701904296875
SELECT id FROM categories WHERE parent_id = '31'
65 0.0013 0.0013110637664795
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.0008 0.00078487396240234
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.0010 0.00097417831420898
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.0009 0.00089097023010254
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '31'
69 0.0007 0.00068998336791992
SELECT * FROM categorygroups WHERE id = '1'
70 0.0010 0.0010218620300293
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '2'  AND hidden = 0 ORDER BY sortorder ASC
71 0.0063 0.0062611103057861
SELECT * FROM manufacturers m WHERE m.display_sidebar = 1 AND m.merge_manufacturer_id = 0 ORDER BY linktitle ASC
72 0.0021 0.0021419525146484
SELECT * FROM sideboxes WHERE (templateuid = 'fsb-fluid2018' OR templateuid = '') AND enabled = 1 ORDER BY sortorder ASC
73 0.0013 0.0012719631195068
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.0016 0.0016400814056396
SELECT * FROM sideboxes_pages WHERE sidebox_id = '26'
75 0.0015 0.0014610290527344
SELECT value FROM template_options WHERE templateuid = 'fsb-fluid2018' AND optionuid = 'DISPLAY_CREDIT_ICON'
76 0.0009 0.00091695785522461
SELECT * FROM pages WHERE core = 1 ORDER BY pagekey
77 0.6960 0.69602799415588
SELECT * FROM ipgeocountries WHERE INET_ATON('18.116.89.157') >= INET_ATON(ip_start) AND INET_ATON('18.116.89.157') <= INET_ATON(ip_end)
78 0.0019 0.0019419193267822
SELECT * FROM ipgeolocations WHERE geoname_id = '6252001'
79 0.0012 0.0011758804321289
SELECT * FROM countryredirects WHERE countrycode = 'US'
80 0.0005 0.00054693222045898
SELECT * FROM pages WHERE pagename = 'search'
81 0.0098 0.0098080635070801
SELECT MAX(price) as maxprice, MIN(price) as minprice FROM products WHERE enabled = 1 AND hidden = 0 AND price <> 0 
82 0.0024 0.0024490356445312
SELECT * FROM manufacturers WHERE display_filter = 1 AND merge_manufacturer_id = 0 ORDER BY name
83 0.0028 0.0028078556060791
SELECT * FROM productattributenames n WHERE hidden = 0 AND metabrowse = 1 ORDER BY n.displayname ASC
84 0.0164 0.016355991363525
SELECT MAX(price) as maxprice, MIN(price) as minprice FROM products WHERE enabled = 1 AND hidden = 0 AND price <> 0 
85 0.0032 0.0031931400299072
SELECT * FROM manufacturers WHERE display_filter = 1 AND merge_manufacturer_id = 0 ORDER BY name
86 0.0007 0.00071501731872559
SELECT * FROM productattributenames n WHERE hidden = 0 AND metabrowse = 1 AND sidebarfilter = 1 ORDER BY n.displayname ASC
87 0.0022 0.0021579265594482
INSERT INTO searches (`keywords`, `timestamp`, `ip`) SELECT '4', NOW(), '18.116.89.157'
88 0.0011 0.0010979175567627
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.0007 0.00071907043457031
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.0060 0.0060310363769531
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.0006568431854248
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.0005 0.00052690505981445
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.0006 0.00061392784118652
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.0058 0.0058400630950928
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.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
96 0.0003 0.00032782554626465
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.0005 0.00050520896911621
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.0005 0.00049781799316406
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.0037 0.0037360191345215
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.0004 0.00039196014404297
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.0003049373626709
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.0005 0.00048017501831055
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.0044929981231689
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.00034499168395996
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.00032997131347656
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.00036001205444336
SELECT * FROM products WHERE id = '4247'
107 0.0015 0.0015430450439453
SELECT * FROM productimages WHERE product_id = '4247' ORDER BY sortorder ASC
108 0.0006 0.000579833984375
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.0013 0.0012660026550293
SELECT * FROM product_image_select WHERE product_id = '4247'
110 0.0010 0.0010280609130859
SELECT * FROM productcustomimages WHERE product_id = '4247'
111 0.0014 0.0014438629150391
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.0021 0.0020949840545654
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.0006 0.00055289268493652
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.0016 0.0015990734100342
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4247' AND a.name = n.originalname
115 0.0005 0.0004580020904541
SELECT * FROM productoffers WHERE product_id = '4247' AND merchantid = 'A1X6FK5RDHNB96'
116 0.0004 0.00036501884460449
SELECT * FROM productoffers
                WHERE product_id = '4247' AND price > 0
                ORDER BY price ASC LIMIT 1
117 0.0003 0.00029397010803223
SELECT * FROM productoffers
                WHERE product_id = 4247
                ORDER BY price ASC LIMIT 1
118 0.0004 0.0004279613494873
SELECT value FROM productattributes
                WHERE product_id = '4247'
                AND name = 'ListPriceAmount'
119 0.0006 0.00056600570678711
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.0007 0.00069499015808105
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.0005 0.00052118301391602
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.0005 0.00050616264343262
SELECT value FROM productattributes WHERE product_id = '4247' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
123 0.0006 0.00060009956359863
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.0006 0.00063991546630859
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.0004 0.00038695335388184
SELECT * FROM products WHERE id = '4257'
126 0.0004 0.00044918060302734
SELECT * FROM productimages WHERE product_id = '4257' ORDER BY sortorder ASC
127 0.0006 0.00055408477783203
SELECT * FROM product_image_select WHERE product_id = '4257'
128 0.0004 0.0003509521484375
SELECT * FROM productcustomimages WHERE product_id = '4257'
129 0.0010 0.00096893310546875
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.00042295455932617
SELECT * FROM productoffers WHERE product_id = '4257' AND merchantid = 'A1X6FK5RDHNB96'
131 0.0004 0.00036907196044922
SELECT * FROM productoffers
                WHERE product_id = '4257' AND price > 0
                ORDER BY price ASC LIMIT 1
132 0.0009 0.00085282325744629
SELECT value FROM productattributes WHERE product_id = '4257' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
133 0.0006 0.0005800724029541
SELECT * FROM products WHERE id = '4258'
134 0.0005 0.00051593780517578
SELECT * FROM productimages WHERE product_id = '4258' ORDER BY sortorder ASC
135 0.0007 0.00065302848815918
SELECT * FROM product_image_select WHERE product_id = '4258'
136 0.0004 0.00043511390686035
SELECT * FROM productcustomimages WHERE product_id = '4258'
137 0.0011 0.0011270046234131
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4258' AND a.name = n.originalname
138 0.0005 0.00047612190246582
SELECT * FROM productoffers WHERE product_id = '4258' AND merchantid = 'A1X6FK5RDHNB96'
139 0.0004 0.0003960132598877
SELECT * FROM productoffers
                WHERE product_id = '4258' AND price > 0
                ORDER BY price ASC LIMIT 1
140 0.0004 0.00043296813964844
SELECT value FROM productattributes WHERE product_id = '4258' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
141 0.0005 0.0005340576171875
SELECT * FROM products WHERE id = '4259'
142 0.0004 0.00044798851013184
SELECT * FROM productimages WHERE product_id = '4259' ORDER BY sortorder ASC
143 0.0006 0.00059986114501953
SELECT * FROM product_image_select WHERE product_id = '4259'
144 0.0005 0.00050020217895508
SELECT * FROM productcustomimages WHERE product_id = '4259'
145 0.0011 0.0011160373687744
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4259' AND a.name = n.originalname
146 0.0005 0.00045680999755859
SELECT * FROM productoffers WHERE product_id = '4259' AND merchantid = 'A1X6FK5RDHNB96'
147 0.0004 0.00039291381835938
SELECT * FROM productoffers
                WHERE product_id = '4259' AND price > 0
                ORDER BY price ASC LIMIT 1
148 0.0003 0.00033783912658691
SELECT * FROM productoffers
                WHERE product_id = 4259
                ORDER BY price ASC LIMIT 1
149 0.0004 0.00036382675170898
SELECT value FROM productattributes
                WHERE product_id = '4259'
                AND name = 'ListPriceAmount'
150 0.0004 0.00039100646972656
SELECT value FROM productattributes WHERE product_id = '4259' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
151 0.0004 0.00044918060302734
SELECT * FROM products WHERE id = '4260'
152 0.0004 0.0003969669342041
SELECT * FROM productimages WHERE product_id = '4260' ORDER BY sortorder ASC
153 0.0005 0.00050592422485352
SELECT * FROM product_image_select WHERE product_id = '4260'
154 0.0003 0.0003349781036377
SELECT * FROM productcustomimages WHERE product_id = '4260'
155 0.0010 0.0010051727294922
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4260' AND a.name = n.originalname
156 0.0005 0.0004570484161377
SELECT * FROM productoffers WHERE product_id = '4260' AND merchantid = 'A1X6FK5RDHNB96'
157 0.0004 0.00037693977355957
SELECT * FROM productoffers
                WHERE product_id = '4260' AND price > 0
                ORDER BY price ASC LIMIT 1
158 0.0004 0.0004119873046875
SELECT value FROM productattributes WHERE product_id = '4260' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
159 0.0005 0.00045609474182129
SELECT * FROM products WHERE id = '4261'
160 0.0004 0.00041818618774414
SELECT * FROM productimages WHERE product_id = '4261' ORDER BY sortorder ASC
161 0.0006 0.0005500316619873
SELECT * FROM product_image_select WHERE product_id = '4261'
162 0.0004 0.00035309791564941
SELECT * FROM productcustomimages WHERE product_id = '4261'
163 0.0010 0.0010190010070801
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.00043988227844238
SELECT * FROM productoffers WHERE product_id = '4261' AND merchantid = 'A1X6FK5RDHNB96'
165 0.0004 0.00036191940307617
SELECT * FROM productoffers
                WHERE product_id = '4261' AND price > 0
                ORDER BY price ASC LIMIT 1
166 0.0004 0.0003969669342041
SELECT value FROM productattributes WHERE product_id = '4261' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
167 0.0005 0.0004570484161377
SELECT * FROM products WHERE id = '4312'
168 0.0004 0.0004119873046875
SELECT * FROM productimages WHERE product_id = '4312' ORDER BY sortorder ASC
169 0.0005 0.0005040168762207
SELECT * FROM product_image_select WHERE product_id = '4312'
170 0.0003 0.00034093856811523
SELECT * FROM productcustomimages WHERE product_id = '4312'
171 0.0010 0.00099420547485352
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.00043892860412598
SELECT * FROM productoffers WHERE product_id = '4312' AND merchantid = 'A1X6FK5RDHNB96'
173 0.0004 0.00040006637573242
SELECT * FROM productoffers
                WHERE product_id = '4312' AND price > 0
                ORDER BY price ASC LIMIT 1
174 0.0004 0.00040984153747559
SELECT value FROM productattributes WHERE product_id = '4312' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
175 0.0004 0.00044894218444824
SELECT * FROM products WHERE id = '4326'
176 0.0005 0.00053906440734863
SELECT * FROM productimages WHERE product_id = '4326' ORDER BY sortorder ASC
177 0.0006 0.00058412551879883
SELECT * FROM product_image_select WHERE product_id = '4326'
178 0.0006 0.00056195259094238
SELECT * FROM productcustomimages WHERE product_id = '4326'
179 0.0009 0.00086402893066406
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4326' AND a.name = n.originalname
180 0.0004 0.00044894218444824
SELECT * FROM productoffers WHERE product_id = '4326' AND merchantid = 'A1X6FK5RDHNB96'
181 0.0004 0.00039887428283691
SELECT * FROM productoffers
                WHERE product_id = '4326' AND price > 0
                ORDER BY price ASC LIMIT 1
182 0.0004 0.00035595893859863
SELECT * FROM productoffers
                WHERE product_id = 4326
                ORDER BY price ASC LIMIT 1
183 0.0004 0.0003659725189209
SELECT value FROM productattributes
                WHERE product_id = '4326'
                AND name = 'ListPriceAmount'
184 0.0004 0.00039887428283691
SELECT value FROM productattributes WHERE product_id = '4326' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
185 0.0005 0.00046205520629883
SELECT * FROM products WHERE id = '4554'
186 0.0004 0.00041103363037109
SELECT * FROM productimages WHERE product_id = '4554' ORDER BY sortorder ASC
187 0.0005 0.00052595138549805
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.00060296058654785
SELECT * FROM product_image_select WHERE product_id = '4554'
189 0.0005 0.00051307678222656
SELECT * FROM productcustomimages WHERE product_id = '4554'
190 0.0005 0.00053095817565918
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.0007 0.00071096420288086
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.00041389465332031
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.00099802017211914
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.0004420280456543
SELECT * FROM productoffers WHERE product_id = '4554' AND merchantid = 'A1X6FK5RDHNB96'
195 0.0004 0.00036907196044922
SELECT * FROM productoffers
                WHERE product_id = '4554' AND price > 0
                ORDER BY price ASC LIMIT 1
196 0.0003 0.00032997131347656
SELECT * FROM productoffers
                WHERE product_id = 4554
                ORDER BY price ASC LIMIT 1
197 0.0004 0.0003662109375
SELECT value FROM productattributes
                WHERE product_id = '4554'
                AND name = 'ListPriceAmount'
198 0.0004 0.00042605400085449
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.00070810317993164
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.00038790702819824
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.00046896934509277
SELECT value FROM productattributes WHERE product_id = '4554' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
202 0.0006 0.00063490867614746
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.0006 0.00056695938110352
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.00044703483581543
SELECT * FROM products WHERE id = '4471'
205 0.0004 0.00043201446533203
SELECT * FROM productimages WHERE product_id = '4471' ORDER BY sortorder ASC
206 0.0004 0.0003669261932373
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.0007 0.00066590309143066
SELECT * FROM product_image_select WHERE product_id = '4471'
208 0.0004 0.00038480758666992
SELECT * FROM productcustomimages WHERE product_id = '4471'
209 0.0005 0.00049304962158203
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.0008 0.00079607963562012
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.0004 0.00038003921508789
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.0007 0.00069713592529297
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4471' AND a.name = n.originalname
213 0.0004 0.00037503242492676
SELECT * FROM productoffers WHERE product_id = '4471' AND merchantid = 'A1X6FK5RDHNB96'
214 0.0004 0.00035500526428223
SELECT * FROM productoffers
                WHERE product_id = '4471' AND price > 0
                ORDER BY price ASC LIMIT 1
215 0.0005 0.00045108795166016
SELECT * FROM productoffers
                WHERE product_id = 4471
                ORDER BY price ASC LIMIT 1
216 0.0004 0.00043892860412598
SELECT value FROM productattributes
                WHERE product_id = '4471'
                AND name = 'ListPriceAmount'
217 0.0005 0.00045204162597656
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.0007 0.00066804885864258
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.0004 0.00042414665222168
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.0006 0.00057411193847656
SELECT value FROM productattributes WHERE product_id = '4471' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
221 0.0004 0.00041794776916504
SELECT * FROM products WHERE parent_id = '4471'
222 0.0004 0.00041699409484863
SELECT * FROM products WHERE id = '4483'
223 0.0004 0.00043988227844238
SELECT * FROM productimages WHERE product_id = '4483' ORDER BY sortorder ASC
224 0.0005 0.00050210952758789
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.00056886672973633
SELECT * FROM product_image_select WHERE product_id = '4483'
226 0.0004 0.00037693977355957
SELECT * FROM productcustomimages WHERE product_id = '4483'
227 0.0006 0.00060105323791504
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.00074410438537598
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.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 = 4483
230 0.0008 0.00077104568481445
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4483' AND a.name = n.originalname
231 0.0004 0.00039315223693848
SELECT * FROM productoffers WHERE product_id = '4483' AND merchantid = 'A1X6FK5RDHNB96'
232 0.0004 0.00036811828613281
SELECT * FROM productoffers
                WHERE product_id = '4483' AND price > 0
                ORDER BY price ASC LIMIT 1
233 0.0003 0.00034594535827637
SELECT * FROM productoffers
                WHERE product_id = 4483
                ORDER BY price ASC LIMIT 1
234 0.0004 0.00043416023254395
SELECT value FROM productattributes
                WHERE product_id = '4483'
                AND name = 'ListPriceAmount'
235 0.0005 0.00045490264892578
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.00070095062255859
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.00042390823364258
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.00061297416687012
SELECT value FROM productattributes WHERE product_id = '4483' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
239 0.0007 0.00068211555480957
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.0005 0.00050616264343262
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.0004 0.0004119873046875
SELECT * FROM products WHERE id = '4612'
242 0.0006 0.0005800724029541
SELECT * FROM productimages WHERE product_id = '4612' ORDER BY sortorder ASC
243 0.0010 0.0010159015655518
SELECT * FROM product_image_select WHERE product_id = '4612'
244 0.0004 0.00040507316589355
SELECT * FROM productcustomimages WHERE product_id = '4612'
245 0.0011 0.0010759830474854
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.00045204162597656
SELECT * FROM productoffers WHERE product_id = '4612' AND merchantid = 'A1X6FK5RDHNB96'
247 0.0004 0.00037407875061035
SELECT * FROM productoffers
                WHERE product_id = '4612' AND price > 0
                ORDER BY price ASC LIMIT 1
248 0.0003 0.00033307075500488
SELECT * FROM productoffers
                WHERE product_id = 4612
                ORDER BY price ASC LIMIT 1
249 0.0004 0.00042510032653809
SELECT value FROM productattributes
                WHERE product_id = '4612'
                AND name = 'ListPriceAmount'
250 0.0005 0.00045108795166016
SELECT value FROM productattributes WHERE product_id = '4612' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
251 0.0016 0.0016078948974609
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4247' ORDER BY timestamp DESC
252 0.0003 0.00032401084899902
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4257' ORDER BY timestamp DESC
253 0.0004 0.00038313865661621
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4258' ORDER BY timestamp DESC
254 0.0004 0.00035214424133301
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4259' ORDER BY timestamp DESC
255 0.0003 0.00027894973754883
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4260' ORDER BY timestamp DESC
256 0.0004 0.0004119873046875
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4261' ORDER BY timestamp DESC
257 0.0004 0.00037908554077148
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4312' ORDER BY timestamp DESC
258 0.0003 0.00033187866210938
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4326' ORDER BY timestamp DESC
259 0.0003 0.00030708312988281
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4554' ORDER BY timestamp DESC
260 0.0003 0.00027203559875488
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4471' ORDER BY timestamp DESC
261 0.0003 0.00026893615722656
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4483' ORDER BY timestamp DESC
262 0.0003 0.00027799606323242
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4612' ORDER BY timestamp DESC
263 0.0015 0.0014560222625732
SELECT * FROM template_info WHERE templateuid = 'fsb-fluid2018'
264 0.0012 0.0011978149414062
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_user_data'
265 0.0003 0.00034689903259277
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_tracking_status'
266 0.0135 0.013548135757446
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.0014 0.0013818740844727
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.0005 0.0004880428314209
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.0005 0.0005030632019043
SELECT * FROM products WHERE id = 1626
270 0.0005 0.00047087669372559
SELECT * FROM products WHERE id = 4041
271 0.0004 0.00044512748718262
SELECT * FROM products WHERE id = 4312
272 0.0005 0.00051784515380859
SELECT * FROM products WHERE id = 777
273 0.0005 0.00045609474182129
SELECT * FROM products WHERE id = 3881
274 0.0005 0.00048089027404785
SELECT * FROM products WHERE id = 4213
275 0.0005 0.00051403045654297
SELECT * FROM products WHERE id = '1626'
276 0.0004 0.0004270076751709
SELECT * FROM productimages WHERE product_id = '1626' ORDER BY sortorder ASC
277 0.0005 0.00052905082702637
SELECT * FROM product_image_select WHERE product_id = '1626'
278 0.0005 0.00053811073303223
SELECT * FROM productcustomimages WHERE product_id = '1626'
279 0.0012 0.0011539459228516
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.00049996376037598
SELECT * FROM productoffers WHERE product_id = '1626' AND merchantid = 'A1X6FK5RDHNB96'
281 0.0004 0.00035214424133301
SELECT * FROM productoffers
                WHERE product_id = '1626' AND price > 0
                ORDER BY price ASC LIMIT 1
282 0.0005 0.00054311752319336
SELECT value FROM productattributes WHERE product_id = '1626' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
283 0.0005 0.00046515464782715
SELECT * FROM products WHERE id = '4041'
284 0.0005 0.00045013427734375
SELECT * FROM productimages WHERE product_id = '4041' ORDER BY sortorder ASC
285 0.0005 0.00049400329589844
SELECT * FROM product_image_select WHERE product_id = '4041'
286 0.0004 0.0003659725189209
SELECT * FROM productcustomimages WHERE product_id = '4041'
287 0.0011 0.0010550022125244
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4041' AND a.name = n.originalname
288 0.0004 0.00043988227844238
SELECT * FROM productoffers WHERE product_id = '4041' AND merchantid = 'A1X6FK5RDHNB96'
289 0.0004 0.00038290023803711
SELECT * FROM productoffers
                WHERE product_id = '4041' AND price > 0
                ORDER BY price ASC LIMIT 1
290 0.0004 0.00037693977355957
SELECT value FROM productattributes WHERE product_id = '4041' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
291 0.0004 0.00043678283691406
SELECT * FROM products WHERE id = '4312'
292 0.0004 0.00039100646972656
SELECT * FROM productimages WHERE product_id = '4312' ORDER BY sortorder ASC
293 0.0006 0.00057578086853027
SELECT * FROM product_image_select WHERE product_id = '4312'
294 0.0004 0.00040793418884277
SELECT * FROM productcustomimages WHERE product_id = '4312'
295 0.0010 0.0010290145874023
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.00043892860412598
SELECT * FROM productoffers WHERE product_id = '4312' AND merchantid = 'A1X6FK5RDHNB96'
297 0.0004 0.00037097930908203
SELECT * FROM productoffers
                WHERE product_id = '4312' AND price > 0
                ORDER BY price ASC LIMIT 1
298 0.0004 0.00038385391235352
SELECT value FROM productattributes WHERE product_id = '4312' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
299 0.0005 0.00046396255493164
SELECT * FROM products WHERE id = '777'
300 0.0004 0.00042510032653809
SELECT * FROM productimages WHERE product_id = '777' ORDER BY sortorder ASC
301 0.0007 0.00066280364990234
SELECT * FROM product_image_select WHERE product_id = '777'
302 0.0004 0.00043201446533203
SELECT * FROM productcustomimages WHERE product_id = '777'
303 0.0010 0.00098896026611328
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.00043392181396484
SELECT * FROM productoffers WHERE product_id = '777' AND merchantid = 'A1X6FK5RDHNB96'
305 0.0004 0.00036287307739258
SELECT * FROM productoffers
                WHERE product_id = '777' AND price > 0
                ORDER BY price ASC LIMIT 1
306 0.0004 0.00040006637573242
SELECT value FROM productattributes WHERE product_id = '777' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
307 0.0005 0.0005190372467041
SELECT * FROM products WHERE id = '3881'
308 0.0005 0.00050592422485352
SELECT * FROM productimages WHERE product_id = '3881' ORDER BY sortorder ASC
309 0.0006 0.00057196617126465
SELECT * FROM product_image_select WHERE product_id = '3881'
310 0.0004 0.0003509521484375
SELECT * FROM productcustomimages WHERE product_id = '3881'
311 0.0012 0.0012280941009521
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3881' AND a.name = n.originalname
312 0.0005 0.00053691864013672
SELECT * FROM productoffers WHERE product_id = '3881' AND merchantid = 'A1X6FK5RDHNB96'
313 0.0004 0.00042486190795898
SELECT * FROM productoffers
                WHERE product_id = '3881' AND price > 0
                ORDER BY price ASC LIMIT 1
314 0.0005 0.00045084953308105
SELECT value FROM productattributes WHERE product_id = '3881' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
315 0.0006 0.0006248950958252
SELECT * FROM products WHERE id = '4213'
316 0.0006 0.00060200691223145
SELECT * FROM productimages WHERE product_id = '4213' ORDER BY sortorder ASC
317 0.0006 0.00061416625976562
SELECT * FROM product_image_select WHERE product_id = '4213'
318 0.0004 0.00038409233093262
SELECT * FROM productcustomimages WHERE product_id = '4213'
319 0.0010 0.0010199546813965
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.00043392181396484
SELECT * FROM productoffers WHERE product_id = '4213' AND merchantid = 'A1X6FK5RDHNB96'
321 0.0004 0.00036811828613281
SELECT * FROM productoffers
                WHERE product_id = '4213' AND price > 0
                ORDER BY price ASC LIMIT 1
322 0.0005 0.00045299530029297
SELECT value FROM productattributes WHERE product_id = '4213' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
323 0.0018 0.0017731189727783
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'header' ORDER BY sortorder ASC
324 0.0006 0.00058197975158691
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'footer' ORDER BY sortorder ASC
325 0.0021 0.0020802021026611
SELECT * FROM template_css WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND skinuid = ''
326 0.0015 0.0015289783477783
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
327 0.0005 0.00051712989807129
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
328 0.0006 0.00063109397888184
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'FB_DEFAULT_SHARE_IMAGE'
329 0.0012 0.0011930465698242
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'HEAD_LOGO'