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.4261088371277 169 0.9661 0


No Amazon API Requests Made.


App Debug - Total Time 1.4261088371277 seconds

Number Time From Start Name Description
1 0.43661904335022 Initialise Initialise FSB Function
2 0.44190788269043 App Controller Start Start of the App controller (called before the controller of every page)
3 0.48932790756226 Start of getCategoryListByGroup Function Before first category groups query
4 0.48967099189758 After initial query Before first category groups query
5 0.48967099189758 Get Category List for Group Before the call to getCategoryList function
6 0.48967289924622 Start of GetCategoryList function Start of the function
7 0.48967385292053 Before getting categories Query to get specific category list
8 0.49005699157715 After getting categories Query to get specific category list
9 0.49005794525146 Before getting category custom Before call to function getCategoryCustom
10 0.50179386138916 After getting category custom After call to function getCategoryCustom
11 0.50179600715637 Before getting category custom Before call to function getCategoryCustom
12 0.50968790054321 After getting category custom After call to function getCategoryCustom
13 0.50969004631042 Before getting category custom Before call to function getCategoryCustom
14 0.51393890380859 After getting category custom After call to function getCategoryCustom
15 0.51393985748291 Before getting category custom Before call to function getCategoryCustom
16 0.51681089401245 After getting category custom After call to function getCategoryCustom
17 0.51681303977966 Before getting category custom Before call to function getCategoryCustom
18 0.51986002922058 After getting category custom After call to function getCategoryCustom
19 0.5198609828949 Before getting category custom Before call to function getCategoryCustom
20 0.52294993400574 After getting category custom After call to function getCategoryCustom
21 0.52295088768005 End of GetCategoryList function End of the function
22 0.5229549407959 Get Category List for Group Before the call to getCategoryList function
23 0.52295684814453 Start of GetCategoryList function Start of the function
24 0.52295804023743 Before getting categories Query to get specific category list
25 0.52331495285034 End of getCategoryListByGroup Function Before return()
26 1.3276629447937 App Controller End End of the App controller (called before the controller of every page)
27 1.3741898536682 App_after Controller Start Start of the App_after controller (called after the controller of every page)
28 1.3748259544373 Before Get Options Before the call to getOptions in the tpl class
29 1.4115328788757 After Get Options After the call to getOptions in the tpl class
30 1.4115679264069 App_after Controller End End of the App_after controller (called after the controller of every page)
31 1.4261000156403 Finalizing debug Before the debug is output to the page.
32 1.4261078834534 End of App This is the end of the app logging, final timestamp


Query Debug - 169 Database Queries. Total time 0.9661 seconds

Number Time (Seconds) Time (Milliseconds) Query
1 0.0017 0.0016841888427734
SELECT parameter, value FROM parameters
2 0.0042 0.0042178630828857
SELECT * FROM `bad_bots`
3 0.0003 0.0003049373626709
SET time_zone = 'Europe/London'
4 0.0006 0.00055503845214844
SELECT version FROM version ORDER BY `installed` DESC LIMIT 1
5 0.0007 0.00069403648376465
INSERT INTO ga_users (`isbot`, `ips`) SELECT '1', 'a:1:{i:0;s:14:\"216.73.216.195\";}'
6 0.0005 0.00054597854614258
INSERT INTO ga_sessions (`sessionlastseen`) SELECT '1751807071'
7 0.0007 0.0007169246673584
SELECT * FROM autorun ORDER BY lastrun ASC
8 0.0005 0.00046706199645996
SELECT * FROM version ORDER BY installed DESC LIMIT 1
9 0.0006 0.00059103965759277
SELECT id FROM pages WHERE pagename = 'tag' LIMIT 1
10 0.0006 0.00059890747070312
SELECT id FROM products WHERE pagename = 'tag' AND hidden = 0 LIMIT 1
11 0.0005 0.00049877166748047
SELECT id FROM ebay_products WHERE pagename = 'tag'
12 0.0005 0.0005040168762207
SELECT id FROM custom_products WHERE pagename = 'tag'
13 0.0005 0.00050616264343262
SELECT id FROM categories WHERE pagename = 'tag' LIMIT 1
14 0.0005 0.00053000450134277
SELECT id FROM manufacturers WHERE pagename = 'tag' LIMIT 1
15 0.0005 0.00048995018005371
SELECT id FROM bundles WHERE pagename = 'tag' LIMIT 1
16 0.0008 0.00077080726623535
SELECT id FROM tags WHERE pagename = 'picerie' LIMIT 1
17 0.0022 0.0022499561309814
SELECT * FROM template_options WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
18 0.0442 0.044246912002563
SELECT * FROM template_text WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND language = 'en'
19 0.0005 0.00048494338989258
SELECT * FROM pages WHERE pagename = 'tag'
20 0.0003 0.00033712387084961
SELECT * FROM categorygroups ORDER BY sortorder ASC
21 0.0004 0.00037384033203125
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '1'  AND hidden = 0 ORDER BY sortorder ASC
22 0.0048 0.0047810077667236
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
23 0.0004 0.00039291381835938
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 26
24 0.0003 0.00027894973754883
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 26
25 0.0003 0.00029706954956055
SELECT id FROM categories WHERE parent_id = '26'
26 0.0046 0.0045969486236572
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 
27 0.0004 0.00037312507629395
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 
28 0.0004 0.00037384033203125
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
29 0.0003 0.00031614303588867
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '26'
30 0.0003 0.00027704238891602
SELECT * FROM categorygroups WHERE id = '1'
31 0.0029 0.0028660297393799
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
32 0.0003 0.00032711029052734
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 27
33 0.0003 0.00025796890258789
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 27
34 0.0003 0.00028109550476074
SELECT id FROM categories WHERE parent_id = '27'
35 0.0029 0.0028839111328125
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 
36 0.0003 0.00033092498779297
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 
37 0.0003 0.00033211708068848
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
38 0.0003 0.0003058910369873
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '27'
39 0.0003 0.00027298927307129
SELECT * FROM categorygroups WHERE id = '1'
40 0.0010 0.0010490417480469
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
41 0.0003 0.00033092498779297
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 28
42 0.0003 0.00026702880859375
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 28
43 0.0003 0.00027585029602051
SELECT id FROM categories WHERE parent_id = '28'
44 0.0011 0.0010819435119629
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 
45 0.0003 0.00032186508178711
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 
46 0.0003 0.00032782554626465
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
47 0.0003 0.00029516220092773
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '28'
48 0.0003 0.00026893615722656
SELECT * FROM categorygroups WHERE id = '1'
49 0.0004 0.00035786628723145
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
50 0.0003 0.00029182434082031
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 29
51 0.0003 0.00025796890258789
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 29
52 0.0003 0.00027918815612793
SELECT id FROM categories WHERE parent_id = '29'
53 0.0004 0.00040388107299805
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 
54 0.0003 0.00031685829162598
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 
55 0.0003 0.00033187866210938
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
56 0.0003 0.00029182434082031
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '29'
57 0.0003 0.00031089782714844
SELECT * FROM categorygroups WHERE id = '1'
58 0.0004 0.00036811828613281
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
59 0.0003 0.00031495094299316
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 30
60 0.0003 0.0003049373626709
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 30
61 0.0003 0.00029993057250977
SELECT id FROM categories WHERE parent_id = '30'
62 0.0004 0.00042200088500977
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 
63 0.0004 0.00035500526428223
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 
64 0.0003 0.00033998489379883
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
65 0.0003 0.00030088424682617
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '30'
66 0.0003 0.00029706954956055
SELECT * FROM categorygroups WHERE id = '1'
67 0.0004 0.00038313865661621
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
68 0.0003 0.00030207633972168
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 31
69 0.0003 0.00029993057250977
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 31
70 0.0003 0.00029087066650391
SELECT id FROM categories WHERE parent_id = '31'
71 0.0005 0.00049495697021484
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 
72 0.0003 0.00032615661621094
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 
73 0.0003 0.00033807754516602
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
74 0.0003 0.00033211708068848
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '31'
75 0.0003 0.00029897689819336
SELECT * FROM categorygroups WHERE id = '1'
76 0.0004 0.00035405158996582
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '2'  AND hidden = 0 ORDER BY sortorder ASC
77 0.0013 0.0013058185577393
SELECT * FROM manufacturers m WHERE m.display_sidebar = 1 AND m.merge_manufacturer_id = 0 ORDER BY linktitle ASC
78 0.0004 0.00041389465332031
SELECT * FROM sideboxes WHERE (templateuid = 'fsb-fluid2018' OR templateuid = '') AND enabled = 1 ORDER BY sortorder ASC
79 0.0004 0.00036883354187012
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
80 0.0003 0.00028610229492188
SELECT * FROM sideboxes_pages WHERE sidebox_id = '26'
81 0.0010 0.00095081329345703
SELECT value FROM template_options WHERE templateuid = 'fsb-fluid2018' AND optionuid = 'DISPLAY_CREDIT_ICON'
82 0.0005 0.00054812431335449
SELECT * FROM pages WHERE core = 1 ORDER BY pagekey
83 0.7985 0.79854488372803
SELECT * FROM ipgeocountries WHERE INET_ATON('216.73.216.195') >= INET_ATON(ip_start) AND INET_ATON('216.73.216.195') <= INET_ATON(ip_end)
84 0.0009 0.00092506408691406
SELECT * FROM ipgeolocations WHERE geoname_id = '6252001'
85 0.0003 0.00030708312988281
SELECT * FROM countryredirects WHERE countrycode = 'US'
86 0.0091 0.0090878009796143
SELECT * FROM tags WHERE pagename = 'picerie'
87 0.0050 0.0050139427185059
SELECT MAX(price) as maxprice, MIN(price) as minprice FROM products WHERE enabled = 1 AND hidden = 0 AND price <> 0 
88 0.0014 0.0014281272888184
SELECT * FROM manufacturers WHERE display_filter = 1 AND merge_manufacturer_id = 0 ORDER BY name
89 0.0005 0.00048494338989258
SELECT * FROM productattributenames n WHERE hidden = 0 AND metabrowse = 1 ORDER BY n.displayname ASC
90 0.0046 0.0045719146728516
SELECT MAX(price) as maxprice, MIN(price) as minprice FROM products WHERE enabled = 1 AND hidden = 0 AND price <> 0 
91 0.0013 0.001276969909668
SELECT * FROM manufacturers WHERE display_filter = 1 AND merge_manufacturer_id = 0 ORDER BY name
92 0.0006 0.00057792663574219
SELECT * FROM productattributenames n WHERE hidden = 0 AND metabrowse = 1 AND sidebarfilter = 1 ORDER BY n.displayname ASC
93 0.0020 0.0019600391387939
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
94 0.0027 0.0026671886444092
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
95 0.0004 0.00040602684020996
SELECT * FROM productimages WHERE product_id = '4921' ORDER BY sortorder ASC
96 0.0005 0.00047707557678223
SELECT * FROM product_image_select WHERE product_id = '4921'
97 0.0003 0.00034189224243164
SELECT * FROM productcustomimages WHERE product_id = '4921'
98 0.0008 0.00084495544433594
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4921' AND a.name = n.originalname
99 0.0003 0.00034213066101074
SELECT * FROM productoffers WHERE product_id = '4921' AND merchantid = 'A1X6FK5RDHNB96'
100 0.0003 0.00029301643371582
SELECT * FROM productoffers
                WHERE product_id = '4921' AND price > 0
                ORDER BY price ASC LIMIT 1
101 0.0003 0.00030994415283203
SELECT value FROM productattributes WHERE product_id = '4921' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
102 0.0003 0.00033307075500488
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4921' ORDER BY timestamp DESC
103 0.0004 0.00038003921508789
SELECT * FROM template_info WHERE templateuid = 'fsb-fluid2018'
104 0.0003 0.00030994415283203
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_user_data'
105 0.0003 0.00027704238891602
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_tracking_status'
106 0.0121 0.012130975723267
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
107 0.0005 0.00048398971557617
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
108 0.0004 0.00037288665771484
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
109 0.0003 0.00034904479980469
SELECT * FROM products WHERE id = 1626
110 0.0002 0.00024700164794922
SELECT * FROM products WHERE id = 4041
111 0.0002 0.00024104118347168
SELECT * FROM products WHERE id = 4312
112 0.0003 0.00027894973754883
SELECT * FROM products WHERE id = 777
113 0.0002 0.00023698806762695
SELECT * FROM products WHERE id = 3881
114 0.0003 0.00025582313537598
SELECT * FROM products WHERE id = 4213
115 0.0003 0.00025200843811035
SELECT * FROM products WHERE id = '1626'
116 0.0004 0.00036716461181641
SELECT * FROM productimages WHERE product_id = '1626' ORDER BY sortorder ASC
117 0.0005 0.00047898292541504
SELECT * FROM product_image_select WHERE product_id = '1626'
118 0.0003 0.00029897689819336
SELECT * FROM productcustomimages WHERE product_id = '1626'
119 0.0006 0.00063610076904297
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1626' AND a.name = n.originalname
120 0.0003 0.00032806396484375
SELECT * FROM productoffers WHERE product_id = '1626' AND merchantid = 'A1X6FK5RDHNB96'
121 0.0003 0.00028109550476074
SELECT * FROM productoffers
                WHERE product_id = '1626' AND price > 0
                ORDER BY price ASC LIMIT 1
122 0.0003 0.00028896331787109
SELECT value FROM productattributes WHERE product_id = '1626' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
123 0.0003 0.00034499168395996
SELECT * FROM products WHERE id = '4041'
124 0.0003 0.0003209114074707
SELECT * FROM productimages WHERE product_id = '4041' ORDER BY sortorder ASC
125 0.0004 0.0004420280456543
SELECT * FROM product_image_select WHERE product_id = '4041'
126 0.0003 0.0002899169921875
SELECT * FROM productcustomimages WHERE product_id = '4041'
127 0.0007 0.00068402290344238
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4041' AND a.name = n.originalname
128 0.0003 0.00034499168395996
SELECT * FROM productoffers WHERE product_id = '4041' AND merchantid = 'A1X6FK5RDHNB96'
129 0.0003 0.00026488304138184
SELECT * FROM productoffers
                WHERE product_id = '4041' AND price > 0
                ORDER BY price ASC LIMIT 1
130 0.0003 0.00026702880859375
SELECT value FROM productattributes WHERE product_id = '4041' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
131 0.0003 0.00032901763916016
SELECT * FROM products WHERE id = '4312'
132 0.0003 0.00030112266540527
SELECT * FROM productimages WHERE product_id = '4312' ORDER BY sortorder ASC
133 0.0004 0.00043392181396484
SELECT * FROM product_image_select WHERE product_id = '4312'
134 0.0003 0.0002751350402832
SELECT * FROM productcustomimages WHERE product_id = '4312'
135 0.0006 0.00064301490783691
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4312' AND a.name = n.originalname
136 0.0003 0.00031089782714844
SELECT * FROM productoffers WHERE product_id = '4312' AND merchantid = 'A1X6FK5RDHNB96'
137 0.0003 0.00028395652770996
SELECT * FROM productoffers
                WHERE product_id = '4312' AND price > 0
                ORDER BY price ASC LIMIT 1
138 0.0003 0.00026297569274902
SELECT value FROM productattributes WHERE product_id = '4312' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
139 0.0004 0.0003960132598877
SELECT * FROM products WHERE id = '777'
140 0.0003 0.00030183792114258
SELECT * FROM productimages WHERE product_id = '777' ORDER BY sortorder ASC
141 0.0004 0.00043916702270508
SELECT * FROM product_image_select WHERE product_id = '777'
142 0.0003 0.00026202201843262
SELECT * FROM productcustomimages WHERE product_id = '777'
143 0.0008 0.00076913833618164
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '777' AND a.name = n.originalname
144 0.0003 0.00032496452331543
SELECT * FROM productoffers WHERE product_id = '777' AND merchantid = 'A1X6FK5RDHNB96'
145 0.0003 0.0002589225769043
SELECT * FROM productoffers
                WHERE product_id = '777' AND price > 0
                ORDER BY price ASC LIMIT 1
146 0.0003 0.00030112266540527
SELECT value FROM productattributes WHERE product_id = '777' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
147 0.0003 0.00031089782714844
SELECT * FROM products WHERE id = '3881'
148 0.0004 0.00038695335388184
SELECT * FROM productimages WHERE product_id = '3881' ORDER BY sortorder ASC
149 0.0005 0.00054407119750977
SELECT * FROM product_image_select WHERE product_id = '3881'
150 0.0003 0.00030684471130371
SELECT * FROM productcustomimages WHERE product_id = '3881'
151 0.0007 0.00067687034606934
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3881' AND a.name = n.originalname
152 0.0003 0.00031113624572754
SELECT * FROM productoffers WHERE product_id = '3881' AND merchantid = 'A1X6FK5RDHNB96'
153 0.0003 0.00026512145996094
SELECT * FROM productoffers
                WHERE product_id = '3881' AND price > 0
                ORDER BY price ASC LIMIT 1
154 0.0003 0.00032615661621094
SELECT value FROM productattributes WHERE product_id = '3881' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
155 0.0003 0.00032496452331543
SELECT * FROM products WHERE id = '4213'
156 0.0004 0.00041890144348145
SELECT * FROM productimages WHERE product_id = '4213' ORDER BY sortorder ASC
157 0.0005 0.00049209594726562
SELECT * FROM product_image_select WHERE product_id = '4213'
158 0.0003 0.00027203559875488
SELECT * FROM productcustomimages WHERE product_id = '4213'
159 0.0007 0.00069403648376465
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4213' AND a.name = n.originalname
160 0.0003 0.00031089782714844
SELECT * FROM productoffers WHERE product_id = '4213' AND merchantid = 'A1X6FK5RDHNB96'
161 0.0003 0.00025796890258789
SELECT * FROM productoffers
                WHERE product_id = '4213' AND price > 0
                ORDER BY price ASC LIMIT 1
162 0.0003 0.00030207633972168
SELECT value FROM productattributes WHERE product_id = '4213' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
163 0.0005 0.00054192543029785
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'header' ORDER BY sortorder ASC
164 0.0006 0.00055193901062012
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'footer' ORDER BY sortorder ASC
165 0.0013 0.0012869834899902
SELECT * FROM template_css WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND skinuid = ''
166 0.0005 0.00048112869262695
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
167 0.0003 0.00034284591674805
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
168 0.0004 0.00039887428283691
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'FB_DEFAULT_SHARE_IMAGE'
169 0.0004 0.00043606758117676
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'HEAD_LOGO'