Query Metrics
31
Database Queries
12
Different statements
29.36 ms
Query time
0
Invalid entities
0
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.23 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.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:
[
809
]
|
||||||||||||||||||||||||||||||||||
| 3 | 0.28 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:
[ 1790355371 "cache_tree_oidl_809" ]
|
||||||||||||||||||||||||||||||||||
| 4 | 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:
[
385
]
|
||||||||||||||||||||||||||||||||||
| 5 | 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:
[ 1790355371 "cache_tree_oidl_385" ]
|
||||||||||||||||||||||||||||||||||
| 6 | 12.74 ms |
DELETE FROM cache_items WHERE item_lifetime + item_time <= ? AND item_id IN (?)
Parameters:
[ 1790355371 "cache_tree_oidl_385" ]
|
||||||||||||||||||||||||||||||||||
| 7 | 0.51 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:
[ 385 385 ] |
||||||||||||||||||||||||||||||||||
| 8 | 0.29 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:
[ 809 809 ] |
||||||||||||||||||||||||||||||||||
| 9 | 0.33 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:
[ 1496 1496 ] |
||||||||||||||||||||||||||||||||||
| 10 | 0.35 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:
[ 810 810 ] |
||||||||||||||||||||||||||||||||||
| 11 | 0.34 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:
[ 808 808 ] |
||||||||||||||||||||||||||||||||||
| 12 | 0.31 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:
[ 812 812 ] |
||||||||||||||||||||||||||||||||||
| 13 | 11.25 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 => 1790355371 0 => "cache_tree_oidl_385" 1 => "a:2:{s:13:"subCategories";a:5:{i:0;a:7:{s:11:"category_id";i:809;s:13:"category_name";s:30:"Automobili za decu na baterije";s:17:"category_name_seo";s:30:"automobili-za-decu-na-baterije";s:17:"category_name_aim";s:30:"Automobili za decu na baterije";s:14:"category_image";s:18:"809-1674845311.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"110454";s:10:"product_id";i:110454;s:4:"name";s:46:"Dečiji auto na akumulator BMW M6 Style crveni";s:12:"product_name";s:46:"Dečiji auto na akumulator BMW M6 Style crveni";s:3:"url";s:45:"deciji-auto-na-akumulator-bmw-m6-style-crveni";s:4:"path";s:14:"/1/13/385/809/";}i:1;a:6:{s:2:"id";s:6:"117591";s:10:"product_id";i:117591;s:4:"name";s:31:"Dečiji auto Mercedes beli 2220";s:12:"product_name";s:31:"Dečiji auto Mercedes beli 2220";s:3:"url";s:30:"deciji-auto-mercedes-beli-2220";s:4:"path";s:14:"/1/13/385/809/";}i:2;a:6:{s:2:"id";s:6:"117592";s:10:"product_id";i:117592;s:4:"name";s:31:"Dečiji auto Mercedes crni 2220";s:12:"product_name";s:31:"Dečiji auto Mercedes crni 2220";s:3:"url";s:30:"deciji-auto-mercedes-crni-2220";s:4:"path";s:14:"/1/13/385/809/";}i:3;a:6:{s:2:"id";s:5:"75450";s:10:"product_id";i:75450;s:4:"name";s:56:"Dečiji auto na baterije FIAT 500 sa daljinskim 237 beli";s:12:"product_name";s:56:"Dečiji auto na baterije FIAT 500 sa daljinskim 237 beli";s:3:"url";s:55:"deciji-auto-na-baterije-fiat-500-sa-daljinskim-237-beli";s:4:"path";s:14:"/1/13/385/809/";}i:4;a:6:{s:2:"id";s:6:"111199";s:10:"product_id";i:111199;s:4:"name";s:46:"Dečiji auto na akumulator Audi TT RS Roadster";s:12:"product_name";s:46:"Dečiji auto na akumulator Audi TT RS Roadster";s:3:"url";s:45:"deciji-auto-na-akumulator-audi-tt-rs-roadster";s:4:"path";s:14:"/1/13/385/809/";}}}i:1;a:7:{s:11:"category_id";i:1496;s:13:"category_name";s:33:"Dečiji Quad i bagi na akumulator";s:17:"category_name_seo";s:32:"deciji-quad-i-bagi-na-akumulator";s:17:"category_name_aim";s:33:"Dečiji Quad i bagi na akumulator";s:14:"category_image";s:19:"1496-1719305037.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"102511";s:10:"product_id";i:102511;s:4:"name";s:48:"Dečiji bagi-quad na akumulator 138 narandžasti";s:12:"product_name";s:48:"Dečiji bagi-quad na akumulator 138 narandžasti";s:3:"url";s:46:"deciji-bagi-quad-na-akumulator-138-narandzasti";s:4:"path";s:15:"/1/13/385/1496/";}i:1;a:6:{s:2:"id";s:6:"110519";s:10:"product_id";i:110519;s:4:"name";s:46:"Dečiji Quad R1 super star na akumulator plavi";s:12:"product_name";s:46:"Dečiji Quad R1 super star na akumulator plavi";s:3:"url";s:45:"deciji-quad-r1-super-star-na-akumulator-plavi";s:4:"path";s:15:"/1/13/385/1496/";}i:2;a:6:{s:2:"id";s:6:"110521";s:10:"product_id";i:110521;s:4:"name";s:47:"Dečiji Quad R1 super star na akumulator crveni";s:12:"product_name";s:47:"Dečiji Quad R1 super star na akumulator crveni";s:3:"url";s:46:"deciji-quad-r1-super-star-na-akumulator-crveni";s:4:"path";s:15:"/1/13/385/1496/";}i:3;a:6:{s:2:"id";s:6:"110522";s:10:"product_id";i:110522;s:4:"name";s:46:"Dečiji Quad R1 super star na akumulator žuti";s:12:"product_name";s:46:"Dečiji Quad R1 super star na akumulator žuti";s:3:"url";s:44:"deciji-quad-r1-super-star-na-akumulator-zuti";s:4:"path";s:15:"/1/13/385/1496/";}i:4;a:6:{s:2:"id";s:5:"89817";s:10:"product_id";i:89817;s:4:"name";s:26:"Dečiji Bagi-Quad 131 beli";s:12:"product_name";s:26:"Dečiji Bagi-Quad 131 beli";s:3:"url";s:25:"deciji-bagi-quad-131-beli";s:4:"path";s:15:"/1/13/385/1496/";}}}i:2;a:7:{s:11:"category_id";i:810;s:13:"category_name";s:30:"Džipovi na akumulator za decu";s:17:"category_name_seo";s:29:"dzipovi-na-akumulator-za-decu";s:17:"category_name_aim";s:30:"Džipovi na akumulator za decu";s:14:"category_image";s:18:"810-1674845438.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"112465";s:10:"product_id";i:112465;s:4:"name";s:40:"Džip za decu G-Klasa 12v Y-MB910 CRVENA";s:12:"product_name";s:40:"Džip za decu G-Klasa 12v Y-MB910 CRVENA";s:3:"url";s:39:"dzip-za-decu-g-klasa-12v-y-mb910-crvena";s:4:"path";s:14:"/1/13/385/810/";}i:1;a:6:{s:2:"id";s:6:"122658";s:10:"product_id";i:122658;s:4:"name";s:30:"Džip Ford 12v Y-MB1203 CRVENA";s:12:"product_name";s:30:"Džip Ford 12v Y-MB1203 CRVENA";s:3:"url";s:29:"dzip-ford-12v-y-mb1203-crvena";s:4:"path";s:14:"/1/13/385/810/";}i:2;a:6:{s:2:"id";s:6:"123010";s:10:"product_id";i:123010;s:4:"name";s:37:"Džip Ford za decu 12v Y-MB1203 ŽUTA";s:12:"product_name";s:37:"Džip Ford za decu 12v Y-MB1203 ŽUTA";s:3:"url";s:35:"dzip-ford-za-decu-12v-y-mb1203-zuta";s:4:"path";s:14:"/1/13/385/810/";}i:3;a:6:{s:2:"id";s:6:"122966";s:10:"product_id";i:122966;s:4:"name";s:26:"Mercedes-Benz G63 AMG Beli";s:12:"product_name";s:26:"Mercedes-Benz G63 AMG Beli";s:3:"url";s:26:"mercedes-benz-g63-amg-beli";s:4:"path";s:14:"/1/13/385/810/";}i:4;a:6:{s:2:"id";s:6:"122977";s:10:"product_id";i:122977;s:4:"name";s:110:"Dečiji automobil na akumulator Mercedes-Benz G63 AMG Crveni sa daljinskim upravljačem 2.4 GHz i Bluetooth-om";s:12:"product_name";s:110:"Dečiji automobil na akumulator Mercedes-Benz G63 AMG Crveni sa daljinskim upravljačem 2.4 GHz i Bluetooth-om";s:3:"url";s:107:"deciji-automobil-na-akumulator-mercedes-benz-g63-amg-crveni-sa-daljinskim-upravljacem-24-ghz-i-bluetooth-om";s:4:"path";s:14:"/1/13/385/810/";}}}i:3;a:7:{s:11:"category_id";i:808;s:13:"category_name";s:28:"Motori za decu na akumulator";s:17:"category_name_seo";s:28:"motori-za-decu-na-akumulator";s:17:"category_name_aim";s:28:"Motori za decu na akumulator";s:14:"category_image";s:18:"808-1674845556.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"119309";s:10:"product_id";i:119309;s:4:"name";s:33:"Motor mini kvad 6v Y-MB4813 plavi";s:12:"product_name";s:33:"Motor mini kvad 6v Y-MB4813 plavi";s:3:"url";s:33:"motor-mini-kvad-6v-y-mb4813-plavi";s:4:"path";s:14:"/1/13/385/808/";}i:1;a:6:{s:2:"id";s:6:"122937";s:10:"product_id";i:122937;s:4:"name";s:52:"Motor za decu mini sa ručkom 4 točka MB 0654 PLAVA";s:12:"product_name";s:52:"Motor za decu mini sa ručkom 4 točka MB 0654 PLAVA";s:3:"url";s:50:"motor-za-decu-mini-sa-ruckom-4-tocka-mb-0654-plava";s:4:"path";s:14:"/1/13/385/808/";}i:2;a:6:{s:2:"id";s:6:"105370";s:10:"product_id";i:105370;s:4:"name";s:57:"Dečiji Motor ATV na baterije sa prikolicom TS-039 crveni";s:12:"product_name";s:57:"Dečiji Motor ATV na baterije sa prikolicom TS-039 crveni";s:3:"url";s:56:"deciji-motor-atv-na-baterije-sa-prikolicom-ts-039-crveni";s:4:"path";s:14:"/1/13/385/808/";}i:3;a:6:{s:2:"id";s:6:"117169";s:10:"product_id";i:117169;s:4:"name";s:48:"Dečiji Motor na akumulator Harli mini 6v Spider";s:12:"product_name";s:48:"Dečiji Motor na akumulator Harli mini 6v Spider";s:3:"url";s:47:"deciji-motor-na-akumulator-harli-mini-6v-spider";s:4:"path";s:14:"/1/13/385/808/";}i:4;a:6:{s:2:"id";s:6:"117170";s:10:"product_id";i:117170;s:4:"name";s:47:"Dečiji Motor na akumulator Harli mini 6v plavi";s:12:"product_name";s:47:"Dečiji Motor na akumulator Harli mini 6v plavi";s:3:"url";s:46:"deciji-motor-na-akumulator-harli-mini-6v-plavi";s:4:"path";s:14:"/1/13/385/808/";}}}i:4;a:7:{s:11:"category_id";i:812;s:13:"category_name";s:35:"Ostala vozila za decu na akumulator";s:17:"category_name_seo";s:35:"ostala-vozila-za-decu-na-akumulator";s:17:"category_name_aim";s:35:"Ostala vozila za decu na akumulator";s:14:"category_image";s:18:"812-1674845677.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:6:"122956";s:10:"product_id";i:122956;s:4:"name";s:54:"Traktor za decu mini sa ručkom 6v 1moto MB8349 zeleni";s:12:"product_name";s:54:"Traktor za decu mini sa ručkom 6v 1moto MB8349 zeleni";s:3:"url";s:53:"traktor-za-decu-mini-sa-ruckom-6v-1moto-mb8349-zeleni";s:4:"path";s:14:"/1/13/385/812/";}i:1;a:6:{s:2:"id";s:6:"122957";s:10:"product_id";i:122957;s:4:"name";s:54:"Traktor za decu mini sa ručkom 6v 1moto MB8349 crveni";s:12:"product_name";s:54:"Traktor za decu mini sa ručkom 6v 1moto MB8349 crveni";s:3:"url";s:53:"traktor-za-decu-mini-sa-ruckom-6v-1moto-mb8349-crveni";s:4:"path";s:14:"/1/13/385/812/";}i:2;a:6:{s:2:"id";s:6:"122927";s:10:"product_id";i:122927;s:4:"name";s:38:"Traktor za decu 6v 4,5ah MB 0635 PLAVA";s:12:"product_name";s:38:"Traktor za decu 6v 4,5ah MB 0635 PLAVA";s:3:"url";s:37:"traktor-za-decu-6v-45ah-mb-0635-plava";s:4:"path";s:14:"/1/13/385/812/";}i:3;a:6:{s:2:"id";s:6:"122921";s:10:"product_id";i:122921;s:4:"name";s:60:"Traktor za decu 6v 7ah 2motora sa prikolicom MB 1983T CRVENA";s:12:"product_name";s:60:"Traktor za decu 6v 7ah 2motora sa prikolicom MB 1983T CRVENA";s:3:"url";s:60:"traktor-za-decu-6v-7ah-2motora-sa-prikolicom-mb-1983t-crvena";s:4:"path";s:14:"/1/13/385/812/";}i:4;a:6:{s:2:"id";s:5:"78708";s:10:"product_id";i:78708;s:4:"name";s:54:"Dečiji traktor sa prikolicom na akumulator 261 zeleni";s:12:"product_name";s:54:"Dečiji traktor sa prikolicom na akumulator 261 zeleni";s:3:"url";s:53:"deciji-traktor-sa-prikolicom-na-akumulator-261-zeleni";s:4:"path";s:14:"/1/13/385/812/";}}}}s:8:"products";a:0:{}}" ] |
||||||||||||||||||||||||||||||||||
| 14 | 0.21 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:
[
13
]
|
||||||||||||||||||||||||||||||||||
| 15 | 0.23 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:
[ 1790355371 "cache_tree_oidl_13" ] |
||||||||||||||||||||||||||||||||||
| 16 | 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:
[
1
]
|
||||||||||||||||||||||||||||||||||
| 17 | 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:
[ 1790355371 "cache_tree_oidl_1" ] |
||||||||||||||||||||||||||||||||||
| 18 | 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
]
|
||||||||||||||||||||||||||||||||||
| 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:
[ 1790355371 "cache_tree_oidl_1" ] |
||||||||||||||||||||||||||||||||||
| 20 | 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:
[
13
]
|
||||||||||||||||||||||||||||||||||
| 21 | 0.22 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:
[ 1790355371 "cache_tree_oidl_13" ] |
||||||||||||||||||||||||||||||||||
| 22 | 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
]
|
||||||||||||||||||||||||||||||||||
| 23 | 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:
[ 1790355371 "cache_tree_oidl_1" ] |
||||||||||||||||||||||||||||||||||
| 24 | 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
]
|
||||||||||||||||||||||||||||||||||
| 25 | 0.15 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:
[ 1790355371 "cache_tree_oidl_1" ] |
||||||||||||||||||||||||||||||||||
| 26 | 0.09 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:
[
111199
]
|
||||||||||||||||||||||||||||||||||
| 27 | 0.06 ms |
SELECT p.share_link FROM proizvodi_filmovi p WHERE p.product_id = ? AND p.share_link != '' AND p.active = 1
Parameters:
[
111199
]
|
||||||||||||||||||||||||||||||||||
| 28 | 0.04 ms |
SELECT * FROM proizvodi_rejting_star WHERE product_id = ?
Parameters:
[
111199
]
|
||||||||||||||||||||||||||||||||||
| 29 | 0.07 ms |
SELECT * FROM proizvodi_komentari WHERE id_proizvoda = ? and active = 1 ORDER BY vreme DESC
Parameters:
[
111199
]
|
||||||||||||||||||||||||||||||||||
| 30 | 0.33 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" ]
|
||||||||||||||||||||||||||||||||||
| 31 | 0.32 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:
[
111199
]
|
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.