0

Brands

See all the brands we stock below, and click to view the products from each brand. We are proud to stock only the finest products from the finest manufacturers.

Sorry, we currently have no brands here.

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
0.56245112419128 146 0.1135 0


No Amazon API Requests Made.


App Debug - Total Time 0.56245112419128 seconds

Number Time From Start Name Description
1 0.33830213546753 Initialise Initialise FSB Function
2 0.33952403068542 App Controller Start Start of the App controller (called before the controller of every page)
3 0.36253499984741 Start of getCategoryListByGroup Function Before first category groups query
4 0.36285305023193 After initial query Before first category groups query
5 0.36285400390625 Get Category List for Group Before the call to getCategoryList function
6 0.36285614967346 Start of GetCategoryList function Start of the function
7 0.36285805702209 Before getting categories Query to get specific category list
8 0.36323213577271 After getting categories Query to get specific category list
9 0.36323213577271 Before getting category custom Before call to function getCategoryCustom
10 0.37521314620972 After getting category custom After call to function getCategoryCustom
11 0.37521505355835 Before getting category custom Before call to function getCategoryCustom
12 0.38356900215149 After getting category custom After call to function getCategoryCustom
13 0.38357210159302 Before getting category custom Before call to function getCategoryCustom
14 0.38833904266357 After getting category custom After call to function getCategoryCustom
15 0.38834118843079 Before getting category custom Before call to function getCategoryCustom
16 0.39177703857422 After getting category custom After call to function getCategoryCustom
17 0.39177918434143 Before getting category custom Before call to function getCategoryCustom
18 0.39524602890015 After getting category custom After call to function getCategoryCustom
19 0.39524817466736 Before getting category custom Before call to function getCategoryCustom
20 0.39849615097046 After getting category custom After call to function getCategoryCustom
21 0.39849805831909 End of GetCategoryList function End of the function
22 0.39850401878357 Get Category List for Group Before the call to getCategoryList function
23 0.39850616455078 Start of GetCategoryList function Start of the function
24 0.39850807189941 Before getting categories Query to get specific category list
25 0.3988881111145 End of getCategoryListByGroup Function Before return()
26 0.40368509292603 App Controller End End of the App controller (called before the controller of every page)
27 0.42353320121765 App_after Controller Start Start of the App_after controller (called after the controller of every page)
28 0.42418217658997 Before Get Options Before the call to getOptions in the tpl class
29 0.46490502357483 After Get Options After the call to getOptions in the tpl class
30 0.46494317054749 App_after Controller End End of the App_after controller (called after the controller of every page)
31 0.56244206428528 Finalizing debug Before the debug is output to the page.
32 0.56245017051697 End of App This is the end of the app logging, final timestamp


Query Debug - 146 Database Queries. Total time 0.1135 seconds

Number Time (Seconds) Time (Milliseconds) Query
1 0.0009 0.00087618827819824
SELECT parameter, value FROM parameters
2 0.0024 0.0024011135101318
SELECT * FROM `bad_bots`
3 0.0002 0.00023508071899414
SET time_zone = 'Europe/London'
4 0.0004 0.00037598609924316
SELECT version FROM version ORDER BY `installed` DESC LIMIT 1
5 0.0004 0.0003969669342041
INSERT INTO ga_users (`isbot`, `ips`) SELECT '1', 'a:1:{i:0;s:13:\"216.73.216.48\";}'
6 0.0004 0.00042581558227539
INSERT INTO ga_sessions (`sessionlastseen`) SELECT '1752878980'
7 0.0005 0.00050497055053711
SELECT * FROM autorun ORDER BY lastrun ASC
8 0.0002 0.00024199485778809
SELECT * FROM version ORDER BY installed DESC LIMIT 1
9 0.0004 0.00036406517028809
SELECT id FROM pages WHERE pagename = 'brands' LIMIT 1
10 0.0003 0.0002589225769043
SELECT * FROM pages WHERE id = 42
11 0.0010 0.0010008811950684
SELECT * FROM template_options WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
12 0.0214 0.021414995193481
SELECT * FROM template_text WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND language = 'en'
13 0.0003 0.00029492378234863
SELECT * FROM pages WHERE pagename = 'brands'
14 0.0003 0.00031280517578125
SELECT * FROM categorygroups ORDER BY sortorder ASC
15 0.0004 0.00036215782165527
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '1'  AND hidden = 0 ORDER BY sortorder ASC
16 0.0049 0.0049459934234619
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.0004 0.00035500526428223
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.0003 0.00028800964355469
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 26
19 0.0003 0.00029206275939941
SELECT id FROM categories WHERE parent_id = '26'
20 0.0047 0.0047121047973633
SELECT COUNT(DISTINCT(p.id)) FROM products p, products_categories c
				WHERE p.id = c.product_id
				  AND c.category_id IN (26)
				  AND p.parent_id = 0
				  AND p.hidden = 0
				  AND p.enabled = 1 
21 0.0004 0.00035905838012695
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.0004 0.00035595893859863
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.0003 0.00033187866210938
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '26'
24 0.0003 0.00029516220092773
SELECT * FROM categorygroups WHERE id = '1'
25 0.0032 0.0031521320343018
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.0003 0.00032377243041992
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 27
27 0.0003 0.00026988983154297
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 27
28 0.0003 0.00028085708618164
SELECT id FROM categories WHERE parent_id = '27'
29 0.0030 0.002979040145874
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.0003 0.00033998489379883
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.0004 0.00036311149597168
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.0003 0.00031614303588867
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '27'
33 0.0003 0.00028204917907715
SELECT * FROM categorygroups WHERE id = '1'
34 0.0011 0.0011420249938965
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.0003 0.00030994415283203
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.0003 0.0002899169921875
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 28
37 0.0003 0.00031304359436035
SELECT id FROM categories WHERE parent_id = '28'
38 0.0013 0.001270055770874
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.0003 0.00033283233642578
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.0003 0.00034999847412109
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.0003669261932373
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '28'
42 0.0003 0.00033307075500488
SELECT * FROM categorygroups WHERE id = '1'
43 0.0004 0.0004429817199707
SELECT COUNT(DISTINCT(c.product_id)) FROM products_categories c, products p WHERE c.product_id = p.id AND p.parent_id = 0 AND c.category_id = 29
44 0.0005 0.00054001808166504
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 29
45 0.0003 0.00030398368835449
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 29
46 0.0003 0.00028395652770996
SELECT id FROM categories WHERE parent_id = '29'
47 0.0005 0.00049996376037598
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.0003 0.00034189224243164
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.0003 0.0003361701965332
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.0003 0.00034093856811523
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '29'
51 0.0003 0.00029706954956055
SELECT * FROM categorygroups WHERE id = '1'
52 0.0004 0.00040292739868164
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.00036501884460449
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.0003 0.00033998489379883
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 30
55 0.0003 0.00030684471130371
SELECT id FROM categories WHERE parent_id = '30'
56 0.0005 0.00045299530029297
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.0004 0.00038409233093262
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.0005 0.0004580020904541
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (30)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
59 0.0004 0.0003669261932373
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '30'
60 0.0003 0.00033688545227051
SELECT * FROM categorygroups WHERE id = '1'
61 0.0005 0.00046801567077637
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.0003 0.00034689903259277
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 31
63 0.0003 0.00029301643371582
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 31
64 0.0003 0.00030708312988281
SELECT id FROM categories WHERE parent_id = '31'
65 0.0005 0.00048494338989258
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.0003 0.00033903121948242
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.0003 0.00034022331237793
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.0003 0.00032496452331543
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '31'
69 0.0003 0.00029397010803223
SELECT * FROM categorygroups WHERE id = '1'
70 0.0004 0.00037407875061035
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '2'  AND hidden = 0 ORDER BY sortorder ASC
71 0.0014 0.0013699531555176
SELECT * FROM manufacturers m WHERE m.display_sidebar = 1 AND m.merge_manufacturer_id = 0 ORDER BY linktitle ASC
72 0.0005 0.00049400329589844
SELECT * FROM sideboxes WHERE (templateuid = 'fsb-fluid2018' OR templateuid = '') AND enabled = 1 ORDER BY sortorder ASC
73 0.0004 0.00037884712219238
SELECT value FROM parameters WHERE parameter IN('EBAY_APP_ID' , 'EBAY_TRACKING_ID','EBAY_NETWORK_ID' , 'GOOGLE_SITE_KEY' , 'GOOGLE_SECRET_KEY' ,'GOOGLE_RECAPTCHA_TYPE','EBAY_AUTH_TOKEN','EBAY_LOCALE')ORDER BY parameter ASC
74 0.0003 0.00029277801513672
SELECT * FROM sideboxes_pages WHERE sidebox_id = '26'
75 0.0009 0.00092697143554688
SELECT value FROM template_options WHERE templateuid = 'fsb-fluid2018' AND optionuid = 'DISPLAY_CREDIT_ICON'
76 0.0006 0.00062990188598633
SELECT * FROM pages WHERE core = 1 ORDER BY pagekey
77 0.0003 0.00034713745117188
SELECT * FROM pages WHERE pagename = 'brands'
78 0.0014 0.0014290809631348
SELECT COUNT(DISTINCT(m.id)) as `manufacturercount`
                    FROM manufacturers m, products p
                    WHERE   m.id = p.manufacturer_id
                    AND     m.display_allmanufacturers = 1
                    AND     p.enabled   = 1
                    AND     p.hidden    = 0
                    AND     p.parent_id = 0
                    AND     p.offers    > 0
79 0.0015 0.0014679431915283
SELECT  m.*, COUNT(p.id) as productcount
            FROM    manufacturers m, products p
            WHERE   p.manufacturer_id = m.id
              AND   m.display_allmanufacturers = 1
              AND   p.enabled   = 1
              AND   p.hidden    = 0
              AND   p.parent_id = 0
              AND   p.offers    > 0
            GROUP BY m.id
            ORDER BY name ASC
            LIMIT 0, 18
80 0.0004 0.00040698051452637
SELECT * FROM template_info WHERE templateuid = 'fsb-fluid2018'
81 0.0003 0.00032496452331543
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_user_data'
82 0.0003 0.0002589225769043
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_tracking_status'
83 0.0124 0.012395858764648
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
84 0.0004 0.00044584274291992
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
85 0.0004 0.00040602684020996
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
86 0.0004 0.00041699409484863
SELECT * FROM products WHERE id = 1626
87 0.0003 0.00031399726867676
SELECT * FROM products WHERE id = 4041
88 0.0003 0.00030803680419922
SELECT * FROM products WHERE id = 4312
89 0.0003 0.00029110908508301
SELECT * FROM products WHERE id = 777
90 0.0003 0.00027990341186523
SELECT * FROM products WHERE id = 3881
91 0.0003 0.0002748966217041
SELECT * FROM products WHERE id = 4213
92 0.0003 0.00029802322387695
SELECT * FROM products WHERE id = '1626'
93 0.0003 0.0003349781036377
SELECT * FROM productimages WHERE product_id = '1626' ORDER BY sortorder ASC
94 0.0005 0.00047683715820312
SELECT * FROM product_image_select WHERE product_id = '1626'
95 0.0003 0.00033903121948242
SELECT * FROM productcustomimages WHERE product_id = '1626'
96 0.0007 0.00069594383239746
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1626' AND a.name = n.originalname
97 0.0004 0.0003511905670166
SELECT * FROM productoffers WHERE product_id = '1626' AND merchantid = 'A1X6FK5RDHNB96'
98 0.0003 0.00031089782714844
SELECT * FROM productoffers
                WHERE product_id = '1626' AND price > 0
                ORDER BY price ASC LIMIT 1
99 0.0004 0.0003809928894043
SELECT value FROM productattributes WHERE product_id = '1626' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
100 0.0004 0.00038695335388184
SELECT * FROM products WHERE id = '4041'
101 0.0003 0.00032997131347656
SELECT * FROM productimages WHERE product_id = '4041' ORDER BY sortorder ASC
102 0.0005 0.00051307678222656
SELECT * FROM product_image_select WHERE product_id = '4041'
103 0.0003 0.00033116340637207
SELECT * FROM productcustomimages WHERE product_id = '4041'
104 0.0008 0.00075697898864746
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4041' AND a.name = n.originalname
105 0.0003 0.00033092498779297
SELECT * FROM productoffers WHERE product_id = '4041' AND merchantid = 'A1X6FK5RDHNB96'
106 0.0003 0.00028395652770996
SELECT * FROM productoffers
                WHERE product_id = '4041' AND price > 0
                ORDER BY price ASC LIMIT 1
107 0.0003 0.00028300285339355
SELECT value FROM productattributes WHERE product_id = '4041' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
108 0.0004 0.00035810470581055
SELECT * FROM products WHERE id = '4312'
109 0.0003 0.00033092498779297
SELECT * FROM productimages WHERE product_id = '4312' ORDER BY sortorder ASC
110 0.0005 0.00046515464782715
SELECT * FROM product_image_select WHERE product_id = '4312'
111 0.0003 0.00033402442932129
SELECT * FROM productcustomimages WHERE product_id = '4312'
112 0.0007 0.00068187713623047
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4312' AND a.name = n.originalname
113 0.0004 0.00037884712219238
SELECT * FROM productoffers WHERE product_id = '4312' AND merchantid = 'A1X6FK5RDHNB96'
114 0.0003 0.00032901763916016
SELECT * FROM productoffers
                WHERE product_id = '4312' AND price > 0
                ORDER BY price ASC LIMIT 1
115 0.0003 0.00029611587524414
SELECT value FROM productattributes WHERE product_id = '4312' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
116 0.0004 0.00036501884460449
SELECT * FROM products WHERE id = '777'
117 0.0003 0.00034618377685547
SELECT * FROM productimages WHERE product_id = '777' ORDER BY sortorder ASC
118 0.0005 0.00054597854614258
SELECT * FROM product_image_select WHERE product_id = '777'
119 0.0003 0.00031805038452148
SELECT * FROM productcustomimages WHERE product_id = '777'
120 0.0007 0.00066900253295898
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '777' AND a.name = n.originalname
121 0.0004 0.00036001205444336
SELECT * FROM productoffers WHERE product_id = '777' AND merchantid = 'A1X6FK5RDHNB96'
122 0.0003 0.0003209114074707
SELECT * FROM productoffers
                WHERE product_id = '777' AND price > 0
                ORDER BY price ASC LIMIT 1
123 0.0003 0.00029706954956055
SELECT value FROM productattributes WHERE product_id = '777' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
124 0.0003 0.00034594535827637
SELECT * FROM products WHERE id = '3881'
125 0.0004 0.00041699409484863
SELECT * FROM productimages WHERE product_id = '3881' ORDER BY sortorder ASC
126 0.0005 0.00047492980957031
SELECT * FROM product_image_select WHERE product_id = '3881'
127 0.0003 0.00032711029052734
SELECT * FROM productcustomimages WHERE product_id = '3881'
128 0.0008 0.00075101852416992
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3881' AND a.name = n.originalname
129 0.0004 0.00043296813964844
SELECT * FROM productoffers WHERE product_id = '3881' AND merchantid = 'A1X6FK5RDHNB96'
130 0.0004 0.00035595893859863
SELECT * FROM productoffers
                WHERE product_id = '3881' AND price > 0
                ORDER BY price ASC LIMIT 1
131 0.0003 0.00032901763916016
SELECT value FROM productattributes WHERE product_id = '3881' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
132 0.0004 0.00040388107299805
SELECT * FROM products WHERE id = '4213'
133 0.0004 0.0004417896270752
SELECT * FROM productimages WHERE product_id = '4213' ORDER BY sortorder ASC
134 0.0006 0.00057101249694824
SELECT * FROM product_image_select WHERE product_id = '4213'
135 0.0003 0.00033998489379883
SELECT * FROM productcustomimages WHERE product_id = '4213'
136 0.0010 0.0010089874267578
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4213' AND a.name = n.originalname
137 0.0004 0.00038409233093262
SELECT * FROM productoffers WHERE product_id = '4213' AND merchantid = 'A1X6FK5RDHNB96'
138 0.0003 0.00034999847412109
SELECT * FROM productoffers
                WHERE product_id = '4213' AND price > 0
                ORDER BY price ASC LIMIT 1
139 0.0004 0.0003809928894043
SELECT value FROM productattributes WHERE product_id = '4213' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
140 0.0008 0.00078821182250977
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'header' ORDER BY sortorder ASC
141 0.0006 0.0006248950958252
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'footer' ORDER BY sortorder ASC
142 0.0016 0.0015521049499512
SELECT * FROM template_css WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND skinuid = ''
143 0.0006 0.00055694580078125
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
144 0.0005 0.00047016143798828
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
145 0.0006 0.00062417984008789
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'FB_DEFAULT_SHARE_IMAGE'
146 0.0005 0.00049710273742676
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'HEAD_LOGO'