0

Bois

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.018364906311 200 0.2352 0


No Amazon API Requests Made.


App Debug - Total Time 1.018364906311 seconds

Number Time From Start Name Description
1 0.6117000579834 Initialise Initialise FSB Function
2 0.6188690662384 App Controller Start Start of the App controller (called before the controller of every page)
3 0.62151503562927 Start of getCategoryListByGroup Function Before first category groups query
4 0.62186503410339 After initial query Before first category groups query
5 0.62186694145203 Get Category List for Group Before the call to getCategoryList function
6 0.62187099456787 Start of GetCategoryList function Start of the function
7 0.62187600135803 Before getting categories Query to get specific category list
8 0.62225604057312 After getting categories Query to get specific category list
9 0.62225794792175 Before getting category custom Before call to function getCategoryCustom
10 0.62506508827209 After getting category custom After call to function getCategoryCustom
11 0.62506794929504 Before getting category custom Before call to function getCategoryCustom
12 0.6283221244812 After getting category custom After call to function getCategoryCustom
13 0.62832498550415 Before getting category custom Before call to function getCategoryCustom
14 0.63195705413818 After getting category custom After call to function getCategoryCustom
15 0.63195991516113 Before getting category custom Before call to function getCategoryCustom
16 0.63539910316467 After getting category custom After call to function getCategoryCustom
17 0.63540196418762 Before getting category custom Before call to function getCategoryCustom
18 0.63870406150818 After getting category custom After call to function getCategoryCustom
19 0.63870692253113 Before getting category custom Before call to function getCategoryCustom
20 0.64174604415894 After getting category custom After call to function getCategoryCustom
21 0.64175009727478 End of GetCategoryList function End of the function
22 0.64175891876221 Get Category List for Group Before the call to getCategoryList function
23 0.64176201820374 Start of GetCategoryList function Start of the function
24 0.64176607131958 Before getting categories Query to get specific category list
25 0.64204406738281 End of getCategoryListByGroup Function Before return()
26 0.77108311653137 App Controller End End of the App controller (called before the controller of every page)
27 0.81637597084045 App_after Controller Start Start of the App_after controller (called after the controller of every page)
28 0.81721305847168 Before Get Options Before the call to getOptions in the tpl class
29 0.86925292015076 After Get Options After the call to getOptions in the tpl class
30 0.86930990219116 App_after Controller End End of the App_after controller (called after the controller of every page)
31 1.0183420181274 Finalizing debug Before the debug is output to the page.
32 1.0183629989624 End of App This is the end of the app logging, final timestamp


Query Debug - 200 Database Queries. Total time 0.2352 seconds

Number Time (Seconds) Time (Milliseconds) Query
1 0.0006 0.00060105323791504
SELECT parameter, value FROM parameters
2 0.0014 0.0013630390167236
SELECT * FROM `bad_bots`
3 0.0004 0.00040483474731445
SET time_zone = 'Europe/London'
4 0.0003 0.00034999847412109
SELECT version FROM version ORDER BY `installed` DESC LIMIT 1
5 0.0007 0.00065088272094727
INSERT INTO ga_users (`isbot`, `ips`) SELECT '1', 'a:1:{i:0;s:11:\"3.12.162.65\";}'
6 0.0009 0.00092601776123047
INSERT INTO ga_sessions (`sessionlastseen`) SELECT '1716099525'
7 0.0011 0.0011060237884521
SELECT * FROM autorun ORDER BY lastrun ASC
8 0.0006 0.00055909156799316
UPDATE autorun SET lastrun = '2024-05-19 06:18:46' WHERE id = '8'
9 0.0003 0.00031805038452148
SELECT * FROM version ORDER BY installed DESC LIMIT 1
10 0.0003 0.00028705596923828
SELECT id FROM pages WHERE pagename = 'tag' LIMIT 1
11 0.0010 0.00095987319946289
SELECT id FROM products WHERE pagename = 'tag' AND hidden = 0 LIMIT 1
12 0.0004 0.00035285949707031
SELECT id FROM ebay_products WHERE pagename = 'tag'
13 0.0003 0.00032997131347656
SELECT id FROM custom_products WHERE pagename = 'tag'
14 0.0004 0.0003659725189209
SELECT id FROM categories WHERE pagename = 'tag' LIMIT 1
15 0.0003 0.00032401084899902
SELECT id FROM manufacturers WHERE pagename = 'tag' LIMIT 1
16 0.0004 0.00035500526428223
SELECT id FROM bundles WHERE pagename = 'tag' LIMIT 1
17 0.0018 0.0017518997192383
SELECT id FROM tags WHERE pagename = 'bois' LIMIT 1
18 0.0007 0.00072789192199707
SELECT * FROM template_options WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
19 0.0008 0.00075793266296387
SELECT * FROM template_text WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND language = 'en'
20 0.0003 0.00032806396484375
SELECT * FROM pages WHERE pagename = 'tag'
21 0.0003 0.00033402442932129
SELECT * FROM categorygroups ORDER BY sortorder ASC
22 0.0004 0.00035500526428223
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '1'  AND hidden = 0 ORDER BY sortorder ASC
23 0.0003 0.00033378601074219
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
24 0.0003 0.00032901763916016
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 26
25 0.0003 0.00027990341186523
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 26
26 0.0003 0.00030088424682617
SELECT id FROM categories WHERE parent_id = '26'
27 0.0003 0.00027799606323242
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 
28 0.0003 0.00029492378234863
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 
29 0.0003 0.0003209114074707
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
30 0.0003 0.00027608871459961
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '26'
31 0.0003 0.00025606155395508
SELECT * FROM categorygroups WHERE id = '1'
32 0.0004 0.00037097930908203
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
33 0.0004 0.00035905838012695
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 27
34 0.0003 0.00032806396484375
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 27
35 0.0004 0.00038909912109375
SELECT id FROM categories WHERE parent_id = '27'
36 0.0003 0.00031805038452148
SELECT COUNT(DISTINCT(p.id)) FROM products p, products_categories c
				WHERE p.id = c.product_id
				  AND c.category_id IN (27)
				  AND p.parent_id = 0
				  AND p.hidden = 0
				  AND p.enabled = 1 
37 0.0003 0.00034284591674805
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 
38 0.0003 0.00031399726867676
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
39 0.0003 0.00034403800964355
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '27'
40 0.0004 0.00037693977355957
SELECT * FROM categorygroups WHERE id = '1'
41 0.0004 0.00036787986755371
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
42 0.0005 0.00053691864013672
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 28
43 0.0004 0.00037908554077148
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 28
44 0.0004 0.00042510032653809
SELECT id FROM categories WHERE parent_id = '28'
45 0.0003 0.00032305717468262
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 
46 0.0004 0.00035595893859863
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 
47 0.0003 0.00034904479980469
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
48 0.0004 0.00040006637573242
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '28'
49 0.0004 0.00038599967956543
SELECT * FROM categorygroups WHERE id = '1'
50 0.0004 0.00037598609924316
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
51 0.0004 0.00036311149597168
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 29
52 0.0003 0.0003199577331543
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 29
53 0.0004 0.00039911270141602
SELECT id FROM categories WHERE parent_id = '29'
54 0.0004 0.00040006637573242
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 
55 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 
56 0.0004 0.00040984153747559
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
57 0.0003 0.00033402442932129
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '29'
58 0.0003 0.00032806396484375
SELECT * FROM categorygroups WHERE id = '1'
59 0.0004 0.0003809928894043
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
60 0.0003 0.00032401084899902
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 30
61 0.0004 0.00037407875061035
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 30
62 0.0003 0.00029802322387695
SELECT id FROM categories WHERE parent_id = '30'
63 0.0004 0.00038695335388184
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 
64 0.0004 0.0003509521484375
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 
65 0.0004 0.00037002563476562
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
66 0.0003 0.0003058910369873
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '30'
67 0.0004 0.00040388107299805
SELECT * FROM categorygroups WHERE id = '1'
68 0.0010 0.0010099411010742
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
69 0.0003 0.00027990341186523
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 31
70 0.0002 0.00023317337036133
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 31
71 0.0002 0.00022006034851074
SELECT id FROM categories WHERE parent_id = '31'
72 0.0002 0.00023293495178223
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 
73 0.0003 0.00027012825012207
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 
74 0.0002 0.00023889541625977
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (31)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
75 0.0002 0.00022196769714355
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '31'
76 0.0002 0.00022101402282715
SELECT * FROM categorygroups WHERE id = '1'
77 0.0003 0.00026297569274902
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '2'  AND hidden = 0 ORDER BY sortorder ASC
78 0.0003 0.00028395652770996
SELECT * FROM manufacturers m WHERE m.display_sidebar = 1 AND m.merge_manufacturer_id = 0 ORDER BY linktitle ASC
79 0.0003 0.00027799606323242
SELECT * FROM sideboxes WHERE (templateuid = 'fsb-fluid2018' OR templateuid = '') AND enabled = 1 ORDER BY sortorder ASC
80 0.0002 0.00024986267089844
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
81 0.0003 0.00026202201843262
SELECT * FROM sideboxes_pages WHERE sidebox_id = '26'
82 0.0002 0.00024294853210449
SELECT value FROM template_options WHERE templateuid = 'fsb-fluid2018' AND optionuid = 'DISPLAY_CREDIT_ICON'
83 0.0006 0.00061798095703125
SELECT * FROM pages WHERE core = 1 ORDER BY pagekey
84 0.1238 0.12381386756897
SELECT * FROM ipgeocountries WHERE INET_ATON('3.12.162.65') >= INET_ATON(ip_start) AND INET_ATON('3.12.162.65') <= INET_ATON(ip_end)
85 0.0004 0.0004270076751709
SELECT * FROM ipgeolocations WHERE geoname_id = '6252001'
86 0.0003 0.0003209114074707
SELECT * FROM countryredirects WHERE countrycode = 'US'
87 0.0026 0.002608060836792
SELECT * FROM tags WHERE pagename = 'bois'
88 0.0003 0.00033712387084961
SELECT MAX(price) as maxprice, MIN(price) as minprice FROM products WHERE enabled = 1 AND hidden = 0 AND price <> 0 
89 0.0003 0.00028800964355469
SELECT * FROM manufacturers WHERE display_filter = 1 AND merge_manufacturer_id = 0 ORDER BY name
90 0.0003 0.00026082992553711
SELECT * FROM productattributenames n WHERE hidden = 0 AND metabrowse = 1 ORDER BY n.displayname ASC
91 0.0002 0.00023889541625977
SELECT MAX(price) as maxprice, MIN(price) as minprice FROM products WHERE enabled = 1 AND hidden = 0 AND price <> 0 
92 0.0003 0.00027585029602051
SELECT * FROM manufacturers WHERE display_filter = 1 AND merge_manufacturer_id = 0 ORDER BY name
93 0.0002 0.00024700164794922
SELECT * FROM productattributenames n WHERE hidden = 0 AND metabrowse = 1 AND sidebarfilter = 1 ORDER BY n.displayname ASC
94 0.0017 0.0017359256744385
SELECT COUNT(DISTINCT(p.id)) FROM products p, product_tags t WHERE p.id = t.product_id AND parent_id = 0 AND t.tag_id = '204' AND hidden = 0 AND enabled = 1  AND 1 = 1
95 0.0051 0.0050559043884277
SELECT DISTINCT(p.id), p.*, IF(p.salesrank <> 0, p.salesrank, 100000) AS salesrank FROM products p, product_tags t WHERE p.id = t.product_id AND p.parent_id = 0 AND t.tag_id = '204' AND hidden = 0 AND enabled = 1  AND 1 = 1 ORDER BY salesrank ASC LIMIT 72, 18
96 0.0003 0.0003049373626709
SELECT * FROM productimages WHERE product_id = '4232' ORDER BY sortorder ASC
97 0.0012 0.0011839866638184
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '4232' AND p.id = pi.product_id ORDER BY pi.sortorder
98 0.0003 0.00029611587524414
SELECT * FROM product_image_select WHERE product_id = '4232'
99 0.0003 0.0003201961517334
SELECT * FROM productcustomimages WHERE product_id = '4232'
100 0.0008 0.00083613395690918
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 = '4232'
                GROUP BY o.product_id
101 0.0010 0.00097203254699707
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     = '4232'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
102 0.0006 0.00063490867614746
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 4232
103 0.0003 0.00029110908508301
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4232' AND a.name = n.originalname
104 0.0003 0.00028491020202637
SELECT * FROM productoffers WHERE product_id = '4232' AND merchantid = 'A1X6FK5RDHNB96'
105 0.0004 0.00035190582275391
SELECT * FROM productoffers
                WHERE product_id = '4232' AND price > 0
                ORDER BY price ASC LIMIT 1
106 0.0006 0.00056099891662598
SELECT * FROM productoffers
                WHERE product_id = 4232
                ORDER BY price ASC LIMIT 1
107 0.0004 0.00037503242492676
SELECT value FROM productattributes
                WHERE product_id = '4232'
                AND name = 'ListPriceAmount'
108 0.0004 0.00038409233093262
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 = '4232'
                GROUP BY o.product_id
109 0.0003 0.00026607513427734
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     = '4232'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
110 0.0003 0.00027179718017578
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 4232
111 0.0003 0.0002892017364502
SELECT value FROM productattributes WHERE product_id = '4232' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
112 0.0008 0.00078010559082031
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '4232'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'Color'
                GROUP BY o.value
                ORDER BY o.value ASC
113 0.0003 0.00032210350036621
SELECT * FROM productimages WHERE product_id = '4326' ORDER BY sortorder ASC
114 0.0003 0.00027799606323242
SELECT * FROM product_image_select WHERE product_id = '4326'
115 0.0004 0.00035595893859863
SELECT * FROM productcustomimages WHERE product_id = '4326'
116 0.0003 0.00032615661621094
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4326' AND a.name = n.originalname
117 0.0003 0.0003049373626709
SELECT * FROM productoffers WHERE product_id = '4326' AND merchantid = 'A1X6FK5RDHNB96'
118 0.0003 0.00029516220092773
SELECT * FROM productoffers
                WHERE product_id = '4326' AND price > 0
                ORDER BY price ASC LIMIT 1
119 0.0003 0.00028800964355469
SELECT * FROM productoffers
                WHERE product_id = 4326
                ORDER BY price ASC LIMIT 1
120 0.0003 0.00031113624572754
SELECT value FROM productattributes
                WHERE product_id = '4326'
                AND name = 'ListPriceAmount'
121 0.0003 0.00026893615722656
SELECT value FROM productattributes WHERE product_id = '4326' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
122 0.0003 0.00030684471130371
SELECT * FROM productimages WHERE product_id = '4478' ORDER BY sortorder ASC
123 0.0003 0.00026702880859375
SELECT * FROM product_image_select WHERE product_id = '4478'
124 0.0003 0.00026202201843262
SELECT * FROM productcustomimages WHERE product_id = '4478'
125 0.0003 0.0002739429473877
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4478' AND a.name = n.originalname
126 0.0003 0.00028109550476074
SELECT * FROM productoffers WHERE product_id = '4478' AND merchantid = 'A1X6FK5RDHNB96'
127 0.0003 0.00030803680419922
SELECT * FROM productoffers
                WHERE product_id = '4478' AND price > 0
                ORDER BY price ASC LIMIT 1
128 0.0003 0.00030016899108887
SELECT * FROM productoffers
                WHERE product_id = 4478
                ORDER BY price ASC LIMIT 1
129 0.0003 0.00031399726867676
SELECT value FROM productattributes
                WHERE product_id = '4478'
                AND name = 'ListPriceAmount'
130 0.0003 0.00032496452331543
SELECT value FROM productattributes WHERE product_id = '4478' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
131 0.0003 0.00034308433532715
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4232' ORDER BY timestamp DESC
132 0.0003 0.00031614303588867
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4326' ORDER BY timestamp DESC
133 0.0003 0.00028586387634277
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4478' ORDER BY timestamp DESC
134 0.0003 0.0003359317779541
SELECT * FROM template_info WHERE templateuid = 'fsb-fluid2018'
135 0.0004 0.00044703483581543
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_user_data'
136 0.0003 0.00028109550476074
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_tracking_status'
137 0.0004 0.0003669261932373
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
138 0.0004 0.00044417381286621
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
139 0.0003 0.0003209114074707
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
140 0.0004 0.00039505958557129
SELECT * FROM products WHERE id = 1626
141 0.0006 0.00056695938110352
SELECT * FROM products WHERE id = 4041
142 0.0005 0.00052905082702637
SELECT * FROM products WHERE id = 4312
143 0.0005 0.00050187110900879
SELECT * FROM products WHERE id = 777
144 0.0005 0.0005190372467041
SELECT * FROM products WHERE id = 4213
145 0.0006 0.00060296058654785
SELECT * FROM products WHERE id = 3881
146 0.0005 0.00047993659973145
SELECT * FROM products WHERE id = '1626'
147 0.0003 0.00029611587524414
SELECT * FROM productimages WHERE product_id = '1626' ORDER BY sortorder ASC
148 0.0003 0.00031685829162598
SELECT * FROM product_image_select WHERE product_id = '1626'
149 0.0003 0.00030708312988281
SELECT * FROM productcustomimages WHERE product_id = '1626'
150 0.0004 0.00035190582275391
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1626' AND a.name = n.originalname
151 0.0003 0.00031399726867676
SELECT * FROM productoffers WHERE product_id = '1626' AND merchantid = 'A1X6FK5RDHNB96'
152 0.0004 0.00039386749267578
SELECT * FROM productoffers
                WHERE product_id = '1626' AND price > 0
                ORDER BY price ASC LIMIT 1
153 0.0003 0.00029802322387695
SELECT value FROM productattributes WHERE product_id = '1626' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
154 0.0005 0.00048089027404785
SELECT * FROM products WHERE id = '4041'
155 0.0003 0.00032186508178711
SELECT * FROM productimages WHERE product_id = '4041' ORDER BY sortorder ASC
156 0.0003 0.00031518936157227
SELECT * FROM product_image_select WHERE product_id = '4041'
157 0.0003 0.00031900405883789
SELECT * FROM productcustomimages WHERE product_id = '4041'
158 0.0003 0.00032401084899902
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4041' AND a.name = n.originalname
159 0.0004 0.0003662109375
SELECT * FROM productoffers WHERE product_id = '4041' AND merchantid = 'A1X6FK5RDHNB96'
160 0.0005 0.00051212310791016
SELECT * FROM productoffers
                WHERE product_id = '4041' AND price > 0
                ORDER BY price ASC LIMIT 1
161 0.0003 0.00029110908508301
SELECT value FROM productattributes WHERE product_id = '4041' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
162 0.0005 0.00045514106750488
SELECT * FROM products WHERE id = '4312'
163 0.0003 0.00034785270690918
SELECT * FROM productimages WHERE product_id = '4312' ORDER BY sortorder ASC
164 0.0003 0.00034117698669434
SELECT * FROM product_image_select WHERE product_id = '4312'
165 0.0004 0.00037384033203125
SELECT * FROM productcustomimages WHERE product_id = '4312'
166 0.0004 0.00036787986755371
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4312' AND a.name = n.originalname
167 0.0004 0.00035500526428223
SELECT * FROM productoffers WHERE product_id = '4312' AND merchantid = 'A1X6FK5RDHNB96'
168 0.0004 0.00037312507629395
SELECT * FROM productoffers
                WHERE product_id = '4312' AND price > 0
                ORDER BY price ASC LIMIT 1
169 0.0003 0.00029206275939941
SELECT value FROM productattributes WHERE product_id = '4312' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
170 0.0004 0.00042295455932617
SELECT * FROM products WHERE id = '777'
171 0.0003 0.00030207633972168
SELECT * FROM productimages WHERE product_id = '777' ORDER BY sortorder ASC
172 0.0003 0.0003199577331543
SELECT * FROM product_image_select WHERE product_id = '777'
173 0.0003 0.0003211498260498
SELECT * FROM productcustomimages WHERE product_id = '777'
174 0.0003 0.00033187866210938
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '777' AND a.name = n.originalname
175 0.0004 0.00041079521179199
SELECT * FROM productoffers WHERE product_id = '777' AND merchantid = 'A1X6FK5RDHNB96'
176 0.0004 0.00044703483581543
SELECT * FROM productoffers
                WHERE product_id = '777' AND price > 0
                ORDER BY price ASC LIMIT 1
177 0.0006 0.00055885314941406
SELECT value FROM productattributes WHERE product_id = '777' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
178 0.0004 0.00044488906860352
SELECT * FROM products WHERE id = '4213'
179 0.0005 0.0005190372467041
SELECT * FROM productimages WHERE product_id = '4213' ORDER BY sortorder ASC
180 0.0003 0.00028586387634277
SELECT * FROM product_image_select WHERE product_id = '4213'
181 0.0004 0.00037097930908203
SELECT * FROM productcustomimages WHERE product_id = '4213'
182 0.0127 0.012704133987427
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4213' AND a.name = n.originalname
183 0.0119 0.011877059936523
SELECT * FROM productoffers WHERE product_id = '4213' AND merchantid = 'A1X6FK5RDHNB96'
184 0.0004 0.00035619735717773
SELECT * FROM productoffers
                WHERE product_id = '4213' AND price > 0
                ORDER BY price ASC LIMIT 1
185 0.0004 0.00035905838012695
SELECT value FROM productattributes WHERE product_id = '4213' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
186 0.0004 0.00038385391235352
SELECT * FROM products WHERE id = '3881'
187 0.0004 0.00041913986206055
SELECT * FROM productimages WHERE product_id = '3881' ORDER BY sortorder ASC
188 0.0003 0.00034785270690918
SELECT * FROM product_image_select WHERE product_id = '3881'
189 0.0003 0.00033998489379883
SELECT * FROM productcustomimages WHERE product_id = '3881'
190 0.0003 0.00032281875610352
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3881' AND a.name = n.originalname
191 0.0003 0.00033998489379883
SELECT * FROM productoffers WHERE product_id = '3881' AND merchantid = 'A1X6FK5RDHNB96'
192 0.0003 0.00031614303588867
SELECT * FROM productoffers
                WHERE product_id = '3881' AND price > 0
                ORDER BY price ASC LIMIT 1
193 0.0004 0.00036191940307617
SELECT value FROM productattributes WHERE product_id = '3881' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
194 0.0004 0.00042605400085449
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'header' ORDER BY sortorder ASC
195 0.0005 0.00049996376037598
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'footer' ORDER BY sortorder ASC
196 0.0005 0.00045490264892578
SELECT * FROM template_css WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND skinuid = ''
197 0.0006 0.00063204765319824
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
198 0.0005 0.00048398971557617
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
199 0.0006 0.00055885314941406
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'FB_DEFAULT_SHARE_IMAGE'
200 0.0006 0.00055098533630371
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'HEAD_LOGO'