1
2.41 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
Parameters :
[
"oprema-za-bazene "
]
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 = 'oprema-za-bazene' and active = 1 ;
Copy
2
0.19 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 :
[
1780699976
"cache_tree_aim_302 "
]
SELECT item_id , CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > 1780699976 THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN ('cache_tree_aim_302' );
Copy
3
17.60 ms
DELETE FROM cache_items WHERE item_lifetime + item_time < = ? AND item_id IN (? )
Parameters :
[
1780699976
"cache_tree_aim_302 "
]
DELETE FROM cache_items WHERE item_lifetime + item_time < = 1780699976 AND item_id IN ('cache_tree_aim_302' );
Copy
4
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 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
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 = 302 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 = 302 and c1 . active = 1 and c2 . show_category = 1 AND c2 . fl_alat = 1 )
ORDER BY category_name ;
Copy
5
50.36 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 => 1780699976
0 => "cache_tree_aim_302 "
1 => "a:2:{s:13:"subCategories";a:0:{}s:8:"products";a:3:{i:0;a:6:{s:2:"id";s:6:"108008";s:10:"product_id";i:108008;s:4:"name";s:50:"Intex solarni prekrivač za bazene prečnika 244cm";s:12:"product_name";s:50:"Intex solarni prekrivač za bazene prečnika 244cm";s:3:"url";s:48:"intex-solarni-prekrivac-za-bazene-precnika-244cm";s:4:"path";s:10:"/1/44/302/";}i:1;a:6:{s:2:"id";s:6:"108009";s:10:"product_id";i:108009;s:4:"name";s:39:"Intex filter kuglice za peščane pumpe";s:12:"product_name";s:39:"Intex filter kuglice za peščane pumpe";s:3:"url";s:37:"intex-filter-kuglice-za-pescane-pumpe";s:4:"path";s:10:"/1/44/302/";}i:2;a:6:{s:2:"id";s:6:"120137";s:10:"product_id";i:120137;s:4:"name";s:31:"FILTER PUMPA NA PESAK - BESTWAY";s:12:"product_name";s:31:"FILTER PUMPA NA PESAK - BESTWAY";s:3:"url";s:29:"filter-pumpa-na-pesak-bestway";s:4:"path";s:10:"/1/44/302/";}}} "
]
INSERT INTO cache_items (item_id , item_data , item_lifetime , item_time ) VALUES (3600 , 1780699976 , 'cache_tree_aim_302' , 'a:2:{s:13:\"subCategories\";a:0:{}s:8:\"products\";a:3:{i:0;a:6:{s:2:\"id\";s:6:\"108008\";s:10:\"product_id\";i:108008;s:4:\"name\";s:50:\"Intex solarni prekrivač za bazene prečnika 244cm\";s:12:\"product_name\";s:50:\"Intex solarni prekrivač za bazene prečnika 244cm\";s:3:\"url\";s:48:\"intex-solarni-prekrivac-za-bazene-precnika-244cm\";s:4:\"path\";s:10:\"/1/44/302/\";}i:1;a:6:{s:2:\"id\";s:6:\"108009\";s:10:\"product_id\";i:108009;s:4:\"name\";s:39:\"Intex filter kuglice za peščane pumpe\";s:12:\"product_name\";s:39:\"Intex filter kuglice za peščane pumpe\";s:3:\"url\";s:37:\"intex-filter-kuglice-za-pescane-pumpe\";s:4:\"path\";s:10:\"/1/44/302/\";}i:2;a:6:{s:2:\"id\";s:6:\"120137\";s:10:\"product_id\";i:120137;s:4:\"name\";s:31:\"FILTER PUMPA NA PESAK - BESTWAY\";s:12:\"product_name\";s:31:\"FILTER PUMPA NA PESAK - BESTWAY\";s:3:\"url\";s:29:\"filter-pumpa-na-pesak-bestway\";s:4:\"path\";s:10:\"/1/44/302/\";}}}' ) ON DUPLICATE KEY UPDATE item_data = VALUES (item_data ), item_lifetime = VALUES (item_lifetime ), item_time = VALUES (item_time );
Copy
6
0.25 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 = 44 and active = 1 ;
Copy
7
43.93 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 :
[
1780699976
"cache_tree_aim_44 "
]
SELECT item_id , CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > 1780699976 THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN ('cache_tree_aim_44' );
Copy
8
0.23 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
9
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 :
[
1780699976
"cache_tree_aim_1 "
]
SELECT item_id , CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > 1780699976 THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN ('cache_tree_aim_1' );
Copy
10
0.15 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
11
0.17 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 :
[
1780699976
"cache_tree_aim_1 "
]
SELECT item_id , CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > 1780699976 THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN ('cache_tree_aim_1' );
Copy