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.475270986557 170 1.1393 0


No Amazon API Requests Made.


App Debug - Total Time 1.475270986557 seconds

Number Time From Start Name Description
1 0.24098300933838 Initialise Initialise FSB Function
2 0.24802494049072 App Controller Start Start of the App controller (called before the controller of every page)
3 0.27875208854675 Start of getCategoryListByGroup Function Before first category groups query
4 0.27949500083923 After initial query Before first category groups query
5 0.27949595451355 Get Category List for Group Before the call to getCategoryList function
6 0.27949905395508 Start of GetCategoryList function Start of the function
7 0.27950215339661 Before getting categories Query to get specific category list
8 0.27994203567505 After getting categories Query to get specific category list
9 0.27994298934937 Before getting category custom Before call to function getCategoryCustom
10 0.29798913002014 After getting category custom After call to function getCategoryCustom
11 0.29799103736877 Before getting category custom Before call to function getCategoryCustom
12 0.31450796127319 After getting category custom After call to function getCategoryCustom
13 0.31451106071472 Before getting category custom Before call to function getCategoryCustom
14 0.32238292694092 After getting category custom After call to function getCategoryCustom
15 0.32238602638245 Before getting category custom Before call to function getCategoryCustom
16 0.32741212844849 After getting category custom After call to function getCategoryCustom
17 0.32741498947144 Before getting category custom Before call to function getCategoryCustom
18 0.33256316184998 After getting category custom After call to function getCategoryCustom
19 0.33256506919861 Before getting category custom Before call to function getCategoryCustom
20 0.33737206459045 After getting category custom After call to function getCategoryCustom
21 0.33737397193909 End of GetCategoryList function End of the function
22 0.33737802505493 Get Category List for Group Before the call to getCategoryList function
23 0.33737993240356 Start of GetCategoryList function Start of the function
24 0.33738112449646 Before getting categories Query to get specific category list
25 0.33789205551147 End of getCategoryListByGroup Function Before return()
26 1.2638759613037 App Controller End End of the App controller (called before the controller of every page)
27 1.3647241592407 App_after Controller Start Start of the App_after controller (called after the controller of every page)
28 1.3661479949951 Before Get Options Before the call to getOptions in the tpl class
29 1.4139771461487 After Get Options After the call to getOptions in the tpl class
30 1.4140160083771 App_after Controller End End of the App_after controller (called after the controller of every page)
31 1.4752609729767 Finalizing debug Before the debug is output to the page.
32 1.4752700328827 End of App This is the end of the app logging, final timestamp


Query Debug - 170 Database Queries. Total time 1.1393 seconds

Number Time (Seconds) Time (Milliseconds) Query
1 0.0007 0.00070381164550781
SELECT parameter, value FROM parameters
2 0.0024 0.0023610591888428
SELECT * FROM `bad_bots`
3 0.0003 0.00030303001403809
SET time_zone = 'Europe/London'
4 0.0008 0.00082802772521973
SELECT version FROM version ORDER BY `installed` DESC LIMIT 1
5 0.0008 0.00075101852416992
INSERT INTO ga_users (`isbot`, `ips`) SELECT '1', 'a:1:{i:0;s:13:\"216.73.216.66\";}'
6 0.0007 0.00067710876464844
INSERT INTO ga_sessions (`sessionlastseen`) SELECT '1751823953'
7 0.0009 0.00085306167602539
SELECT * FROM autorun ORDER BY lastrun ASC
8 0.0003 0.0002739429473877
UPDATE autorun SET lastrun = '2025-07-06 17:45:53' WHERE id = '9'
9 0.0003 0.00032591819763184
SELECT * FROM version ORDER BY installed DESC LIMIT 1
10 0.0008 0.00075292587280273
SELECT id FROM pages WHERE pagename = 'tag' LIMIT 1
11 0.0009 0.00086188316345215
SELECT id FROM products WHERE pagename = 'tag' AND hidden = 0 LIMIT 1
12 0.0007 0.00073885917663574
SELECT id FROM ebay_products WHERE pagename = 'tag'
13 0.0007 0.00068902969360352
SELECT id FROM custom_products WHERE pagename = 'tag'
14 0.0007 0.00068092346191406
SELECT id FROM categories WHERE pagename = 'tag' LIMIT 1
15 0.0007 0.00071406364440918
SELECT id FROM manufacturers WHERE pagename = 'tag' LIMIT 1
16 0.0006 0.00063610076904297
SELECT id FROM bundles WHERE pagename = 'tag' LIMIT 1
17 0.0010 0.00097084045410156
SELECT id FROM tags WHERE pagename = 'picerie' LIMIT 1
18 0.0014 0.0013549327850342
SELECT * FROM template_options WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
19 0.0284 0.028389930725098
SELECT * FROM template_text WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND language = 'en'
20 0.0004 0.00044798851013184
SELECT * FROM pages WHERE pagename = 'tag'
21 0.0007 0.0007319450378418
SELECT * FROM categorygroups ORDER BY sortorder ASC
22 0.0004 0.00042486190795898
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '1'  AND hidden = 0 ORDER BY sortorder ASC
23 0.0051 0.0050621032714844
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.0004 0.00038504600524902
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.0007 0.00067281723022461
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 26
26 0.0003 0.00034213066101074
SELECT id FROM categories WHERE parent_id = '26'
27 0.0083 0.0083060264587402
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.0006 0.00062894821166992
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.0006 0.0005950927734375
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.0015 0.0015139579772949
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '26'
31 0.0004 0.00043916702270508
SELECT * FROM categorygroups WHERE id = '1'
32 0.0066 0.0065810680389404
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.0006 0.00057601928710938
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.00033783912658691
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 27
35 0.0005 0.00047588348388672
SELECT id FROM categories WHERE parent_id = '27'
36 0.0063 0.006281852722168
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.0005 0.00054693222045898
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.0007 0.00069880485534668
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.0006 0.00055885314941406
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '27'
40 0.0004 0.00038504600524902
SELECT * FROM categorygroups WHERE id = '1'
41 0.0023 0.0023031234741211
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.00051999092102051
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.0003 0.0003349781036377
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 28
44 0.0005 0.00047016143798828
SELECT id FROM categories WHERE parent_id = '28'
45 0.0022 0.002194881439209
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.0005 0.00053286552429199
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.0006 0.0005800724029541
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.0005 0.00050783157348633
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '28'
49 0.0004 0.00036001205444336
SELECT * FROM categorygroups WHERE id = '1'
50 0.0007 0.00073909759521484
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.0005 0.00052404403686523
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.0004 0.00037002563476562
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 29
53 0.0005 0.00047111511230469
SELECT id FROM categories WHERE parent_id = '29'
54 0.0009 0.00090408325195312
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.0005 0.00051999092102051
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.0006 0.00055718421936035
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.0005 0.00047898292541504
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '29'
58 0.0004 0.00040483474731445
SELECT * FROM categorygroups WHERE id = '1'
59 0.0007 0.0007169246673584
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.0006 0.00056099891662598
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.00038886070251465
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 30
62 0.0005 0.00048494338989258
SELECT id FROM categories WHERE parent_id = '30'
63 0.0008 0.00077390670776367
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.0005 0.00054001808166504
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.0006 0.00056290626525879
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.0005 0.00051593780517578
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '30'
67 0.0005 0.00052213668823242
SELECT * FROM categorygroups WHERE id = '1'
68 0.0007 0.00070691108703613
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.0005 0.00048589706420898
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.0003 0.0003209114074707
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 31
71 0.0005 0.0004570484161377
SELECT id FROM categories WHERE parent_id = '31'
72 0.0008 0.00084877014160156
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.0005 0.00053286552429199
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.0005 0.00054383277893066
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.0005 0.0004878044128418
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '31'
76 0.0004 0.00035309791564941
SELECT * FROM categorygroups WHERE id = '1'
77 0.0005 0.00050497055053711
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '2'  AND hidden = 0 ORDER BY sortorder ASC
78 0.0024 0.0024039745330811
SELECT * FROM manufacturers m WHERE m.display_sidebar = 1 AND m.merge_manufacturer_id = 0 ORDER BY linktitle ASC
79 0.0021 0.0020918846130371
SELECT * FROM sideboxes WHERE (templateuid = 'fsb-fluid2018' OR templateuid = '') AND enabled = 1 ORDER BY sortorder ASC
80 0.0006 0.00059199333190918
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.0013 0.001291036605835
SELECT * FROM sideboxes_pages WHERE sidebox_id = '26'
82 0.0017 0.0017240047454834
SELECT value FROM template_options WHERE templateuid = 'fsb-fluid2018' AND optionuid = 'DISPLAY_CREDIT_ICON'
83 0.0009 0.0008690357208252
SELECT * FROM pages WHERE core = 1 ORDER BY pagekey
84 0.9071 0.90709400177002
SELECT * FROM ipgeocountries WHERE INET_ATON('216.73.216.66') >= INET_ATON(ip_start) AND INET_ATON('216.73.216.66') <= INET_ATON(ip_end)
85 0.0055 0.0055220127105713
SELECT * FROM ipgeolocations WHERE geoname_id = '6252001'
86 0.0026 0.0026340484619141
SELECT * FROM countryredirects WHERE countrycode = 'US'
87 0.0110 0.010967969894409
SELECT * FROM tags WHERE pagename = 'picerie'
88 0.0119 0.011882781982422
SELECT MAX(price) as maxprice, MIN(price) as minprice FROM products WHERE enabled = 1 AND hidden = 0 AND price <> 0 
89 0.0037 0.0036818981170654
SELECT * FROM manufacturers WHERE display_filter = 1 AND merge_manufacturer_id = 0 ORDER BY name
90 0.0021 0.00211501121521
SELECT * FROM productattributenames n WHERE hidden = 0 AND metabrowse = 1 ORDER BY n.displayname ASC
91 0.0113 0.011256217956543
SELECT MAX(price) as maxprice, MIN(price) as minprice FROM products WHERE enabled = 1 AND hidden = 0 AND price <> 0 
92 0.0030 0.0030481815338135
SELECT * FROM manufacturers WHERE display_filter = 1 AND merge_manufacturer_id = 0 ORDER BY name
93 0.0007 0.00066399574279785
SELECT * FROM productattributenames n WHERE hidden = 0 AND metabrowse = 1 AND sidebarfilter = 1 ORDER BY n.displayname ASC
94 0.0040 0.003993034362793
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 = '62' AND hidden = 0 AND enabled = 1  AND 1 = 1
95 0.0063 0.0062658786773682
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 = '62' AND hidden = 0 AND enabled = 1  AND 1 = 1 ORDER BY salesrank ASC LIMIT 216, 18
96 0.0016 0.0015561580657959
SELECT * FROM productimages WHERE product_id = '4921' ORDER BY sortorder ASC
97 0.0016 0.0015590190887451
SELECT * FROM product_image_select WHERE product_id = '4921'
98 0.0010 0.0010271072387695
SELECT * FROM productcustomimages WHERE product_id = '4921'
99 0.0020 0.0020020008087158
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4921' AND a.name = n.originalname
100 0.0012 0.0011520385742188
SELECT * FROM productoffers WHERE product_id = '4921' AND merchantid = 'A1X6FK5RDHNB96'
101 0.0004 0.00039482116699219
SELECT * FROM productoffers
                WHERE product_id = '4921' AND price > 0
                ORDER BY price ASC LIMIT 1
102 0.0005 0.00054097175598145
SELECT value FROM productattributes WHERE product_id = '4921' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
103 0.0010 0.0010080337524414
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4921' ORDER BY timestamp DESC
104 0.0011 0.0010640621185303
SELECT * FROM template_info WHERE templateuid = 'fsb-fluid2018'
105 0.0010 0.0010309219360352
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_user_data'
106 0.0003 0.00034904479980469
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_tracking_status'
107 0.0194 0.019386053085327
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
108 0.0010 0.00095200538635254
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
109 0.0004 0.00035595893859863
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
110 0.0003 0.00034785270690918
SELECT * FROM products WHERE id = 1626
111 0.0002 0.00023198127746582
SELECT * FROM products WHERE id = 4041
112 0.0002 0.00023603439331055
SELECT * FROM products WHERE id = 4312
113 0.0002 0.00022482872009277
SELECT * FROM products WHERE id = 777
114 0.0002 0.00023388862609863
SELECT * FROM products WHERE id = 3881
115 0.0002 0.00023007392883301
SELECT * FROM products WHERE id = 4213
116 0.0002 0.00022792816162109
SELECT * FROM products WHERE id = '1626'
117 0.0003 0.0002899169921875
SELECT * FROM productimages WHERE product_id = '1626' ORDER BY sortorder ASC
118 0.0004 0.00043892860412598
SELECT * FROM product_image_select WHERE product_id = '1626'
119 0.0003 0.00026202201843262
SELECT * FROM productcustomimages WHERE product_id = '1626'
120 0.0006 0.00057697296142578
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1626' AND a.name = n.originalname
121 0.0003 0.00030708312988281
SELECT * FROM productoffers WHERE product_id = '1626' AND merchantid = 'A1X6FK5RDHNB96'
122 0.0003 0.00025796890258789
SELECT * FROM productoffers
                WHERE product_id = '1626' AND price > 0
                ORDER BY price ASC LIMIT 1
123 0.0003 0.00026297569274902
SELECT value FROM productattributes WHERE product_id = '1626' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
124 0.0003 0.00031805038452148
SELECT * FROM products WHERE id = '4041'
125 0.0003 0.00029182434082031
SELECT * FROM productimages WHERE product_id = '4041' ORDER BY sortorder ASC
126 0.0004 0.00042295455932617
SELECT * FROM product_image_select WHERE product_id = '4041'
127 0.0003 0.00025582313537598
SELECT * FROM productcustomimages WHERE product_id = '4041'
128 0.0008 0.00083088874816895
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4041' AND a.name = n.originalname
129 0.0003 0.00033783912658691
SELECT * FROM productoffers WHERE product_id = '4041' AND merchantid = 'A1X6FK5RDHNB96'
130 0.0003 0.00034809112548828
SELECT * FROM productoffers
                WHERE product_id = '4041' AND price > 0
                ORDER BY price ASC LIMIT 1
131 0.0003 0.00027298927307129
SELECT value FROM productattributes WHERE product_id = '4041' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
132 0.0004 0.00043511390686035
SELECT * FROM products WHERE id = '4312'
133 0.0005 0.00046801567077637
SELECT * FROM productimages WHERE product_id = '4312' ORDER BY sortorder ASC
134 0.0015 0.0014920234680176
SELECT * FROM product_image_select WHERE product_id = '4312'
135 0.0005 0.0005497932434082
SELECT * FROM productcustomimages WHERE product_id = '4312'
136 0.0008 0.00079083442687988
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4312' AND a.name = n.originalname
137 0.0003 0.00034785270690918
SELECT * FROM productoffers WHERE product_id = '4312' AND merchantid = 'A1X6FK5RDHNB96'
138 0.0003 0.00028300285339355
SELECT * FROM productoffers
                WHERE product_id = '4312' AND price > 0
                ORDER BY price ASC LIMIT 1
139 0.0003 0.00027298927307129
SELECT value FROM productattributes WHERE product_id = '4312' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
140 0.0004 0.00037312507629395
SELECT * FROM products WHERE id = '777'
141 0.0003 0.0003211498260498
SELECT * FROM productimages WHERE product_id = '777' ORDER BY sortorder ASC
142 0.0005 0.00046586990356445
SELECT * FROM product_image_select WHERE product_id = '777'
143 0.0003 0.00027918815612793
SELECT * FROM productcustomimages WHERE product_id = '777'
144 0.0007 0.00068497657775879
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '777' AND a.name = n.originalname
145 0.0003 0.00033187866210938
SELECT * FROM productoffers WHERE product_id = '777' AND merchantid = 'A1X6FK5RDHNB96'
146 0.0003 0.00028610229492188
SELECT * FROM productoffers
                WHERE product_id = '777' AND price > 0
                ORDER BY price ASC LIMIT 1
147 0.0003 0.00027298927307129
SELECT value FROM productattributes WHERE product_id = '777' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
148 0.0004 0.00035214424133301
SELECT * FROM products WHERE id = '3881'
149 0.0004 0.00035905838012695
SELECT * FROM productimages WHERE product_id = '3881' ORDER BY sortorder ASC
150 0.0005 0.00045299530029297
SELECT * FROM product_image_select WHERE product_id = '3881'
151 0.0003 0.00031709671020508
SELECT * FROM productcustomimages WHERE product_id = '3881'
152 0.0007 0.00069785118103027
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3881' AND a.name = n.originalname
153 0.0003 0.00032401084899902
SELECT * FROM productoffers WHERE product_id = '3881' AND merchantid = 'A1X6FK5RDHNB96'
154 0.0003 0.00026202201843262
SELECT * FROM productoffers
                WHERE product_id = '3881' AND price > 0
                ORDER BY price ASC LIMIT 1
155 0.0003 0.00026392936706543
SELECT value FROM productattributes WHERE product_id = '3881' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
156 0.0003 0.00032997131347656
SELECT * FROM products WHERE id = '4213'
157 0.0003 0.00034999847412109
SELECT * FROM productimages WHERE product_id = '4213' ORDER BY sortorder ASC
158 0.0004 0.00043296813964844
SELECT * FROM product_image_select WHERE product_id = '4213'
159 0.0003 0.00026798248291016
SELECT * FROM productcustomimages WHERE product_id = '4213'
160 0.0007 0.00073909759521484
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4213' AND a.name = n.originalname
161 0.0004 0.00043702125549316
SELECT * FROM productoffers WHERE product_id = '4213' AND merchantid = 'A1X6FK5RDHNB96'
162 0.0003 0.00034713745117188
SELECT * FROM productoffers
                WHERE product_id = '4213' AND price > 0
                ORDER BY price ASC LIMIT 1
163 0.0003 0.00027608871459961
SELECT value FROM productattributes WHERE product_id = '4213' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
164 0.0013 0.0012681484222412
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'header' ORDER BY sortorder ASC
165 0.0005 0.0004889965057373
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'footer' ORDER BY sortorder ASC
166 0.0016 0.0016319751739502
SELECT * FROM template_css WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND skinuid = ''
167 0.0009 0.00091195106506348
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
168 0.0004 0.0003819465637207
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
169 0.0007 0.00073099136352539
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'FB_DEFAULT_SHARE_IMAGE'
170 0.0004 0.00042915344238281
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'HEAD_LOGO'