GET https://dev.alatiimasine.com/proizvodi/peraci-pod-pritiskom/2

Query Metrics

42 Database Queries
12 Different statements
59.41 ms Query time
0 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
16.62 ms
(27.98%)
1
SELECT COUNT(p.id) AS uk_broj_aktivnih 
            FROM proizvodi p 
            WHERE p.active = 1 AND p.show_product = 1
Parameters:
[]
16.41 ms
(27.63%)
1
DELETE FROM cache_items WHERE item_lifetime + item_time <= ? AND item_id IN (?)
Parameters:
[
  1780940497
  "cache_tree_aim_125"
]
10.09 ms
(16.99%)
1
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 = ? AND p.fl_alat = 1
			GROUP BY p.brand_id
			ORDER BY b.brand_name
Parameters:
[
  125
]
8.88 ms
(14.94%)
1
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 => 1780940497
  0 => "cache_tree_aim_125"
  1 => "a:2:{s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"111820";s:10:"product_id";i:111820;s:4:"name";s:42:"Perač pod pritiskom Villager VHW 70 Prime";s:12:"product_name";s:42:"Perač pod pritiskom Villager VHW 70 Prime";s:3:"url";s:41:"perac-pod-pritiskom-villager-vhw-70-prime";s:4:"path";s:13:"/1/21/22/125/";}i:1;a:6:{s:2:"id";s:6:"109795";s:10:"product_id";i:109795;s:4:"name";s:54:"Perač pod visokim pritiskom HPC1400 110 bar Scheppach";s:12:"product_name";s:54:"Perač pod visokim pritiskom HPC1400 110 bar Scheppach";s:3:"url";s:53:"perac-pod-visokim-pritiskom-hpc1400-110-bar-scheppach";s:4:"path";s:13:"/1/21/22/125/";}i:2;a:6:{s:2:"id";s:5:"73191";s:10:"product_id";i:73191;s:4:"name";s:52:"Aparat za pranje pod pritiskom 1400W VHW 80 VILLAGER";s:12:"product_name";s:52:"Aparat za pranje pod pritiskom 1400W VHW 80 VILLAGER";s:3:"url";s:52:"aparat-za-pranje-pod-pritiskom-1400w-vhw-80-villager";s:4:"path";s:13:"/1/21/22/125/";}i:3;a:6:{s:2:"id";s:5:"85488";s:10:"product_id";i:85488;s:4:"name";s:45:"Einhell perač pod visokim pritiskom TC-HP 90";s:12:"product_name";s:45:"Einhell perač pod visokim pritiskom TC-HP 90";s:3:"url";s:44:"einhell-perac-pod-visokim-pritiskom-tc-hp-90";s:4:"path";s:13:"/1/21/22/125/";}i:4;a:6:{s:2:"id";s:6:"120389";s:10:"product_id";i:120389;s:4:"name";s:37:"Površinski čistač za behaton xdp05";s:12:"product_name";s:37:"Površinski čistač za behaton xdp05";s:3:"url";s:34:"povrsinski-cistac-za-behaton-xdp05";s:4:"path";s:13:"/1/21/22/125/";}}}"
]
2.19 ms
(3.68%)
1
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,
	        	       cache_tree, cache_tree_aim, show_eponuda
	        	FROM kategorije 
	        	WHERE category_name_seo = ? and active = 1
Parameters:
[
  "peraci-pod-pritiskom"
]
1.77 ms
(2.98%)
17
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:
[
  1780940497
  "cache_tree_aim_125"
]
1.64 ms
(2.77%)
15
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:
[
  22
]
0.56 ms
(0.95%)
1
SELECT b.id AS brand_id, b.brand_name, b.num_of_products_aim AS broj_proizvoda
			FROM proizvodjaci b
			WHERE b.active = 1 AND b.show_brand = 1
			ORDER BY broj_proizvoda DESC
			LIMIT 25
Parameters:
[]
0.55 ms
(0.93%)
1
SELECT COUNT(*) AS num_brands
                                FROM proizvodjaci b
                              	WHERE  active = 1 AND show_brand = 1 AND num_of_products_aim > 0
Parameters:
[]
0.42 ms
(0.71%)
1
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 AND k.fl_alat = 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 AND c2.fl_alat = 1) 
	        ORDER BY category_name
Parameters:
[
  125
  125
]
0.14 ms
(0.24%)
1
SELECT * FROM upload_images ORDER BY id
Parameters:
[]
0.12 ms
(0.21%)
1
SELECT page_title, page_meta_description, page_meta_keywords, web_page
	        FROM website_tags
	        WHERE website = ? and web_page IN (?, ?)
Parameters:
[
  2
  "kategorije"
  "ostale"
]

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.