0

How We Use Cookies

A cookie is a small piece of text sent to your browser by a website you visit. It helps the website to remember information about your visit like your preferred language, the contents of your basket and other settings. That can make your next visit easier and the site more useful to you. Cookies play an important role. Without them, using the web would be a much more frustrating experience.

We use cookies for many purposes to help our website improve and to make your experience better. We use them, for example, to count how many visitors we receive to a page. Our privacy policy explains how we protect your privacy in our use of cookies and other information.

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
2.0397820472717 148 0.6877 0


No Amazon API Requests Made.


App Debug - Total Time 2.0397820472717 seconds

Number Time From Start Name Description
1 0.87880706787109 Initialise Initialise FSB Function
2 0.88317704200745 App Controller Start Start of the App controller (called before the controller of every page)
3 0.91778707504272 Start of getCategoryListByGroup Function Before first category groups query
4 0.91943311691284 After initial query Before first category groups query
5 0.91943502426147 Get Category List for Group Before the call to getCategoryList function
6 0.91943907737732 Start of GetCategoryList function Start of the function
7 0.91944408416748 Before getting categories Query to get specific category list
8 0.92086505889893 After getting categories Query to get specific category list
9 0.92086696624756 Before getting category custom Before call to function getCategoryCustom
10 0.94311904907227 After getting category custom After call to function getCategoryCustom
11 0.94312310218811 Before getting category custom Before call to function getCategoryCustom
12 0.95569491386414 After getting category custom After call to function getCategoryCustom
13 0.95569705963135 Before getting category custom Before call to function getCategoryCustom
14 0.96510696411133 After getting category custom After call to function getCategoryCustom
15 0.96510910987854 Before getting category custom Before call to function getCategoryCustom
16 0.9703950881958 After getting category custom After call to function getCategoryCustom
17 0.97039699554443 Before getting category custom Before call to function getCategoryCustom
18 0.97536993026733 After getting category custom After call to function getCategoryCustom
19 0.97537207603455 Before getting category custom Before call to function getCategoryCustom
20 0.98141598701477 After getting category custom After call to function getCategoryCustom
21 0.9814178943634 End of GetCategoryList function End of the function
22 0.98142409324646 Get Category List for Group Before the call to getCategoryList function
23 0.98142695426941 Start of GetCategoryList function Start of the function
24 0.98143005371094 Before getting categories Query to get specific category list
25 0.9820499420166 End of getCategoryListByGroup Function Before return()
26 1.4627280235291 App Controller End End of the App controller (called before the controller of every page)
27 1.8773400783539 App_after Controller Start Start of the App_after controller (called after the controller of every page)
28 1.8823049068451 Before Get Options Before the call to getOptions in the tpl class
29 1.959743976593 After Get Options After the call to getOptions in the tpl class
30 1.9597771167755 App_after Controller End End of the App_after controller (called after the controller of every page)
31 2.0397679805756 Finalizing debug Before the debug is output to the page.
32 2.0397810935974 End of App This is the end of the app logging, final timestamp


Query Debug - 148 Database Queries. Total time 0.6877 seconds

Number Time (Seconds) Time (Milliseconds) Query
1 0.0024 0.0024490356445312
SELECT parameter, value FROM parameters
2 0.0039 0.0039219856262207
SELECT * FROM `bad_bots`
3 0.0004 0.00036287307739258
SET time_zone = 'Europe/London'
4 0.0020 0.0020008087158203
SELECT version FROM version ORDER BY `installed` DESC LIMIT 1
5 0.0034 0.0033509731292725
INSERT INTO ga_users (`isbot`, `ips`) SELECT '1', 'a:1:{i:0;s:14:\"44.222.131.239\";}'
6 0.0039 0.0039191246032715
INSERT INTO ga_sessions (`sessionlastseen`) SELECT '1726107166'
7 0.0023 0.0022859573364258
SELECT * FROM autorun ORDER BY lastrun ASC
8 0.0005 0.00048303604125977
UPDATE autorun SET lastrun = '2024-09-12 02:12:47' WHERE id = '13'
9 0.0006 0.00061392784118652
SELECT * FROM version ORDER BY installed DESC LIMIT 1
10 0.0023 0.0023391246795654
SELECT id FROM pages WHERE pagename = 'cookie-consent' LIMIT 1
11 0.0006 0.00060510635375977
SELECT * FROM pages WHERE id = 33
12 0.0039 0.003917932510376
SELECT * FROM template_options WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
13 0.0293 0.029284000396729
SELECT * FROM template_text WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND language = 'en'
14 0.0008 0.00077986717224121
SELECT * FROM pages WHERE pagename = 'cookie-consent'
15 0.0016 0.0016310214996338
SELECT * FROM categorygroups ORDER BY sortorder ASC
16 0.0014 0.001392126083374
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '1'  AND hidden = 0 ORDER BY sortorder ASC
17 0.0077 0.0077159404754639
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
18 0.0017 0.0016701221466064
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 26
19 0.0011 0.0010998249053955
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 26
20 0.0005 0.00046300888061523
SELECT id FROM categories WHERE parent_id = '26'
21 0.0056 0.0056440830230713
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 
22 0.0020 0.0020480155944824
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 
23 0.0014 0.00136399269104
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
24 0.0016 0.0015609264373779
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '26'
25 0.0005 0.00051712989807129
SELECT * FROM categorygroups WHERE id = '1'
26 0.0038 0.0038430690765381
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
27 0.0005 0.00049901008605957
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 27
28 0.0004 0.00040602684020996
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 27
29 0.0004 0.00043606758117676
SELECT id FROM categories WHERE parent_id = '27'
30 0.0050 0.004951000213623
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 
31 0.0007 0.00074386596679688
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 
32 0.0006 0.0005791187286377
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
33 0.0005 0.00054287910461426
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '27'
34 0.0005 0.00045204162597656
SELECT * FROM categorygroups WHERE id = '1'
35 0.0016 0.0015521049499512
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
36 0.0005 0.00048089027404785
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 28
37 0.0005 0.00045394897460938
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 28
38 0.0024 0.0023770332336426
SELECT id FROM categories WHERE parent_id = '28'
39 0.0021 0.0020930767059326
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 
40 0.0006 0.00062203407287598
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 
41 0.0007 0.00067901611328125
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
42 0.0006 0.00057291984558105
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '28'
43 0.0005 0.00048494338989258
SELECT * FROM categorygroups WHERE id = '1'
44 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
45 0.0005 0.00054192543029785
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 29
46 0.0005 0.00046205520629883
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 29
47 0.0005 0.00045490264892578
SELECT id FROM categories WHERE parent_id = '29'
48 0.0007 0.0007331371307373
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 
49 0.0007 0.00066304206848145
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 
50 0.0005 0.00051116943359375
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
51 0.0006 0.000579833984375
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '29'
52 0.0005 0.00047206878662109
SELECT * FROM categorygroups WHERE id = '1'
53 0.0006 0.00058317184448242
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
54 0.0005 0.00046896934509277
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 30
55 0.0004 0.00040698051452637
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 30
56 0.0004 0.00038504600524902
SELECT id FROM categories WHERE parent_id = '30'
57 0.0007 0.00065493583679199
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 
58 0.0006 0.00062012672424316
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 
59 0.0006 0.0006101131439209
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
60 0.0006 0.00056815147399902
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '30'
61 0.0005 0.00054216384887695
SELECT * FROM categorygroups WHERE id = '1'
62 0.0008 0.00082302093505859
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
63 0.0007 0.00065302848815918
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 31
64 0.0004 0.00044703483581543
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 31
65 0.0005 0.00049185752868652
SELECT id FROM categories WHERE parent_id = '31'
66 0.0010 0.00097107887268066
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 
67 0.0007 0.00066208839416504
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 
68 0.0007 0.00072312355041504
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
69 0.0006 0.00063300132751465
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '31'
70 0.0005 0.00051999092102051
SELECT * FROM categorygroups WHERE id = '1'
71 0.0006 0.0006101131439209
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '2'  AND hidden = 0 ORDER BY sortorder ASC
72 0.0035 0.0034639835357666
SELECT * FROM manufacturers m WHERE m.display_sidebar = 1 AND m.merge_manufacturer_id = 0 ORDER BY linktitle ASC
73 0.0019 0.0019099712371826
SELECT * FROM sideboxes WHERE (templateuid = 'fsb-fluid2018' OR templateuid = '') AND enabled = 1 ORDER BY sortorder ASC
74 0.0007 0.00066280364990234
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
75 0.0017 0.0017368793487549
SELECT * FROM sideboxes_pages WHERE sidebox_id = '26'
76 0.0016 0.0015511512756348
SELECT value FROM template_options WHERE templateuid = 'fsb-fluid2018' AND optionuid = 'DISPLAY_CREDIT_ICON'
77 0.0012 0.0012471675872803
SELECT * FROM pages WHERE core = 1 ORDER BY pagekey
78 0.4640 0.46404385566711
SELECT * FROM ipgeocountries WHERE INET_ATON('44.222.131.239') >= INET_ATON(ip_start) AND INET_ATON('44.222.131.239') <= INET_ATON(ip_end)
79 0.0025 0.0024900436401367
SELECT * FROM ipgeolocations WHERE geoname_id = '6252001'
80 0.0014 0.0014162063598633
SELECT * FROM countryredirects WHERE countrycode = 'US'
81 0.0017 0.0016520023345947
SELECT * FROM pages WHERE pagename = 'cookie-consent'
82 0.0060 0.0059628486633301
SELECT * FROM template_info WHERE templateuid = 'fsb-fluid2018'
83 0.0041 0.0040960311889648
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_user_data'
84 0.0008 0.00078320503234863
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_tracking_status'
85 0.0253 0.025321006774902
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
86 0.0019 0.0018949508666992
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
87 0.0014 0.0013880729675293
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
88 0.0006 0.00061583518981934
SELECT * FROM products WHERE id = 1626
89 0.0006 0.00063800811767578
SELECT * FROM products WHERE id = 4041
90 0.0006 0.0006260871887207
SELECT * FROM products WHERE id = 4312
91 0.0006 0.00057411193847656
SELECT * FROM products WHERE id = 777
92 0.0006 0.00059103965759277
SELECT * FROM products WHERE id = 3881
93 0.0006 0.00059294700622559
SELECT * FROM products WHERE id = 4213
94 0.0006 0.00059294700622559
SELECT * FROM products WHERE id = '1626'
95 0.0005 0.0004730224609375
SELECT * FROM productimages WHERE product_id = '1626' ORDER BY sortorder ASC
96 0.0020 0.0020439624786377
SELECT * FROM product_image_select WHERE product_id = '1626'
97 0.0005 0.00049209594726562
SELECT * FROM productcustomimages WHERE product_id = '1626'
98 0.0023 0.002324104309082
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1626' AND a.name = n.originalname
99 0.0006 0.00057291984558105
SELECT * FROM productoffers WHERE product_id = '1626' AND merchantid = 'A1X6FK5RDHNB96'
100 0.0005 0.00045585632324219
SELECT * FROM productoffers
                WHERE product_id = '1626' AND price > 0
                ORDER BY price ASC LIMIT 1
101 0.0005 0.00047707557678223
SELECT value FROM productattributes WHERE product_id = '1626' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
102 0.0006 0.00057601928710938
SELECT * FROM products WHERE id = '4041'
103 0.0005 0.00045990943908691
SELECT * FROM productimages WHERE product_id = '4041' ORDER BY sortorder ASC
104 0.0006 0.00061988830566406
SELECT * FROM product_image_select WHERE product_id = '4041'
105 0.0004 0.00042390823364258
SELECT * FROM productcustomimages WHERE product_id = '4041'
106 0.0011 0.0011119842529297
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4041' AND a.name = n.originalname
107 0.0005 0.00053691864013672
SELECT * FROM productoffers WHERE product_id = '4041' AND merchantid = 'A1X6FK5RDHNB96'
108 0.0005 0.00048303604125977
SELECT * FROM productoffers
                WHERE product_id = '4041' AND price > 0
                ORDER BY price ASC LIMIT 1
109 0.0005 0.00047993659973145
SELECT value FROM productattributes WHERE product_id = '4041' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
110 0.0006 0.00061392784118652
SELECT * FROM products WHERE id = '4312'
111 0.0005 0.00047516822814941
SELECT * FROM productimages WHERE product_id = '4312' ORDER BY sortorder ASC
112 0.0007 0.00065898895263672
SELECT * FROM product_image_select WHERE product_id = '4312'
113 0.0004 0.00041913986206055
SELECT * FROM productcustomimages WHERE product_id = '4312'
114 0.0010 0.00096702575683594
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4312' AND a.name = n.originalname
115 0.0005 0.00049614906311035
SELECT * FROM productoffers WHERE product_id = '4312' AND merchantid = 'A1X6FK5RDHNB96'
116 0.0005 0.00045204162597656
SELECT * FROM productoffers
                WHERE product_id = '4312' AND price > 0
                ORDER BY price ASC LIMIT 1
117 0.0004 0.00044107437133789
SELECT value FROM productattributes WHERE product_id = '4312' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
118 0.0006 0.00057101249694824
SELECT * FROM products WHERE id = '777'
119 0.0005 0.00054788589477539
SELECT * FROM productimages WHERE product_id = '777' ORDER BY sortorder ASC
120 0.0007 0.00065088272094727
SELECT * FROM product_image_select WHERE product_id = '777'
121 0.0005 0.00046396255493164
SELECT * FROM productcustomimages WHERE product_id = '777'
122 0.0010 0.0010111331939697
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '777' AND a.name = n.originalname
123 0.0027 0.0027410984039307
SELECT * FROM productoffers WHERE product_id = '777' AND merchantid = 'A1X6FK5RDHNB96'
124 0.0005 0.00052714347839355
SELECT * FROM productoffers
                WHERE product_id = '777' AND price > 0
                ORDER BY price ASC LIMIT 1
125 0.0005 0.0004880428314209
SELECT value FROM productattributes WHERE product_id = '777' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
126 0.0007 0.00067806243896484
SELECT * FROM products WHERE id = '3881'
127 0.0007 0.00072193145751953
SELECT * FROM productimages WHERE product_id = '3881' ORDER BY sortorder ASC
128 0.0006 0.00064897537231445
SELECT * FROM product_image_select WHERE product_id = '3881'
129 0.0005 0.00048279762268066
SELECT * FROM productcustomimages WHERE product_id = '3881'
130 0.0012 0.0011670589447021
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3881' AND a.name = n.originalname
131 0.0006 0.00056695938110352
SELECT * FROM productoffers WHERE product_id = '3881' AND merchantid = 'A1X6FK5RDHNB96'
132 0.0005 0.00049591064453125
SELECT * FROM productoffers
                WHERE product_id = '3881' AND price > 0
                ORDER BY price ASC LIMIT 1
133 0.0005 0.00051617622375488
SELECT value FROM productattributes WHERE product_id = '3881' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
134 0.0006 0.00062918663024902
SELECT * FROM products WHERE id = '4213'
135 0.0007 0.00072312355041504
SELECT * FROM productimages WHERE product_id = '4213' ORDER BY sortorder ASC
136 0.0006 0.00063109397888184
SELECT * FROM product_image_select WHERE product_id = '4213'
137 0.0005 0.00048017501831055
SELECT * FROM productcustomimages WHERE product_id = '4213'
138 0.0012 0.0012478828430176
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4213' AND a.name = n.originalname
139 0.0007 0.00066399574279785
SELECT * FROM productoffers WHERE product_id = '4213' AND merchantid = 'A1X6FK5RDHNB96'
140 0.0005 0.00046396255493164
SELECT * FROM productoffers
                WHERE product_id = '4213' AND price > 0
                ORDER BY price ASC LIMIT 1
141 0.0005 0.00050497055053711
SELECT value FROM productattributes WHERE product_id = '4213' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
142 0.0019 0.0019228458404541
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'header' ORDER BY sortorder ASC
143 0.0010 0.00095295906066895
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'footer' ORDER BY sortorder ASC
144 0.0028 0.0028200149536133
SELECT * FROM template_css WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND skinuid = ''
145 0.0018 0.0018210411071777
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
146 0.0008 0.0007939338684082
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
147 0.0011 0.0011029243469238
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'FB_DEFAULT_SHARE_IMAGE'
148 0.0010 0.0010039806365967
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'HEAD_LOGO'