Query Metrics

38 Database Queries
12 Different statements
55.78 ms Query time
0 Invalid entities
0 Managed entities

Queries

Group similar statements

#▲ Time Info
1 0.24 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:
[
  450
]
2 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:
[
  882
]
3 0.10 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:
[
  1790370048
  "cache_tree_oidl_882"
]
4 20.36 ms
DELETE FROM cache_items WHERE item_lifetime + item_time <= ? AND item_id IN (?)
Parameters:
[
  1790370048
  "cache_tree_oidl_882"
]
5 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:
[
  882
  882
]
6 13.93 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 => 1790370048
  0 => "cache_tree_oidl_882"
  1 => "a:2:{s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"115759";s:10:"product_id";i:115759;s:4:"name";s:47:"Hama LCD nosač fiksni L, (19-48") crni 200x200";s:12:"product_name";s:47:"Hama LCD nosač fiksni L, (19-48") crni 200x200";s:3:"url";s:42:"hama-lcd-nosac-fiksni-l-19-48-crni-200x200";s:4:"path";s:15:"/1/169/518/882/";}i:1;a:6:{s:2:"id";s:5:"83500";s:10:"product_id";i:83500;s:4:"name";s:38:"Zidni TV nosač 32" do 55" LCDH18 HOME";s:12:"product_name";s:38:"Zidni TV nosač 32" do 55" LCDH18 HOME";s:3:"url";s:35:"zidni-tv-nosac-32-do-55-lcdh18-home";s:4:"path";s:15:"/1/169/518/882/";}i:2;a:6:{s:2:"id";s:6:"115607";s:10:"product_id";i:115607;s:4:"name";s:46:"HAMA LCD nosač fiksni L, 19-46" crni, 200x200";s:12:"product_name";s:46:"HAMA LCD nosač fiksni L, 19-46" crni, 200x200";s:3:"url";s:42:"hama-lcd-nosac-fiksni-l-19-46-crni-200x200";s:4:"path";s:15:"/1/169/518/882/";}i:3;a:6:{s:2:"id";s:6:"113756";s:10:"product_id";i:113756;s:4:"name";s:61:"Hama LCD nosac, okretni, jedna ruka, 19-48" crni VESA 200x200";s:12:"product_name";s:61:"Hama LCD nosac, okretni, jedna ruka, 19-48" crni VESA 200x200";s:3:"url";s:57:"hama-lcd-nosac-okretni-jedna-ruka-19-48-crni-vesa-200x200";s:4:"path";s:15:"/1/169/518/882/";}i:4;a:6:{s:2:"id";s:5:"69688";s:10:"product_id";i:69688;s:4:"name";s:46:"Zidni nosač za LCD ekran PLB114M 23"-55" SBox";s:12:"product_name";s:46:"Zidni nosač za LCD ekran PLB114M 23"-55" SBox";s:3:"url";s:43:"zidni-nosac-za-lcd-ekran-plb114m-23-55-sbox";s:4:"path";s:15:"/1/169/518/882/";}}}"
]
7 0.14 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:
[
  518
]
8 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:
[
  1790370048
  "cache_tree_oidl_518"
]
9 7.89 ms
DELETE FROM cache_items WHERE item_lifetime + item_time <= ? AND item_id IN (?)
Parameters:
[
  1790370048
  "cache_tree_oidl_518"
]
10 0.23 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:
[
  518
  518
]
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:
[
  883
  883
]
12 0.16 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:
[
  878
  878
]
13 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:
[
  879
  879
]
14 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:
[
  881
  881
]
15 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:
[
  880
  880
]
16 0.16 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:
[
  882
  882
]
17 0.15 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:
[
  1348
  1348
]
18 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:
[
  908
  908
]
19 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:
[
  884
  884
]
20 10.01 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 => 1790370048
  0 => "cache_tree_oidl_518"
  1 => "a:2:{s:13:"subCategories";a:9:{i:0;a:7:{s:11:"category_id";i:883;s:13:"category_name";s:23:"Nosači za klasične TV";s:17:"category_name_seo";s:21:"nosaci-za-klasicne-tv";s:17:"category_name_aim";s:23:"Nosači za klasične TV";s:14:"category_image";s:18:"883-1675165416.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:0:{}}i:1;a:7:{s:11:"category_id";i:878;s:13:"category_name";s:21:"Nosači za LCD do 32"";s:17:"category_name_seo";s:19:"nosaci-za-lcd-do-32";s:17:"category_name_aim";s:21:"Nosači za LCD do 32"";s:14:"category_image";s:18:"878-1321469244.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:3:{i:0;a:6:{s:2:"id";s:6:"104623";s:10:"product_id";i:104623;s:4:"name";s:23:"QVC Zidni držač za TV";s:12:"product_name";s:23:"QVC Zidni držač za TV";s:3:"url";s:21:"qvc-zidni-drzac-za-tv";s:4:"path";s:15:"/1/169/518/878/";}i:1;a:6:{s:2:"id";s:5:"69670";s:10:"product_id";i:69670;s:4:"name";s:47:"Zidni nosač za LCD ekran LCD 901 13 - 28" SBox";s:12:"product_name";s:47:"Zidni nosač za LCD ekran LCD 901 13 - 28" SBox";s:3:"url";s:43:"zidni-nosac-za-lcd-ekran-lcd-901-13-28-sbox";s:4:"path";s:15:"/1/169/518/878/";}i:2;a:6:{s:2:"id";s:6:"105327";s:10:"product_id";i:105327;s:4:"name";s:40:"SONOROUS SUREFIX 510 Zidni držač za TV";s:12:"product_name";s:40:"SONOROUS SUREFIX 510 Zidni držač za TV";s:3:"url";s:38:"sonorous-surefix-510-zidni-drzac-za-tv";s:4:"path";s:15:"/1/169/518/878/";}}}i:2;a:7:{s:11:"category_id";i:879;s:13:"category_name";s:25:"Nosači za LCD TV do 37\"";s:17:"category_name_seo";s:22:"nosaci-za-lcd-tv-do-37";s:17:"category_name_aim";s:25:"Nosači za LCD TV do 37\"";s:14:"category_image";s:18:"879-1321469292.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:3:{i:0;a:6:{s:2:"id";s:6:"105475";s:10:"product_id";i:105475;s:4:"name";s:41:"Židni držač za TV Sonorous Surefix 211";s:12:"product_name";s:41:"Židni držač za TV Sonorous Surefix 211";s:3:"url";s:38:"zidni-drzac-za-tv-sonorous-surefix-211";s:4:"path";s:15:"/1/169/518/879/";}i:1;a:6:{s:2:"id";s:6:"105387";s:10:"product_id";i:105387;s:4:"name";s:40:"SONOROUS SUREFIX 512 Zidni držač za TV";s:12:"product_name";s:40:"SONOROUS SUREFIX 512 Zidni držač za TV";s:3:"url";s:38:"sonorous-surefix-512-zidni-drzac-za-tv";s:4:"path";s:15:"/1/169/518/879/";}i:2;a:6:{s:2:"id";s:6:"105492";s:10:"product_id";i:105492;s:4:"name";s:40:"SONOROUS SUREFIX 513 Zidni držač za TV";s:12:"product_name";s:40:"SONOROUS SUREFIX 513 Zidni držač za TV";s:3:"url";s:38:"sonorous-surefix-513-zidni-drzac-za-tv";s:4:"path";s:15:"/1/169/518/879/";}}}i:3;a:7:{s:11:"category_id";i:881;s:13:"category_name";s:24:"Nosači za LCD TV do 40"";s:17:"category_name_seo";s:22:"nosaci-za-lcd-tv-do-40";s:17:"category_name_aim";s:24:"Nosači za LCD TV do 40"";s:14:"category_image";s:18:"881-1675165445.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:0:{}}i:4;a:7:{s:11:"category_id";i:880;s:13:"category_name";s:24:"Nosači za LCD TV do 42"";s:17:"category_name_seo";s:22:"nosaci-za-lcd-tv-do-42";s:17:"category_name_aim";s:24:"Nosači za LCD TV do 42"";s:14:"category_image";s:18:"880-1321469339.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"69720";s:10:"product_id";i:69720;s:4:"name";s:65:"Zidni nosač PLB 3422 T univerzalni za LCD ekrane sa nagibom SBox";s:12:"product_name";s:65:"Zidni nosač PLB 3422 T univerzalni za LCD ekrane sa nagibom SBox";s:3:"url";s:64:"zidni-nosac-plb-3422-t-univerzalni-za-lcd-ekrane-sa-nagibom-sbox";s:4:"path";s:15:"/1/169/518/880/";}i:1;a:6:{s:2:"id";s:5:"69672";s:10:"product_id";i:69672;s:4:"name";s:61:"Zidni nosač za LCD ekrane sa nagibom LCD2900 B 19 - 43" SBox";s:12:"product_name";s:61:"Zidni nosač za LCD ekrane sa nagibom LCD2900 B 19 - 43" SBox";s:3:"url";s:57:"zidni-nosac-za-lcd-ekrane-sa-nagibom-lcd2900-b-19-43-sbox";s:4:"path";s:15:"/1/169/518/880/";}i:2;a:6:{s:2:"id";s:5:"69673";s:10:"product_id";i:69673;s:4:"name";s:46:"Zidni nosač za LCD ekran LCD221 13 - 43" SBox";s:12:"product_name";s:46:"Zidni nosač za LCD ekran LCD221 13 - 43" SBox";s:3:"url";s:42:"zidni-nosac-za-lcd-ekran-lcd221-13-43-sbox";s:4:"path";s:15:"/1/169/518/880/";}i:3;a:6:{s:2:"id";s:5:"69677";s:10:"product_id";i:69677;s:4:"name";s:46:"Zidni nosač za LCD ekran LCD2901 19"-43" SBox";s:12:"product_name";s:46:"Zidni nosač za LCD ekran LCD2901 19"-43" SBox";s:3:"url";s:43:"zidni-nosac-za-lcd-ekran-lcd2901-19-43-sbox";s:4:"path";s:15:"/1/169/518/880/";}i:4;a:6:{s:2:"id";s:6:"105487";s:10:"product_id";i:105487;s:4:"name";s:40:"SONOROUS SUREFIX 511 Zidni držač za TV";s:12:"product_name";s:40:"SONOROUS SUREFIX 511 Zidni držač za TV";s:3:"url";s:38:"sonorous-surefix-511-zidni-drzac-za-tv";s:4:"path";s:15:"/1/169/518/880/";}}}i:5;a:7:{s:11:"category_id";i:882;s:13:"category_name";s:25:"Nosači za LCD TV do 63\"";s:17:"category_name_seo";s:22:"nosaci-za-lcd-tv-do-63";s:17:"category_name_aim";s:25:"Nosači za LCD TV do 63\"";s:14:"category_image";s:18:"882-1321469457.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"115759";s:10:"product_id";i:115759;s:4:"name";s:47:"Hama LCD nosač fiksni L, (19-48") crni 200x200";s:12:"product_name";s:47:"Hama LCD nosač fiksni L, (19-48") crni 200x200";s:3:"url";s:42:"hama-lcd-nosac-fiksni-l-19-48-crni-200x200";s:4:"path";s:15:"/1/169/518/882/";}i:1;a:6:{s:2:"id";s:5:"83500";s:10:"product_id";i:83500;s:4:"name";s:38:"Zidni TV nosač 32" do 55" LCDH18 HOME";s:12:"product_name";s:38:"Zidni TV nosač 32" do 55" LCDH18 HOME";s:3:"url";s:35:"zidni-tv-nosac-32-do-55-lcdh18-home";s:4:"path";s:15:"/1/169/518/882/";}i:2;a:6:{s:2:"id";s:6:"115607";s:10:"product_id";i:115607;s:4:"name";s:46:"HAMA LCD nosač fiksni L, 19-46" crni, 200x200";s:12:"product_name";s:46:"HAMA LCD nosač fiksni L, 19-46" crni, 200x200";s:3:"url";s:42:"hama-lcd-nosac-fiksni-l-19-46-crni-200x200";s:4:"path";s:15:"/1/169/518/882/";}i:3;a:6:{s:2:"id";s:6:"113756";s:10:"product_id";i:113756;s:4:"name";s:61:"Hama LCD nosac, okretni, jedna ruka, 19-48" crni VESA 200x200";s:12:"product_name";s:61:"Hama LCD nosac, okretni, jedna ruka, 19-48" crni VESA 200x200";s:3:"url";s:57:"hama-lcd-nosac-okretni-jedna-ruka-19-48-crni-vesa-200x200";s:4:"path";s:15:"/1/169/518/882/";}i:4;a:6:{s:2:"id";s:5:"69688";s:10:"product_id";i:69688;s:4:"name";s:46:"Zidni nosač za LCD ekran PLB114M 23"-55" SBox";s:12:"product_name";s:46:"Zidni nosač za LCD ekran PLB114M 23"-55" SBox";s:3:"url";s:43:"zidni-nosac-za-lcd-ekran-plb114m-23-55-sbox";s:4:"path";s:15:"/1/169/518/882/";}}}i:6;a:7:{s:11:"category_id";i:1348;s:13:"category_name";s:27:"Nosači za LCD TV preko 63"";s:17:"category_name_seo";s:25:"nosaci-za-lcd-tv-preko-63";s:17:"category_name_aim";s:27:"Nosači za LCD TV preko 63"";s:14:"category_image";s:19:"1348-1522936593.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"83501";s:10:"product_id";i:83501;s:4:"name";s:38:"Zidni TV nosač 37" do 70" LCDH19 HOME";s:12:"product_name";s:38:"Zidni TV nosač 37" do 70" LCDH19 HOME";s:3:"url";s:35:"zidni-tv-nosac-37-do-70-lcdh19-home";s:4:"path";s:16:"/1/169/518/1348/";}i:1;a:6:{s:2:"id";s:6:"115661";s:10:"product_id";i:115661;s:4:"name";s:49:"Hama LCD nosač fiksni, 32"-65" crni VESA 400x400";s:12:"product_name";s:49:"Hama LCD nosač fiksni, 32"-65" crni VESA 400x400";s:3:"url";s:45:"hama-lcd-nosac-fiksni-32-65-crni-vesa-400x400";s:4:"path";s:16:"/1/169/518/1348/";}i:2;a:6:{s:2:"id";s:6:"115593";s:10:"product_id";i:115593;s:4:"name";s:57:"Hama LCD nosač tilt, nagib 10°, 32-65 crni VESA 400X400";s:12:"product_name";s:57:"Hama LCD nosač tilt, nagib 10°, 32-65 crni VESA 400X400";s:3:"url";s:52:"hama-lcd-nosac-tilt-nagib-10-32-65-crni-vesa-400x400";s:4:"path";s:16:"/1/169/518/1348/";}i:3;a:6:{s:2:"id";s:6:"115595";s:10:"product_id";i:115595;s:4:"name";s:49:"LCD nosač tilt -10°, 32-75", crni, VESA 400x400";s:12:"product_name";s:49:"LCD nosač tilt -10°, 32-75", crni, VESA 400x400";s:3:"url";s:41:"lcd-nosac-tilt-10-32-75-crni-vesa-400x400";s:4:"path";s:16:"/1/169/518/1348/";}i:4;a:6:{s:2:"id";s:6:"113787";s:10:"product_id";i:113787;s:4:"name";s:46:"Hama LCD nosac, fiksni, (32-75"), 600x400 crni";s:12:"product_name";s:46:"Hama LCD nosac, fiksni, (32-75"), 600x400 crni";s:3:"url";s:40:"hama-lcd-nosac-fiksni-32-75-600x400-crni";s:4:"path";s:16:"/1/169/518/1348/";}}}i:7;a:7:{s:11:"category_id";i:908;s:13:"category_name";s:27:"Nosači za mobilne telefone";s:17:"category_name_seo";s:26:"nosaci-za-mobilne-telefone";s:17:"category_name_aim";s:27:"Nosači za mobilne telefone";s:14:"category_image";s:18:"908-1323185629.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:2:{i:0;a:6:{s:2:"id";s:6:"117307";s:10:"product_id";i:117307;s:4:"name";s:50:"ESPERANZA EMM119K monopod smartphone za selfi crni";s:12:"product_name";s:50:"ESPERANZA EMM119K monopod smartphone za selfi crni";s:3:"url";s:50:"esperanza-emm119k-monopod-smartphone-za-selfi-crni";s:4:"path";s:15:"/1/169/518/908/";}i:1;a:6:{s:2:"id";s:6:"115450";s:10:"product_id";i:115450;s:4:"name";s:39:"Samsung bežični punjač za kola, crni";s:12:"product_name";s:39:"Samsung bežični punjač za kola, crni";s:3:"url";s:35:"samsung-bezicni-punjac-za-kola-crni";s:4:"path";s:15:"/1/169/518/908/";}}}i:8;a:7:{s:11:"category_id";i:884;s:13:"category_name";s:26:"Nosači za ostale uredjaje";s:17:"category_name_seo";s:25:"nosaci-za-ostale-uredjaje";s:17:"category_name_aim";s:26:"Nosači za ostale uredjaje";s:14:"category_image";s:18:"884-1675165468.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"121919";s:10:"product_id";i:121919;s:4:"name";s:27:"Konzola-Nosač  32-63"-45Kg";s:12:"product_name";s:27:"Konzola-Nosač  32-63"-45Kg";s:3:"url";s:24:"konzola-nosac-32-63-45kg";s:4:"path";s:15:"/1/169/518/884/";}i:1;a:6:{s:2:"id";s:6:"121686";s:10:"product_id";i:121686;s:4:"name";s:27:"Konzola-Nosač  14-32"-20Kg";s:12:"product_name";s:27:"Konzola-Nosač  14-32"-20Kg";s:3:"url";s:24:"konzola-nosac-14-32-20kg";s:4:"path";s:15:"/1/169/518/884/";}i:2;a:6:{s:2:"id";s:6:"121687";s:10:"product_id";i:121687;s:4:"name";s:27:"Konzola-Nosač  40-80"-35Kg";s:12:"product_name";s:27:"Konzola-Nosač  40-80"-35Kg";s:3:"url";s:24:"konzola-nosac-40-80-35kg";s:4:"path";s:15:"/1/169/518/884/";}i:3;a:6:{s:2:"id";s:6:"121291";s:10:"product_id";i:121291;s:4:"name";s:27:"Konzola-Nosač  13-37"-20Kg";s:12:"product_name";s:27:"Konzola-Nosač  13-37"-20Kg";s:3:"url";s:24:"konzola-nosac-13-37-20kg";s:4:"path";s:15:"/1/169/518/884/";}i:4;a:6:{s:2:"id";s:6:"120941";s:10:"product_id";i:120941;s:4:"name";s:27:"Konzola-nosač  32-70"-45kg";s:12:"product_name";s:27:"Konzola-nosač  32-70"-45kg";s:3:"url";s:24:"konzola-nosac-32-70-45kg";s:4:"path";s:15:"/1/169/518/884/";}}}}s:8:"products";a:0:{}}"
]
21 0.12 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
]
22 0.09 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:
[
  1790370048
  "cache_tree_oidl_169"
]
23 0.06 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
]
24 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:
[
  1790370048
  "cache_tree_oidl_1"
]
25 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
]
26 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:
[
  1790370048
  "cache_tree_oidl_1"
]
27 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
]
28 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:
[
  1790370048
  "cache_tree_oidl_169"
]
29 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
]
30 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:
[
  1790370048
  "cache_tree_oidl_1"
]
31 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
]
32 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:
[
  1790370048
  "cache_tree_oidl_1"
]
33 0.07 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:
[
  30256
]
34 0.04 ms
SELECT p.share_link
			FROM proizvodi_filmovi p
			WHERE p.product_id = ? AND p.share_link != '' AND p.active = 1
Parameters:
[
  30256
]
35 0.03 ms
SELECT * 
			FROM proizvodi_rejting_star 
			WHERE product_id = ?
Parameters:
[
  30256
]
36 0.05 ms
SELECT *
			FROM proizvodi_komentari
			WHERE id_proizvoda = ? and active = 1
			ORDER BY vreme DESC
Parameters:
[
  30256
]
37 0.17 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"
]
38 0.15 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:
[
  30256
]

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.