Query Metrics

55 Database Queries
17 Different statements
88.08 ms Query time
0 Invalid entities
0 Managed entities

Queries

Group similar statements

#▲ Time Info
1 0.19 ms
SELECT id, brand_name, brand_name_seo, brand_description, brand_image, meta_title, meta_description, meta_keywords, num_of_products, num_of_products_aim, img_size
	        	FROM proizvodjaci 
	        	WHERE id = ? and active = 1
Parameters:
[
  75
]
2 0.09 ms
SELECT id, category_name, category_name_seo, category_image, category_film, category_pdf, description, parent_category_id, level, 
	        	       `timestamp`, show_category, active, fl_alat, category_name_aim, meta_title, meta_description, meta_keywords, created, updated,
	        	       show_eponuda
	        	FROM kategorije 
	        	WHERE id = ? and active = 1
Parameters:
[
  896
]
3 0.16 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1790455458
  "cache_tree_oidl_896"
]
4 9.71 ms
DELETE FROM cache_items WHERE item_lifetime + item_time <= ? AND item_id IN (?)
Parameters:
[
  1790455458
  "cache_tree_oidl_896"
]
5 0.30 ms
SELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image
	        FROM kategorije k 
	        WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1
	        UNION ALL 
	        (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image
	        FROM kategorije_veze c1, kategorije c2 
	        WHERE c1.category_id = c2.id and c1.parent_category_id = ?  and c1.active = 1 and c2.show_category = 1) 
	        ORDER BY category_name
Parameters:
[
  896
  896
]
6 20.80 ms
INSERT INTO cache_items (item_id, item_data, item_lifetime, item_time) VALUES (?, ?, ?, ?) ON DUPLICATE KEY UPDATE item_data = VALUES(item_data), item_lifetime = VALUES(item_lifetime), item_time = VALUES(item_time)
Parameters:
[
  2 => 3600
  3 => 1790455458
  0 => "cache_tree_oidl_896"
  1 => "a:2:{s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"107281";s:10:"product_id";i:107281;s:4:"name";s:42:"Bluetooth slušalice crne EH228K Esperanza";s:12:"product_name";s:42:"Bluetooth slušalice crne EH228K Esperanza";s:3:"url";s:41:"bluetooth-slusalice-crne-eh228k-esperanza";s:4:"path";s:15:"/1/169/894/896/";}i:1;a:6:{s:2:"id";s:6:"103510";s:10:"product_id";i:103510;s:4:"name";s:37:"Bluetooth slušalice EH227K Esperanza";s:12:"product_name";s:37:"Bluetooth slušalice EH227K Esperanza";s:3:"url";s:36:"bluetooth-slusalice-eh227k-esperanza";s:4:"path";s:15:"/1/169/894/896/";}i:2;a:6:{s:2:"id";s:6:"107249";s:10:"product_id";i:107249;s:4:"name";s:37:"Bluetooth Slušalice EH239K Esperanza";s:12:"product_name";s:37:"Bluetooth Slušalice EH239K Esperanza";s:3:"url";s:36:"bluetooth-slusalice-eh239k-esperanza";s:4:"path";s:15:"/1/169/894/896/";}i:3;a:6:{s:2:"id";s:6:"115591";s:10:"product_id";i:115591;s:4:"name";s:50:"BT slus. HAMA MyVoice Essential , MultiPoint, crna";s:12:"product_name";s:50:"BT slus. HAMA MyVoice Essential , MultiPoint, crna";s:3:"url";s:45:"bt-slus-hama-myvoice-esential-multipoint-crna";s:4:"path";s:15:"/1/169/894/896/";}i:4;a:6:{s:2:"id";s:6:"103407";s:10:"product_id";i:103407;s:4:"name";s:42:"Bluetooth slušalice crne EH236K Esperanza";s:12:"product_name";s:42:"Bluetooth slušalice crne EH236K Esperanza";s:3:"url";s:41:"bluetooth-slusalice-crne-eh236k-esperanza";s:4:"path";s:15:"/1/169/894/896/";}}}"
]
7 0.17 ms
SELECT id, category_name, category_name_seo, category_image, category_film, category_pdf, description, parent_category_id, level, 
	        	       `timestamp`, show_category, active, fl_alat, category_name_aim, meta_title, meta_description, meta_keywords, created, updated,
	        	       show_eponuda
	        	FROM kategorije 
	        	WHERE id = ? and active = 1
Parameters:
[
  894
]
8 0.06 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1790455458
  "cache_tree_oidl_894"
]
9 18.87 ms
DELETE FROM cache_items WHERE item_lifetime + item_time <= ? AND item_id IN (?)
Parameters:
[
  1790455458
  "cache_tree_oidl_894"
]
10 0.27 ms
SELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image
	        FROM kategorije k 
	        WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1
	        UNION ALL 
	        (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image
	        FROM kategorije_veze c1, kategorije c2 
	        WHERE c1.category_id = c2.id and c1.parent_category_id = ?  and c1.active = 1 and c2.show_category = 1) 
	        ORDER BY category_name
Parameters:
[
  894
  894
]
11 0.13 ms
SELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image
	        FROM kategorije k 
	        WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1
	        UNION ALL 
	        (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image
	        FROM kategorije_veze c1, kategorije c2 
	        WHERE c1.category_id = c2.id and c1.parent_category_id = ?  and c1.active = 1 and c2.show_category = 1) 
	        ORDER BY category_name
Parameters:
[
  895
  895
]
12 0.21 ms
SELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image
	        FROM kategorije k 
	        WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1
	        UNION ALL 
	        (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image
	        FROM kategorije_veze c1, kategorije c2 
	        WHERE c1.category_id = c2.id and c1.parent_category_id = ?  and c1.active = 1 and c2.show_category = 1) 
	        ORDER BY category_name
Parameters:
[
  897
  897
]
13 0.17 ms
SELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image
	        FROM kategorije k 
	        WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1
	        UNION ALL 
	        (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image
	        FROM kategorije_veze c1, kategorije c2 
	        WHERE c1.category_id = c2.id and c1.parent_category_id = ?  and c1.active = 1 and c2.show_category = 1) 
	        ORDER BY category_name
Parameters:
[
  896
  896
]
14 0.14 ms
SELECT k.id AS category_id, k.category_name, k.category_name_seo, k.category_name_aim, k.category_image
	        FROM kategorije k 
	        WHERE k.parent_category_id = ? and k.active = 1 and k.show_category = 1
	        UNION ALL 
	        (SELECT c1.category_id, c2.category_name, c2.category_name_seo, c2.category_name_aim, c2.category_image
	        FROM kategorije_veze c1, kategorije c2 
	        WHERE c1.category_id = c2.id and c1.parent_category_id = ?  and c1.active = 1 and c2.show_category = 1) 
	        ORDER BY category_name
Parameters:
[
  1380
  1380
]
15 16.42 ms
INSERT INTO cache_items (item_id, item_data, item_lifetime, item_time) VALUES (?, ?, ?, ?) ON DUPLICATE KEY UPDATE item_data = VALUES(item_data), item_lifetime = VALUES(item_lifetime), item_time = VALUES(item_time)
Parameters:
[
  2 => 3600
  3 => 1790455458
  0 => "cache_tree_oidl_894"
  1 => "a:2:{s:13:"subCategories";a:4:{i:0;a:7:{s:11:"category_id";i:895;s:13:"category_name";s:18:"Bluetooth adapteri";s:17:"category_name_seo";s:18:"bluetooth-adapteri";s:17:"category_name_aim";s:18:"Bluetooth adapteri";s:14:"category_image";s:18:"895-1322305404.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:4:{i:0;a:6:{s:2:"id";s:6:"113574";s:10:"product_id";i:113574;s:4:"name";s:51:"SAMSUNG univerzalni adapter 25W TipC sa kablom beli";s:12:"product_name";s:51:"SAMSUNG univerzalni adapter 25W TipC sa kablom beli";s:3:"url";s:51:"samsung-univerzalni-adapter-25w-tipc-sa-kablom-beli";s:4:"path";s:15:"/1/169/894/895/";}i:1;a:6:{s:2:"id";s:6:"113620";s:10:"product_id";i:113620;s:4:"name";s:53:"Mercusys MA86XE, bluetooth adapter AXE540Mb/s, BT 5,2";s:12:"product_name";s:53:"Mercusys MA86XE, bluetooth adapter AXE540Mb/s, BT 5,2";s:3:"url";s:49:"mercusys-ma86xe-bluetooth-adapter-axe540mbs-bt-52";s:4:"path";s:15:"/1/169/894/895/";}i:2;a:6:{s:2:"id";s:6:"115485";s:10:"product_id";i:115485;s:4:"name";s:29:"Samsung Galaxy SmartTag2 beli";s:12:"product_name";s:29:"Samsung Galaxy SmartTag2 beli";s:3:"url";s:29:"samsung-galaxy-smarttag2-beli";s:4:"path";s:15:"/1/169/894/895/";}i:3;a:6:{s:2:"id";s:6:"113575";s:10:"product_id";i:113575;s:4:"name";s:29:"Samsung Galaxy SmartTag2 crni";s:12:"product_name";s:29:"Samsung Galaxy SmartTag2 crni";s:3:"url";s:29:"samsung-galaxy-smarttag2-crni";s:4:"path";s:15:"/1/169/894/895/";}}}i:1;a:7:{s:11:"category_id";i:897;s:13:"category_name";s:28:"Bluetooth HandsFree uredjaji";s:17:"category_name_seo";s:28:"bluetooth-handsfree-uredjaji";s:17:"category_name_aim";s:28:"Bluetooth HandsFree uredjaji";s:14:"category_image";s:18:"897-1322306045.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:1:{i:0;a:6:{s:2:"id";s:6:"110084";s:10:"product_id";i:110084;s:4:"name";s:53:"Zvučnik za Handsfree telefoniranje Platinet PHFSBT01";s:12:"product_name";s:53:"Zvučnik za Handsfree telefoniranje Platinet PHFSBT01";s:3:"url";s:52:"zvucnik-za-handsfree-telefoniranje-platinet-phfsbt01";s:4:"path";s:15:"/1/169/894/897/";}}}i:2;a:7:{s:11:"category_id";i:896;s:13:"category_name";s:34:"Bluetooth slušalice sa mikrofonom";s:17:"category_name_seo";s:33:"bluetooth-slusalice-sa-mikrofonom";s:17:"category_name_aim";s:34:"Bluetooth slušalice sa mikrofonom";s:14:"category_image";s:18:"896-1322305515.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"107281";s:10:"product_id";i:107281;s:4:"name";s:42:"Bluetooth slušalice crne EH228K Esperanza";s:12:"product_name";s:42:"Bluetooth slušalice crne EH228K Esperanza";s:3:"url";s:41:"bluetooth-slusalice-crne-eh228k-esperanza";s:4:"path";s:15:"/1/169/894/896/";}i:1;a:6:{s:2:"id";s:6:"103510";s:10:"product_id";i:103510;s:4:"name";s:37:"Bluetooth slušalice EH227K Esperanza";s:12:"product_name";s:37:"Bluetooth slušalice EH227K Esperanza";s:3:"url";s:36:"bluetooth-slusalice-eh227k-esperanza";s:4:"path";s:15:"/1/169/894/896/";}i:2;a:6:{s:2:"id";s:6:"107249";s:10:"product_id";i:107249;s:4:"name";s:37:"Bluetooth Slušalice EH239K Esperanza";s:12:"product_name";s:37:"Bluetooth Slušalice EH239K Esperanza";s:3:"url";s:36:"bluetooth-slusalice-eh239k-esperanza";s:4:"path";s:15:"/1/169/894/896/";}i:3;a:6:{s:2:"id";s:6:"115591";s:10:"product_id";i:115591;s:4:"name";s:50:"BT slus. HAMA MyVoice Essential , MultiPoint, crna";s:12:"product_name";s:50:"BT slus. HAMA MyVoice Essential , MultiPoint, crna";s:3:"url";s:45:"bt-slus-hama-myvoice-esential-multipoint-crna";s:4:"path";s:15:"/1/169/894/896/";}i:4;a:6:{s:2:"id";s:6:"103407";s:10:"product_id";i:103407;s:4:"name";s:42:"Bluetooth slušalice crne EH236K Esperanza";s:12:"product_name";s:42:"Bluetooth slušalice crne EH236K Esperanza";s:3:"url";s:41:"bluetooth-slusalice-crne-eh236k-esperanza";s:4:"path";s:15:"/1/169/894/896/";}}}i:3;a:7:{s:11:"category_id";i:1380;s:13:"category_name";s:19:"Bluetooth zvučnici";s:17:"category_name_seo";s:18:"bluetooth-zvucnici";s:17:"category_name_aim";s:19:"Bluetooth zvučnici";s:14:"category_image";s:19:"1380-1675163355.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"90766";s:10:"product_id";i:90766;s:4:"name";s:36:"Metalni bluetooth zvučnik crni ZOLT";s:12:"product_name";s:36:"Metalni bluetooth zvučnik crni ZOLT";s:3:"url";s:35:"metalni-bluetooth-zvucnik-crni-zolt";s:4:"path";s:16:"/1/169/894/1380/";}i:1;a:6:{s:2:"id";s:5:"83730";s:10:"product_id";i:83730;s:4:"name";s:34:"Bluetooth zvučnik od bambusa Luca";s:12:"product_name";s:34:"Bluetooth zvučnik od bambusa Luca";s:3:"url";s:33:"bluetooth-zvucnik-od-bambusa-luca";s:4:"path";s:16:"/1/169/894/1380/";}i:2;a:6:{s:2:"id";s:5:"90076";s:10:"product_id";i:90076;s:4:"name";s:37:"Metalni bluetooth zvučnik crni TURNO";s:12:"product_name";s:37:"Metalni bluetooth zvučnik crni TURNO";s:3:"url";s:36:"metalni-bluetooth-zvucnik-crni-turno";s:4:"path";s:16:"/1/169/894/1380/";}i:3;a:6:{s:2:"id";s:5:"90080";s:10:"product_id";i:90080;s:4:"name";s:39:"Metalni bluetooth zvučnik crveni TURNO";s:12:"product_name";s:39:"Metalni bluetooth zvučnik crveni TURNO";s:3:"url";s:38:"metalni-bluetooth-zvucnik-crveni-turno";s:4:"path";s:16:"/1/169/894/1380/";}i:4;a:6:{s:2:"id";s:5:"90081";s:10:"product_id";i:90081;s:4:"name";s:40:"Metalni bluetooth zvučnik srebrni TURNO";s:12:"product_name";s:40:"Metalni bluetooth zvučnik srebrni TURNO";s:3:"url";s:39:"metalni-bluetooth-zvucnik-srebrni-turno";s:4:"path";s:16:"/1/169/894/1380/";}}}}s:8:"products";a:0:{}}"
]
16 0.13 ms
SELECT id, category_name, category_name_seo, category_image, category_film, category_pdf, description, parent_category_id, level, 
	        	       `timestamp`, show_category, active, fl_alat, category_name_aim, meta_title, meta_description, meta_keywords, created, updated,
	        	       show_eponuda
	        	FROM kategorije 
	        	WHERE id = ? and active = 1
Parameters:
[
  169
]
17 0.07 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1790455458
  "cache_tree_oidl_169"
]
18 0.05 ms
SELECT id, category_name, category_name_seo, category_image, category_film, category_pdf, description, parent_category_id, level, 
	        	       `timestamp`, show_category, active, fl_alat, category_name_aim, meta_title, meta_description, meta_keywords, created, updated,
	        	       show_eponuda
	        	FROM kategorije 
	        	WHERE id = ? and active = 1
Parameters:
[
  1
]
19 0.08 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1790455458
  "cache_tree_oidl_1"
]
20 0.04 ms
SELECT id, category_name, category_name_seo, category_image, category_film, category_pdf, description, parent_category_id, level, 
	        	       `timestamp`, show_category, active, fl_alat, category_name_aim, meta_title, meta_description, meta_keywords, created, updated,
	        	       show_eponuda
	        	FROM kategorije 
	        	WHERE id = ? and active = 1
Parameters:
[
  1
]
21 0.05 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1790455458
  "cache_tree_oidl_1"
]
22 0.04 ms
SELECT id, category_name, category_name_seo, category_image, category_film, category_pdf, description, parent_category_id, level, 
	        	       `timestamp`, show_category, active, fl_alat, category_name_aim, meta_title, meta_description, meta_keywords, created, updated,
	        	       show_eponuda
	        	FROM kategorije 
	        	WHERE id = ? and active = 1
Parameters:
[
  169
]
23 0.04 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1790455458
  "cache_tree_oidl_169"
]
24 0.04 ms
SELECT id, category_name, category_name_seo, category_image, category_film, category_pdf, description, parent_category_id, level, 
	        	       `timestamp`, show_category, active, fl_alat, category_name_aim, meta_title, meta_description, meta_keywords, created, updated,
	        	       show_eponuda
	        	FROM kategorije 
	        	WHERE id = ? and active = 1
Parameters:
[
  1
]
25 0.04 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1790455458
  "cache_tree_oidl_1"
]
26 0.04 ms
SELECT id, category_name, category_name_seo, category_image, category_film, category_pdf, description, parent_category_id, level, 
	        	       `timestamp`, show_category, active, fl_alat, category_name_aim, meta_title, meta_description, meta_keywords, created, updated,
	        	       show_eponuda
	        	FROM kategorije 
	        	WHERE id = ? and active = 1
Parameters:
[
  1
]
27 0.04 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1790455458
  "cache_tree_oidl_1"
]
28 0.06 ms
SELECT p.id id, p.product_id, p.name file_name, 1 file_type 
			FROM proizvodi_pdf p 
			WHERE p.active = 1 AND p.product_id = ?
		    ORDER BY file_type
Parameters:
[
  105489
]
29 0.04 ms
SELECT p.share_link
			FROM proizvodi_filmovi p
			WHERE p.product_id = ? AND p.share_link != '' AND p.active = 1
Parameters:
[
  105489
]
30 0.04 ms
SELECT * 
			FROM proizvodi_rejting_star 
			WHERE product_id = ?
Parameters:
[
  105489
]
31 0.05 ms
SELECT *
			FROM proizvodi_komentari
			WHERE id_proizvoda = ? and active = 1
			ORDER BY vreme DESC
Parameters:
[
  105489
]
32 0.09 ms
SELECT page_title, page_meta_description, page_meta_keywords, web_page
	        FROM website_tags
	        WHERE website = ? and web_page IN (?, ?)
Parameters:
[
  1
  "proizvodi"
  "ostale"
]
33 0.13 ms
SELECT k.category_name, k.category_name_seo, p.product_name, pl.id 
			FROM kategorije k, proizvodi p, proizvodi_oprema pl 
			WHERE p.id = pl.product_id AND p.id = ? AND pl.product_link_category_id = k.id 
			AND p.active = 1 AND p.show_product = 1 AND k.active = 1 AND k.show_category = 1 
			ORDER BY pl.id
Parameters:
[
  105489
]
34 0.08 ms
SELECT id, category_name, category_name_seo, category_image, category_film, category_pdf, description, parent_category_id, level, 
	        	       `timestamp`, show_category, active, fl_alat, category_name_aim, meta_title, meta_description, meta_keywords, created, updated,
	        	       show_eponuda
	        	FROM kategorije 
	        	WHERE id = ? and active = 1
Parameters:
[
  896
]
35 0.05 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1790455458
  "cache_tree_oidl_896"
]
36 0.05 ms
SELECT id, category_name, category_name_seo, category_image, category_film, category_pdf, description, parent_category_id, level, 
	        	       `timestamp`, show_category, active, fl_alat, category_name_aim, meta_title, meta_description, meta_keywords, created, updated,
	        	       show_eponuda
	        	FROM kategorije 
	        	WHERE id = ? and active = 1
Parameters:
[
  894
]
37 0.03 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1790455458
  "cache_tree_oidl_894"
]
38 0.03 ms
SELECT id, category_name, category_name_seo, category_image, category_film, category_pdf, description, parent_category_id, level, 
	        	       `timestamp`, show_category, active, fl_alat, category_name_aim, meta_title, meta_description, meta_keywords, created, updated,
	        	       show_eponuda
	        	FROM kategorije 
	        	WHERE id = ? and active = 1
Parameters:
[
  169
]
39 0.04 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1790455458
  "cache_tree_oidl_169"
]
40 0.04 ms
SELECT id, category_name, category_name_seo, category_image, category_film, category_pdf, description, parent_category_id, level, 
	        	       `timestamp`, show_category, active, fl_alat, category_name_aim, meta_title, meta_description, meta_keywords, created, updated,
	        	       show_eponuda
	        	FROM kategorije 
	        	WHERE id = ? and active = 1
Parameters:
[
  1
]
41 0.13 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1790455458
  "cache_tree_oidl_1"
]
42 0.07 ms
SELECT id, category_name, category_name_seo, category_image, category_film, category_pdf, description, parent_category_id, level, 
	        	       `timestamp`, show_category, active, fl_alat, category_name_aim, meta_title, meta_description, meta_keywords, created, updated,
	        	       show_eponuda
	        	FROM kategorije 
	        	WHERE id = ? and active = 1
Parameters:
[
  1
]
43 0.05 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1790455458
  "cache_tree_oidl_1"
]
44 0.04 ms
SELECT id, category_name, category_name_seo, category_image, category_film, category_pdf, description, parent_category_id, level, 
	        	       `timestamp`, show_category, active, fl_alat, category_name_aim, meta_title, meta_description, meta_keywords, created, updated,
	        	       show_eponuda
	        	FROM kategorije 
	        	WHERE id = ? and active = 1
Parameters:
[
  169
]
45 0.04 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1790455458
  "cache_tree_oidl_169"
]
46 0.04 ms
SELECT id, category_name, category_name_seo, category_image, category_film, category_pdf, description, parent_category_id, level, 
	        	       `timestamp`, show_category, active, fl_alat, category_name_aim, meta_title, meta_description, meta_keywords, created, updated,
	        	       show_eponuda
	        	FROM kategorije 
	        	WHERE id = ? and active = 1
Parameters:
[
  1
]
47 0.04 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1790455458
  "cache_tree_oidl_1"
]
48 0.04 ms
SELECT id, category_name, category_name_seo, category_image, category_film, category_pdf, description, parent_category_id, level, 
	        	       `timestamp`, show_category, active, fl_alat, category_name_aim, meta_title, meta_description, meta_keywords, created, updated,
	        	       show_eponuda
	        	FROM kategorije 
	        	WHERE id = ? and active = 1
Parameters:
[
  1
]
49 0.04 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1790455458
  "cache_tree_oidl_1"
]
50 0.61 ms
SELECT COUNT(p.id) broj_proizvoda, b.id AS brand_id, b.brand_name, brand_image
			FROM proizvodi p, proizvodjaci b
			WHERE p.brand_id = b.id
			AND p.active = 1 AND p.show_product=1 AND b.active = 1 AND b.show_brand = 1
			AND (p.copy_from_id is NULL OR p.copy_from_id = '') AND p.category_id = ?
			GROUP BY p.brand_id
			ORDER BY b.brand_name
Parameters:
[
  896
]
51 0.07 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1790455458
  "cache_tree_oidl_1"
]
52 0.50 ms
SELECT b.id AS brand_id, b.brand_name, b.num_of_products AS broj_proizvoda
			FROM proizvodjaci b
			WHERE b.active = 1 AND b.show_brand = 1
			ORDER BY broj_proizvoda DESC
			LIMIT 25
Parameters:
[]
53 16.87 ms
SELECT COUNT(p.id) AS uk_broj_aktivnih 
            FROM proizvodi p 
            WHERE p.active = 1 AND p.show_product = 1
Parameters:
[]
54 0.42 ms
SELECT COUNT(*) AS num_brands
                                FROM proizvodjaci b
                              	WHERE  active = 1 AND show_brand = 1 AND num_of_products > 0
Parameters:
[]
55 0.04 ms
SELECT * FROM upload_images ORDER BY id
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects

Entities Mapping

No loaded entities.