1
2.91 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 ,
cache_tree , cache_tree_aim , show_eponuda
FROM kategorije
WHERE category_name_seo = ? and active = 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 = 'cizme' and active = 1 ;
Copy
2
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 :
[
1790386480
"cache_tree_oidl_1111 "
]
SELECT item_id , CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > 1790386480 THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN ('cache_tree_oidl_1111' );
Copy
3
16.63 ms
DELETE FROM cache_items WHERE item_lifetime + item_time < = ? AND item_id IN (? )
Parameters :
[
1790386480
"cache_tree_oidl_1111 "
]
DELETE FROM cache_items WHERE item_lifetime + item_time < = 1790386480 AND item_id IN ('cache_tree_oidl_1111' );
Copy
4
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 :
[
1111
1111
]
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 = 1111 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 = 1111 and c1 . active = 1 and c2 . show_category = 1 )
ORDER BY category_name ;
Copy
5
7.71 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 => 1790386480
0 => "cache_tree_oidl_1111 "
1 => "a:2:{s:13:"subCategories";a:0:{}s:8:"products";a:0:{}} "
]
INSERT INTO cache_items (item_id , item_data , item_lifetime , item_time ) VALUES (3600 , 1790386480 , 'cache_tree_oidl_1111' , 'a:2:{s:13:\"subCategories\";a:0:{}s:8:\"products\";a:0:{}}' ) ON DUPLICATE KEY UPDATE item_data = VALUES (item_data ), item_lifetime = VALUES (item_lifetime ), item_time = VALUES (item_time );
Copy
6
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
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 = 206 and active = 1 ;
Copy
7
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 :
[
1790386480
"cache_tree_oidl_206 "
]
SELECT item_id , CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > 1790386480 THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN ('cache_tree_oidl_206' );
Copy
8
7.54 ms
DELETE FROM cache_items WHERE item_lifetime + item_time < = ? AND item_id IN (? )
Parameters :
[
1790386480
"cache_tree_oidl_206 "
]
DELETE FROM cache_items WHERE item_lifetime + item_time < = 1790386480 AND item_id IN ('cache_tree_oidl_206' );
Copy
9
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
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 = 206 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 = 206 and c1 . active = 1 and c2 . show_category = 1 )
ORDER BY category_name ;
Copy
10
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 :
[
1111
1111
]
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 = 1111 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 = 1111 and c1 . active = 1 and c2 . show_category = 1 )
ORDER BY category_name ;
Copy
11
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 :
[
1285
1285
]
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 = 1285 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 = 1285 and c1 . active = 1 and c2 . show_category = 1 )
ORDER BY category_name ;
Copy
12
0.20 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 :
[
1286
1286
]
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 = 1286 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 = 1286 and c1 . active = 1 and c2 . show_category = 1 )
ORDER BY category_name ;
Copy
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 :
[
1386
1386
]
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 = 1386 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 = 1386 and c1 . active = 1 and c2 . show_category = 1 )
ORDER BY category_name ;
Copy
14
20.03 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 => 1790386480
0 => "cache_tree_oidl_206 "
1 => "a:2:{s:13:"subCategories";a:4:{i:0;a:7:{s:11:"category_id";i:1111;s:13:"category_name";s:6:"Čizme";s:17:"category_name_seo";s:5:"cizme";s:17:"category_name_aim";s:6:"Čizme";s:14:"category_image";s:19:"1111-1364427900.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:0:{}}i:1;a:7:{s:11:"category_id";i:1285;s:13:"category_name";s:15:"Čizme lovačke";s:17:"category_name_seo";s:13:"cizme-lovacke";s:17:"category_name_aim";s:15:"Čizme lovačke";s:14:"category_image";s:19:"1285-1456742418.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:1:{i:0;a:6:{s:2:"id";s:5:"61250";s:10:"product_id";i:61250;s:4:"name";s:40:"Lovačka čizma Canada 91568 br 40 Tigar";s:12:"product_name";s:40:"Lovačka čizma Canada 91568 br 40 Tigar";s:3:"url";s:38:"lovacka-cizma-canada-91568-br-40-tigar";s:4:"path";s:14:"/1/21/28/1285/";}}}i:2;a:7:{s:11:"category_id";i:1286;s:13:"category_name";s:16:"Čizme radničke";s:17:"category_name_seo";s:14:"cizme-radnicke";s:17:"category_name_aim";s:16:"Čizme radničke";s:14:"category_image";s:19:"1286-1628690562.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"87080";s:10:"product_id";i:87080;s:4:"name";s:27:"Čizma zelena kratka 40 PVC";s:12:"product_name";s:27:"Čizma zelena kratka 40 PVC";s:3:"url";s:26:"cizma-zelena-kratka-40-pvc";s:4:"path";s:14:"/1/21/28/1286/";}i:1;a:6:{s:2:"id";s:5:"87089";s:10:"product_id";i:87089;s:4:"name";s:40:"GINOCCHIO VN Čizma zelena duboka PVC 40";s:12:"product_name";s:40:"GINOCCHIO VN Čizma zelena duboka PVC 40";s:3:"url";s:38:"ginochio-vn-cizma-zelena-duboka-pvc-40";s:4:"path";s:14:"/1/21/28/1286/";}i:2;a:6:{s:2:"id";s:5:"61747";s:10:"product_id";i:61747;s:4:"name";s:40:"Radnička niska čizma br 40 20164 Tigar";s:12:"product_name";s:40:"Radnička niska čizma br 40 20164 Tigar";s:3:"url";s:38:"radnicka-niska-cizma-br-40-20164-tigar";s:4:"path";s:14:"/1/21/28/1286/";}i:3;a:6:{s:2:"id";s:5:"61738";s:10:"product_id";i:61738;s:4:"name";s:41:"Radnička visoka čizma br 39 70200 Tigar";s:12:"product_name";s:41:"Radnička visoka čizma br 39 70200 Tigar";s:3:"url";s:39:"radnicka-visoka-cizma-br-39-70200-tigar";s:4:"path";s:14:"/1/21/28/1286/";}i:4;a:6:{s:2:"id";s:5:"92821";s:10:"product_id";i:92821;s:4:"name";s:50:"Radnička čizma visoka zelena 71223 broj 39 Tigar";s:12:"product_name";s:50:"Radnička čizma visoka zelena 71223 broj 39 Tigar";s:3:"url";s:48:"radnicka-cizma-visoka-zelena-71223-broj-39-tigar";s:4:"path";s:14:"/1/21/28/1286/";}}}i:3;a:7:{s:11:"category_id";i:1386;s:13:"category_name";s:13:"Patike-cipele";s:17:"category_name_seo";s:13:"patike-cipele";s:17:"category_name_aim";s:13:"Patike-cipele";s:14:"category_image";s:19:"1386-1675426059.jpg";s:13:"subCategories";a:0:{}s:8:"products";a:5:{i:0;a:6:{s:2:"id";s:5:"76487";s:10:"product_id";i:76487;s:4:"name";s:36:"Patika - Cipela SPEED crna 40 Getout";s:12:"product_name";s:36:"Patika - Cipela SPEED crna 40 Getout";s:3:"url";s:34:"patika-cipela-speed-crna-40-getout";s:4:"path";s:16:"/1/173/206/1386/";}i:1;a:6:{s:2:"id";s:5:"76495";s:10:"product_id";i:76495;s:4:"name";s:36:"Patika - Cipela SPEED siva 40 Getout";s:12:"product_name";s:36:"Patika - Cipela SPEED siva 40 Getout";s:3:"url";s:34:"patika-cipela-speed-siva-40-getout";s:4:"path";s:16:"/1/173/206/1386/";}i:2;a:6:{s:2:"id";s:5:"76474";s:10:"product_id";i:76474;s:4:"name";s:40:"Patika - Cipela Treking 41 smedja Getout";s:12:"product_name";s:40:"Patika - Cipela Treking 41 smedja Getout";s:3:"url";s:38:"patika-cipela-treking-41-smedja-getout";s:4:"path";s:16:"/1/173/206/1386/";}i:3;a:6:{s:2:"id";s:5:"76466";s:10:"product_id";i:76466;s:4:"name";s:44:"Patika - Cipela PHYLON 40 crna plitka Getout";s:12:"product_name";s:44:"Patika - Cipela PHYLON 40 crna plitka Getout";s:3:"url";s:42:"patika-cipela-phylon-40-crna-plitka-getout";s:4:"path";s:16:"/1/173/206/1386/";}i:4;a:6:{s:2:"id";s:5:"76459";s:10:"product_id";i:76459;s:4:"name";s:44:"Patika - Cipela PHYLON 41 crna duboka Getout";s:12:"product_name";s:44:"Patika - Cipela PHYLON 41 crna duboka Getout";s:3:"url";s:42:"patika-cipela-phylon-41-crna-duboka-getout";s:4:"path";s:16:"/1/173/206/1386/";}}}}s:8:"products";a:0:{}} "
]
INSERT INTO cache_items (item_id , item_data , item_lifetime , item_time ) VALUES (3600 , 1790386480 , 'cache_tree_oidl_206' , 'a:2:{s:13:\"subCategories\";a:4:{i:0;a:7:{s:11:\"category_id\";i:1111;s:13:\"category_name\";s:6:\"Čizme\";s:17:\"category_name_seo\";s:5:\"cizme\";s:17:\"category_name_aim\";s:6:\"Čizme\";s:14:\"category_image\";s:19:\"1111-1364427900.jpg\";s:13:\"subCategories\";a:0:{}s:8:\"products\";a:0:{}}i:1;a:7:{s:11:\"category_id\";i:1285;s:13:\"category_name\";s:15:\"Čizme lovačke\";s:17:\"category_name_seo\";s:13:\"cizme-lovacke\";s:17:\"category_name_aim\";s:15:\"Čizme lovačke\";s:14:\"category_image\";s:19:\"1285-1456742418.jpg\";s:13:\"subCategories\";a:0:{}s:8:\"products\";a:1:{i:0;a:6:{s:2:\"id\";s:5:\"61250\";s:10:\"product_id\";i:61250;s:4:\"name\";s:40:\"Lovačka čizma Canada 91568 br 40 Tigar\";s:12:\"product_name\";s:40:\"Lovačka čizma Canada 91568 br 40 Tigar\";s:3:\"url\";s:38:\"lovacka-cizma-canada-91568-br-40-tigar\";s:4:\"path\";s:14:\"/1/21/28/1285/\";}}}i:2;a:7:{s:11:\"category_id\";i:1286;s:13:\"category_name\";s:16:\"Čizme radničke\";s:17:\"category_name_seo\";s:14:\"cizme-radnicke\";s:17:\"category_name_aim\";s:16:\"Čizme radničke\";s:14:\"category_image\";s:19:\"1286-1628690562.jpg\";s:13:\"subCategories\";a:0:{}s:8:\"products\";a:5:{i:0;a:6:{s:2:\"id\";s:5:\"87080\";s:10:\"product_id\";i:87080;s:4:\"name\";s:27:\"Čizma zelena kratka 40 PVC\";s:12:\"product_name\";s:27:\"Čizma zelena kratka 40 PVC\";s:3:\"url\";s:26:\"cizma-zelena-kratka-40-pvc\";s:4:\"path\";s:14:\"/1/21/28/1286/\";}i:1;a:6:{s:2:\"id\";s:5:\"87089\";s:10:\"product_id\";i:87089;s:4:\"name\";s:40:\"GINOCCHIO VN Čizma zelena duboka PVC 40\";s:12:\"product_name\";s:40:\"GINOCCHIO VN Čizma zelena duboka PVC 40\";s:3:\"url\";s:38:\"ginochio-vn-cizma-zelena-duboka-pvc-40\";s:4:\"path\";s:14:\"/1/21/28/1286/\";}i:2;a:6:{s:2:\"id\";s:5:\"61747\";s:10:\"product_id\";i:61747;s:4:\"name\";s:40:\"Radnička niska čizma br 40 20164 Tigar\";s:12:\"product_name\";s:40:\"Radnička niska čizma br 40 20164 Tigar\";s:3:\"url\";s:38:\"radnicka-niska-cizma-br-40-20164-tigar\";s:4:\"path\";s:14:\"/1/21/28/1286/\";}i:3;a:6:{s:2:\"id\";s:5:\"61738\";s:10:\"product_id\";i:61738;s:4:\"name\";s:41:\"Radnička visoka čizma br 39 70200 Tigar\";s:12:\"product_name\";s:41:\"Radnička visoka čizma br 39 70200 Tigar\";s:3:\"url\";s:39:\"radnicka-visoka-cizma-br-39-70200-tigar\";s:4:\"path\";s:14:\"/1/21/28/1286/\";}i:4;a:6:{s:2:\"id\";s:5:\"92821\";s:10:\"product_id\";i:92821;s:4:\"name\";s:50:\"Radnička čizma visoka zelena 71223 broj 39 Tigar\";s:12:\"product_name\";s:50:\"Radnička čizma visoka zelena 71223 broj 39 Tigar\";s:3:\"url\";s:48:\"radnicka-cizma-visoka-zelena-71223-broj-39-tigar\";s:4:\"path\";s:14:\"/1/21/28/1286/\";}}}i:3;a:7:{s:11:\"category_id\";i:1386;s:13:\"category_name\";s:13:\"Patike-cipele\";s:17:\"category_name_seo\";s:13:\"patike-cipele\";s:17:\"category_name_aim\";s:13:\"Patike-cipele\";s:14:\"category_image\";s:19:\"1386-1675426059.jpg\";s:13:\"subCategories\";a:0:{}s:8:\"products\";a:5:{i:0;a:6:{s:2:\"id\";s:5:\"76487\";s:10:\"product_id\";i:76487;s:4:\"name\";s:36:\"Patika - Cipela SPEED crna 40 Getout\";s:12:\"product_name\";s:36:\"Patika - Cipela SPEED crna 40 Getout\";s:3:\"url\";s:34:\"patika-cipela-speed-crna-40-getout\";s:4:\"path\";s:16:\"/1/173/206/1386/\";}i:1;a:6:{s:2:\"id\";s:5:\"76495\";s:10:\"product_id\";i:76495;s:4:\"name\";s:36:\"Patika - Cipela SPEED siva 40 Getout\";s:12:\"product_name\";s:36:\"Patika - Cipela SPEED siva 40 Getout\";s:3:\"url\";s:34:\"patika-cipela-speed-siva-40-getout\";s:4:\"path\";s:16:\"/1/173/206/1386/\";}i:2;a:6:{s:2:\"id\";s:5:\"76474\";s:10:\"product_id\";i:76474;s:4:\"name\";s:40:\"Patika - Cipela Treking 41 smedja Getout\";s:12:\"product_name\";s:40:\"Patika - Cipela Treking 41 smedja Getout\";s:3:\"url\";s:38:\"patika-cipela-treking-41-smedja-getout\";s:4:\"path\";s:16:\"/1/173/206/1386/\";}i:3;a:6:{s:2:\"id\";s:5:\"76466\";s:10:\"product_id\";i:76466;s:4:\"name\";s:44:\"Patika - Cipela PHYLON 40 crna plitka Getout\";s:12:\"product_name\";s:44:\"Patika - Cipela PHYLON 40 crna plitka Getout\";s:3:\"url\";s:42:\"patika-cipela-phylon-40-crna-plitka-getout\";s:4:\"path\";s:16:\"/1/173/206/1386/\";}i:4;a:6:{s:2:\"id\";s:5:\"76459\";s:10:\"product_id\";i:76459;s:4:\"name\";s:44:\"Patika - Cipela PHYLON 41 crna duboka Getout\";s:12:\"product_name\";s:44:\"Patika - Cipela PHYLON 41 crna duboka Getout\";s:3:\"url\";s:42:\"patika-cipela-phylon-41-crna-duboka-getout\";s:4:\"path\";s:16:\"/1/173/206/1386/\";}}}}s:8:\"products\";a:0:{}}' ) ON DUPLICATE KEY UPDATE item_data = VALUES (item_data ), item_lifetime = VALUES (item_lifetime ), item_time = VALUES (item_time );
Copy
15
0.16 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
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 = 173 and active = 1 ;
Copy
16
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 :
[
1790386480
"cache_tree_oidl_173 "
]
SELECT item_id , CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > 1790386480 THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN ('cache_tree_oidl_173' );
Copy
17
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
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 = 1 and active = 1 ;
Copy
18
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 :
[
1790386480
"cache_tree_oidl_1 "
]
SELECT item_id , CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > 1790386480 THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN ('cache_tree_oidl_1' );
Copy
19
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
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 = 1 and active = 1 ;
Copy
20
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 :
[
1790386480
"cache_tree_oidl_1 "
]
SELECT item_id , CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > 1790386480 THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN ('cache_tree_oidl_1' );
Copy
21
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
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 = 173 and active = 1 ;
Copy
22
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 :
[
1790386480
"cache_tree_oidl_173 "
]
SELECT item_id , CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > 1790386480 THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN ('cache_tree_oidl_173' );
Copy
23
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
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 = 1 and active = 1 ;
Copy
24
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 :
[
1790386480
"cache_tree_oidl_1 "
]
SELECT item_id , CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > 1790386480 THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN ('cache_tree_oidl_1' );
Copy
25
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
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 = 1 and active = 1 ;
Copy
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 :
[
1790386480
"cache_tree_oidl_1 "
]
SELECT item_id , CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > 1790386480 THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN ('cache_tree_oidl_1' );
Copy
27
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
"kategorije "
"ostale "
]
SELECT page_title , page_meta_description , page_meta_keywords , web_page
FROM website_tags
WHERE website = 1 and web_page IN ('kategorije' , 'ostale' );
Copy
28
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
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 = 1111 and active = 1 ;
Copy
29
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 :
[
1790386480
"cache_tree_oidl_1111 "
]
SELECT item_id , CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > 1790386480 THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN ('cache_tree_oidl_1111' );
Copy
30
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
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 = 206 and active = 1 ;
Copy
31
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 :
[
1790386480
"cache_tree_oidl_206 "
]
SELECT item_id , CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > 1790386480 THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN ('cache_tree_oidl_206' );
Copy
32
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
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 = 173 and active = 1 ;
Copy
33
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 :
[
1790386480
"cache_tree_oidl_173 "
]
SELECT item_id , CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > 1790386480 THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN ('cache_tree_oidl_173' );
Copy
34
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
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 = 1 and active = 1 ;
Copy
35
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 :
[
1790386480
"cache_tree_oidl_1 "
]
SELECT item_id , CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > 1790386480 THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN ('cache_tree_oidl_1' );
Copy
36
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
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 = 1 and active = 1 ;
Copy
37
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 :
[
1790386480
"cache_tree_oidl_1 "
]
SELECT item_id , CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > 1790386480 THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN ('cache_tree_oidl_1' );
Copy
38
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
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 = 173 and active = 1 ;
Copy
39
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 :
[
1790386480
"cache_tree_oidl_173 "
]
SELECT item_id , CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > 1790386480 THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN ('cache_tree_oidl_173' );
Copy
40
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
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 = 1 and active = 1 ;
Copy
41
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 :
[
1790386480
"cache_tree_oidl_1 "
]
SELECT item_id , CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > 1790386480 THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN ('cache_tree_oidl_1' );
Copy
42
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
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 = 1 and active = 1 ;
Copy
43
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 :
[
1790386480
"cache_tree_oidl_1 "
]
SELECT item_id , CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > 1790386480 THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN ('cache_tree_oidl_1' );
Copy
44
0.21 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
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 = 1111
GROUP BY p . brand_id
ORDER BY b . brand_name ;
Copy
45
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 :
[
1790386480
"cache_tree_oidl_1 "
]
SELECT item_id , CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > 1790386480 THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN ('cache_tree_oidl_1' );
Copy
46
0.51 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
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 ;
Copy
47
18.01 ms
SELECT COUNT (p . id ) AS uk_broj_aktivnih
FROM proizvodi p
WHERE p . active = 1 AND p . show_product = 1
SELECT COUNT (p . id ) AS uk_broj_aktivnih
FROM proizvodi p
WHERE p . active = 1 AND p . show_product = 1 ;
Copy
48
0.39 ms
SELECT COUNT (* ) AS num_brands
FROM proizvodjaci b
WHERE active = 1 AND show_brand = 1 AND num_of_products > 0
SELECT COUNT (* ) AS num_brands
FROM proizvodjaci b
WHERE active = 1 AND show_brand = 1 AND num_of_products > 0 ;
Copy
49
0.05 ms
SELECT * FROM upload_images ORDER BY id
SELECT * FROM upload_images ORDER BY id ;
Copy