Адрес

г. Южно‐Сахалинск, ул. Сахалинская, 223

Гранд (Ясень Шимо)

Модельный ряд
В наличии
Gr-16 Стол руководителя\ясень шимо
23 670p
Нет в наличии
Gr-18 Стол руководителя\ясень шимо
25 280p
В наличии
Gr-20 Стол руководителя\ясень шимо
26 820p
В наличии
Gr-8 Брифинг\ясень шимо
18 450p
В наличии
Gr-31 Тумба приставная\ясень шимо
17 040p
В наличии
Gr-32 Тумба мобильная\ясень шимо
14 250p
В наличии
Gr-42 Стеллаж низкий широкий\ясень шимо
8 760p
Нет в наличии
Gr-51 Стеллаж средний узкий\ясень шимо
9 600p
Нет в наличии
Gr-52 Стеллаж средний широкий\ясень шимо
13 790p
Нет в наличии
Gr-61 Стеллаж высокий узкий\ясень шимо
13 170p
В наличии
Gr-62 Стеллаж высокий широкий\ясень шимо
18 960p
В наличии
Gr-63 Гардероб с выдвижной штангой\ясень шимо
23 700p
Нет в наличии
Gr-13 Стол круглый\ясень шимо
0p
В наличии
GR-7.1 Дверь низкая глухая\ясень шимо
2 190p
Нет в наличии
Gr-8.1 Дверь средняя глухая\ясень шимо
3 590p
Нет в наличии
Gr-9.1 Дверь высокая глухая\ясень шимо
В наличии
Gr-21 Модуль конференц-стола\ясень шимо
8 240p
В наличии
GrY-14\ Модуль конференц стола140\ясень шимо
20 260p
Нет в наличии
Gr-22 Модуль конференц-стола\ясень шимо
В наличии
Gr-23 Модуль конференц-стола\ясень шимо
21 840p
Нет в наличии
Gr-9 Стол журнальный\ясень шимо
10 770p
Нет в наличии
Gr-8k Стол компьютерный\ясень шимо
9 190p
Нет в наличии
Gr-12 Стол приставной\ясень шимо
0p
В наличии
GrO-04.1 L\ Дверь стеклянная в рамке МДФ\т.орех
8 580p
В наличии
GrO-04.1 R\ Дверь стеклянная в рамке МДФ\т.орех
8 580p

Контакты

г. Южно‐Сахалинск, ул. Сахалинская, 223,

т. 77–35–00

Информация на данном сайте не является публичной офертой.

© Сайт сделан в Ринамике

© 2007—2025 Офисная мебель

MySQL статистика (97)
Query Rows Time Cached
SET SESSION sql_mode = '' - 0.000055 false
SELECT seo_settings.* FROM seo_settings ORDER BY id desc LIMIT 0, 1 1 0.000445 false
update seo_settings set individual_seo_settings = 'a:0:{}' - 0.000177 false
SELECT (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = catalog_categories.id and (master_object_class='Catalog_Category' and field='image')) as image_calculated, (product_type_calculated_join.name) as product_type_calculated, (select group_concat(catalog_attributes.name ORDER BY 1 SEPARATOR ', ') from catalog_attributes, catalog_category_filters where catalog_attributes.id=catalog_category_filters.attribute_id and catalog_category_filters.category_id=catalog_categories.id) as filters_calculated, (select group_concat(mebel_relations.id ORDER BY 1 SEPARATOR ', ') from mebel_relations where mebel_relations.object_id = catalog_categories.id) as colours_calculated, (select group_concat(db_files.id ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = catalog_categories.id and (master_object_class='Catalog_Category' and field='photos')) as photos_calculated, catalog_categories.* FROM catalog_categories LEFT JOIN catalog_product_types as product_type_calculated_join ON product_type_calculated_join.id = catalog_categories.type_id WHERE (catalog_categories.id = '96') LIMIT 0, 1 1 0.001951 false
SELECT product_id, category_id FROM catalog_products_alt_categories WHERE category_id='96' ORDER BY product_id ASC 2 0.000413 false
SELECT count(DISTINCT catalog_products.id) FROM catalog_products LEFT JOIN catalog_products_alt_categories ON catalog_products_alt_categories.product_id = catalog_products.id LEFT JOIN catalog_categories as category_calculated_join ON category_calculated_join.id = catalog_products.category_id LEFT JOIN catalog_product_types as type_calculated_join ON type_calculated_join.id = catalog_products.type_id WHERE (catalog_products.category_id = '96') AND (catalog_products.hidden is null) AND (catalog_products.deleted is null) OR (catalog_products_alt_categories.category_id = '96') AND (catalog_products.hidden is null) AND (catalog_products.deleted is null) 1 0.006225 false
SELECT catalog_products_alt_categories.category_id as alt_category_id, (select min(price) from catalog_skus where product_id=catalog_products.id) as min_price, (select max(price) from catalog_skus where product_id=catalog_products.id) as max_price, (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = catalog_products.id and (master_object_class='Catalog_Product' and field='photos')) as photos_calculated, (category_calculated_join.name) as category_calculated, (type_calculated_join.name) as type_calculated, (select group_concat(catalog_skus.name ORDER BY 1 SEPARATOR ', ') from catalog_skus where catalog_skus.product_id = catalog_products.id) as skus_calculated, (select group_concat(mebel_relations.id ORDER BY 1 SEPARATOR ', ') from mebel_relations where mebel_relations.object_id = catalog_products.id) as colours_calculated, (select group_concat(catalog_categories.name ORDER BY 1 SEPARATOR ', ') from catalog_categories, catalog_products_alt_categories where catalog_categories.id=catalog_products_alt_categories.category_id and catalog_products_alt_categories.product_id=catalog_products.id) as alt_categories_calculated, catalog_products.* FROM catalog_products LEFT JOIN catalog_products_alt_categories ON catalog_products_alt_categories.product_id = catalog_products.id LEFT JOIN catalog_categories as category_calculated_join ON category_calculated_join.id = catalog_products.category_id LEFT JOIN catalog_product_types as type_calculated_join ON type_calculated_join.id = catalog_products.type_id WHERE (catalog_products.category_id = '96') AND (catalog_products.hidden is null) AND (catalog_products.deleted is null) OR (catalog_products_alt_categories.category_id = '96') AND (catalog_products.hidden is null) AND (catalog_products.deleted is null) GROUP BY catalog_products.id ORDER BY CASE WHEN catalog_products.category_id = 96 THEN 0 ELSE 1 END, sort_order asc LIMIT 0, 28 25 0.019606 false
select * from catalog_attribute_values where product_id = '597' 0 0.000361 false
select * from catalog_attribute_values where product_id = '598' 0 0.000240 false
select * from catalog_attribute_values where product_id = '599' 0 0.000187 false
select * from catalog_attribute_values where product_id = '591' 0 0.000180 false
select * from catalog_attribute_values where product_id = '585' 0 0.000219 false
select * from catalog_attribute_values where product_id = '586' 0 0.000174 false
select * from catalog_attribute_values where product_id = '587' 0 0.000159 false
select * from catalog_attribute_values where product_id = '588' 0 0.000195 false
select * from catalog_attribute_values where product_id = '589' 0 0.000195 false
select * from catalog_attribute_values where product_id = '590' 0 0.000184 false
select * from catalog_attribute_values where product_id = '596' 0 0.000156 false
select * from catalog_attribute_values where product_id = '582' 0 0.000183 false
select * from catalog_attribute_values where product_id = '583' 0 0.000167 false
select * from catalog_attribute_values where product_id = '584' 0 0.000151 false
select * from catalog_attribute_values where product_id = '600' 0 0.000149 false
select * from catalog_attribute_values where product_id = '603' 0 0.000148 false
select * from catalog_attribute_values where product_id = '601' 0 0.000146 false
select * from catalog_attribute_values where product_id = '602' 0 0.000145 false
select * from catalog_attribute_values where product_id = '1113' 0 0.000149 false
select * from catalog_attribute_values where product_id = '594' 0 0.000146 false
select * from catalog_attribute_values where product_id = '595' 0 0.000144 false
select * from catalog_attribute_values where product_id = '555' 0 0.000147 false
select * from catalog_attribute_values where product_id = '1863' 0 0.000139 false
SELECT id, name FROM catalog_categories WHERE hidden IS NULL AND parent_id = 54 ORDER BY sort_order ASC 2 0.000246 false
SELECT (select min(price) from catalog_skus where product_id=catalog_products.id) as min_price, (select max(price) from catalog_skus where product_id=catalog_products.id) as max_price, (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = catalog_products.id and (master_object_class='Catalog_Product' and field='photos')) as photos_calculated, (category_calculated_join.name) as category_calculated, (type_calculated_join.name) as type_calculated, (select group_concat(catalog_skus.name ORDER BY 1 SEPARATOR ', ') from catalog_skus where catalog_skus.product_id = catalog_products.id) as skus_calculated, (select group_concat(mebel_relations.id ORDER BY 1 SEPARATOR ', ') from mebel_relations where mebel_relations.object_id = catalog_products.id) as colours_calculated, (select group_concat(catalog_categories.name ORDER BY 1 SEPARATOR ', ') from catalog_categories, catalog_products_alt_categories where catalog_categories.id=catalog_products_alt_categories.category_id and catalog_products_alt_categories.product_id=catalog_products.id) as alt_categories_calculated, catalog_products.* FROM catalog_products LEFT JOIN catalog_categories as category_calculated_join ON category_calculated_join.id = catalog_products.category_id LEFT JOIN catalog_product_types as type_calculated_join ON type_calculated_join.id = catalog_products.type_id WHERE (catalog_products.sell_out = 1) AND (catalog_products.hidden is null) AND (catalog_products.deleted is null) 6 0.011345 false
SELECT catalog_categories.* FROM catalog_categories ORDER BY sort_order 209 0.001726 false
SELECT (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = catalog_categories.id and (master_object_class='Catalog_Category' and field='image')) as image_calculated, (product_type_calculated_join.name) as product_type_calculated, (select group_concat(catalog_attributes.name ORDER BY 1 SEPARATOR ', ') from catalog_attributes, catalog_category_filters where catalog_attributes.id=catalog_category_filters.attribute_id and catalog_category_filters.category_id=catalog_categories.id) as filters_calculated, (select group_concat(mebel_relations.id ORDER BY 1 SEPARATOR ', ') from mebel_relations where mebel_relations.object_id = catalog_categories.id) as colours_calculated, (select group_concat(db_files.id ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = catalog_categories.id and (master_object_class='Catalog_Category' and field='photos')) as photos_calculated, catalog_categories.* FROM catalog_categories LEFT JOIN catalog_product_types as product_type_calculated_join ON product_type_calculated_join.id = catalog_categories.type_id WHERE (catalog_categories.id = '1') LIMIT 0, 1 1 0.000962 false
SELECT (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = catalog_categories.id and (master_object_class='Catalog_Category' and field='image')) as image_calculated, (product_type_calculated_join.name) as product_type_calculated, (select group_concat(catalog_attributes.name ORDER BY 1 SEPARATOR ', ') from catalog_attributes, catalog_category_filters where catalog_attributes.id=catalog_category_filters.attribute_id and catalog_category_filters.category_id=catalog_categories.id) as filters_calculated, (select group_concat(mebel_relations.id ORDER BY 1 SEPARATOR ', ') from mebel_relations where mebel_relations.object_id = catalog_categories.id) as colours_calculated, (select group_concat(db_files.id ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = catalog_categories.id and (master_object_class='Catalog_Category' and field='photos')) as photos_calculated, catalog_categories.* FROM catalog_categories LEFT JOIN catalog_product_types as product_type_calculated_join ON product_type_calculated_join.id = catalog_categories.type_id WHERE (catalog_categories.id = '54') LIMIT 0, 1 1 0.001121 false
SELECT db_files.* FROM db_files WHERE (db_files.master_object_id = '96') AND (db_files.master_object_class='Catalog_Category' and field='photos') ORDER BY sort_order 2 0.000370 false
SELECT (colour_calculated_join.name) as colour_calculated, mebel_relations.* FROM mebel_relations LEFT JOIN mebel_colours as colour_calculated_join ON colour_calculated_join.id = mebel_relations.colour_id WHERE (mebel_relations.object_id = '96') 0 0.000566 false
SELECT (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = catalog_categories.id and (master_object_class='Catalog_Category' and field='image')) as image_calculated, (product_type_calculated_join.name) as product_type_calculated, (select group_concat(catalog_attributes.name ORDER BY 1 SEPARATOR ', ') from catalog_attributes, catalog_category_filters where catalog_attributes.id=catalog_category_filters.attribute_id and catalog_category_filters.category_id=catalog_categories.id) as filters_calculated, (select group_concat(mebel_relations.id ORDER BY 1 SEPARATOR ', ') from mebel_relations where mebel_relations.object_id = catalog_categories.id) as colours_calculated, (select group_concat(db_files.id ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = catalog_categories.id and (master_object_class='Catalog_Category' and field='photos')) as photos_calculated, catalog_categories.* FROM catalog_categories LEFT JOIN catalog_product_types as product_type_calculated_join ON product_type_calculated_join.id = catalog_categories.type_id WHERE (catalog_categories.id = '96') LIMIT 0, 1 1 0.000721 false
SELECT db_files.* FROM db_files WHERE (db_files.master_object_id = '597') AND (db_files.master_object_class='Catalog_Product' and field='photos') ORDER BY sort_order 1 0.000304 false
SELECT db_files.* FROM db_files WHERE (db_files.master_object_id = '598') AND (db_files.master_object_class='Catalog_Product' and field='photos') ORDER BY sort_order 1 0.000259 false
SELECT db_files.* FROM db_files WHERE (db_files.master_object_id = '599') AND (db_files.master_object_class='Catalog_Product' and field='photos') ORDER BY sort_order 1 0.000234 false
SELECT db_files.* FROM db_files WHERE (db_files.master_object_id = '591') AND (db_files.master_object_class='Catalog_Product' and field='photos') ORDER BY sort_order 1 0.000252 false
SELECT db_files.* FROM db_files WHERE (db_files.master_object_id = '592') AND (db_files.master_object_class='Catalog_Product' and field='photos') ORDER BY sort_order 1 0.000250 false
SELECT db_files.* FROM db_files WHERE (db_files.master_object_id = '593') AND (db_files.master_object_class='Catalog_Product' and field='photos') ORDER BY sort_order 1 0.000237 false
SELECT db_files.* FROM db_files WHERE (db_files.master_object_id = '585') AND (db_files.master_object_class='Catalog_Product' and field='photos') ORDER BY sort_order 1 0.000234 false
SELECT db_files.* FROM db_files WHERE (db_files.master_object_id = '586') AND (db_files.master_object_class='Catalog_Product' and field='photos') ORDER BY sort_order 1 0.000279 false
SELECT db_files.* FROM db_files WHERE (db_files.master_object_id = '587') AND (db_files.master_object_class='Catalog_Product' and field='photos') ORDER BY sort_order 1 0.000250 false
SELECT db_files.* FROM db_files WHERE (db_files.master_object_id = '588') AND (db_files.master_object_class='Catalog_Product' and field='photos') ORDER BY sort_order 1 0.000247 false
SELECT db_files.* FROM db_files WHERE (db_files.master_object_id = '589') AND (db_files.master_object_class='Catalog_Product' and field='photos') ORDER BY sort_order 1 0.000236 false
SELECT db_files.* FROM db_files WHERE (db_files.master_object_id = '590') AND (db_files.master_object_class='Catalog_Product' and field='photos') ORDER BY sort_order 1 0.000298 false
SELECT db_files.* FROM db_files WHERE (db_files.master_object_id = '596') AND (db_files.master_object_class='Catalog_Product' and field='photos') ORDER BY sort_order 1 0.000294 false
SELECT db_files.* FROM db_files WHERE (db_files.master_object_id = '582') AND (db_files.master_object_class='Catalog_Product' and field='photos') ORDER BY sort_order 1 0.000255 false
SELECT db_files.* FROM db_files WHERE (db_files.master_object_id = '583') AND (db_files.master_object_class='Catalog_Product' and field='photos') ORDER BY sort_order 1 0.000239 false
SELECT db_files.* FROM db_files WHERE (db_files.master_object_id = '584') AND (db_files.master_object_class='Catalog_Product' and field='photos') ORDER BY sort_order 1 0.000236 false
SELECT db_files.* FROM db_files WHERE (db_files.master_object_id = '600') AND (db_files.master_object_class='Catalog_Product' and field='photos') ORDER BY sort_order 1 0.000242 false
SELECT db_files.* FROM db_files WHERE (db_files.master_object_id = '603') AND (db_files.master_object_class='Catalog_Product' and field='photos') ORDER BY sort_order 1 0.000227 false
SELECT db_files.* FROM db_files WHERE (db_files.master_object_id = '601') AND (db_files.master_object_class='Catalog_Product' and field='photos') ORDER BY sort_order 1 0.000265 false
SELECT db_files.* FROM db_files WHERE (db_files.master_object_id = '602') AND (db_files.master_object_class='Catalog_Product' and field='photos') ORDER BY sort_order 1 0.000236 false
SELECT db_files.* FROM db_files WHERE (db_files.master_object_id = '1113') AND (db_files.master_object_class='Catalog_Product' and field='photos') ORDER BY sort_order 1 0.000260 false
SELECT db_files.* FROM db_files WHERE (db_files.master_object_id = '594') AND (db_files.master_object_class='Catalog_Product' and field='photos') ORDER BY sort_order 1 0.000245 false
SELECT db_files.* FROM db_files WHERE (db_files.master_object_id = '595') AND (db_files.master_object_class='Catalog_Product' and field='photos') ORDER BY sort_order 1 0.000238 false
SELECT (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = catalog_categories.id and (master_object_class='Catalog_Category' and field='image')) as image_calculated, (product_type_calculated_join.name) as product_type_calculated, (select group_concat(catalog_attributes.name ORDER BY 1 SEPARATOR ', ') from catalog_attributes, catalog_category_filters where catalog_attributes.id=catalog_category_filters.attribute_id and catalog_category_filters.category_id=catalog_categories.id) as filters_calculated, (select group_concat(mebel_relations.id ORDER BY 1 SEPARATOR ', ') from mebel_relations where mebel_relations.object_id = catalog_categories.id) as colours_calculated, (select group_concat(db_files.id ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = catalog_categories.id and (master_object_class='Catalog_Category' and field='photos')) as photos_calculated, catalog_categories.* FROM catalog_categories LEFT JOIN catalog_product_types as product_type_calculated_join ON product_type_calculated_join.id = catalog_categories.type_id WHERE (catalog_categories.id = '97') LIMIT 0, 1 1 0.000855 false
SELECT db_files.* FROM db_files WHERE (db_files.master_object_id = '555') AND (db_files.master_object_class='Catalog_Product' and field='photos') ORDER BY sort_order 2 0.000270 false
SELECT db_files.* FROM db_files WHERE (db_files.master_object_id = '1863') AND (db_files.master_object_class='Catalog_Product' and field='photos') ORDER BY sort_order 1 0.000318 false
SELECT admin_module_settings.* FROM admin_module_settings WHERE (admin_module_settings.module_id='admin') AND (admin_module_settings.form_id='default') LIMIT 0, 1 1 0.000255 false
SELECT (menu_link_calculated_join.title) as menu_link_calculated, admin_text_blocks.* FROM admin_text_blocks LEFT JOIN admin_menu_items as menu_link_calculated_join ON menu_link_calculated_join.text_block_id = admin_text_blocks.id WHERE (admin_text_blocks.code = 'header_wa') LIMIT 0, 1 1 0.000319 false
SELECT (menu_link_calculated_join.title) as menu_link_calculated, admin_text_blocks.* FROM admin_text_blocks LEFT JOIN admin_menu_items as menu_link_calculated_join ON menu_link_calculated_join.text_block_id = admin_text_blocks.id WHERE (admin_text_blocks.code = 'header_address') LIMIT 0, 1 1 0.000244 false
SELECT (menu_link_calculated_join.title) as menu_link_calculated, admin_text_blocks.* FROM admin_text_blocks LEFT JOIN admin_menu_items as menu_link_calculated_join ON menu_link_calculated_join.text_block_id = admin_text_blocks.id WHERE (admin_text_blocks.code = 'header_tel') LIMIT 0, 1 1 0.000233 false
SELECT admin_menus.* FROM admin_menus WHERE (admin_menus.code = 'main') LIMIT 0, 1 1 0.000198 false
SELECT admin_menu_items.* FROM admin_menu_items WHERE (admin_menu_items.menu_id = '1') AND (admin_menu_items.parent_id is null and (admin_menu_items.is_hidden is null or admin_menu_items.is_hidden=0) and (admin_menu_items.is_hidden_in_menu is null or admin_menu_items.is_hidden_in_menu=0)) ORDER BY group_name, sort_order 6 0.000384 false
SELECT admin_menu_items.* FROM admin_menu_items ORDER BY sort_order 24 0.000289 false
SELECT admin_menus.* FROM admin_menus WHERE (admin_menus.id = '1') LIMIT 0, 1 1 0.000146 false
select count(*) from shop_carts where cart_id = 'a3477784805414a24a2694ec05c17de7e8f00d5f92f6c1c11cb457c85050ed4ee6b43d7581901e9e35be4eda53fc928a6b8c65936b664275a7ff68ae711fc08f' 1 0.000216 false
SELECT (menu_link_calculated_join.title) as menu_link_calculated, admin_text_blocks.* FROM admin_text_blocks LEFT JOIN admin_menu_items as menu_link_calculated_join ON menu_link_calculated_join.text_block_id = admin_text_blocks.id WHERE (admin_text_blocks.code = 'header_tel_mobile') LIMIT 0, 1 1 0.000232 false
SELECT shop_carts.* FROM shop_carts WHERE (shop_carts.cart_id = 'a3477784805414a24a2694ec05c17de7e8f00d5f92f6c1c11cb457c85050ed4ee6b43d7581901e9e35be4eda53fc928a6b8c65936b664275a7ff68ae711fc08f') LIMIT 0, 1 0 0.000186 false
select id, is_recommended, name from catalog_categories where parent_id is null and hidden is null order by sort_order asc 13 0.000274 false
select id, is_recommended, name from catalog_categories where parent_id = 1 and hidden is null order by sort_order asc 5 0.000230 false
select id, is_recommended, name from catalog_categories where parent_id = 21 and hidden is null order by sort_order asc 6 0.000178 false
select id, is_recommended, name from catalog_categories where parent_id = 4 and hidden is null order by sort_order asc 9 0.000157 false
select id, is_recommended, name from catalog_categories where parent_id = 22 and hidden is null order by sort_order asc 7 0.000196 false
select id, is_recommended, name from catalog_categories where parent_id = 16 and hidden is null order by sort_order asc 8 0.000149 false
select id, is_recommended, name from catalog_categories where parent_id = 8 and hidden is null order by sort_order asc 4 0.000143 false
select id, is_recommended, name from catalog_categories where parent_id = 135 and hidden is null order by sort_order asc 8 0.000149 false
select id, is_recommended, name from catalog_categories where parent_id = 232 and hidden is null order by sort_order asc 0 0.000108 false
select id, is_recommended, name from catalog_categories where parent_id = 14 and hidden is null order by sort_order asc 0 0.000158 false
select id, is_recommended, name from catalog_categories where parent_id = 63 and hidden is null order by sort_order asc 3 0.000115 false
select id, is_recommended, name from catalog_categories where parent_id = 65 and hidden is null order by sort_order asc 11 0.000154 false
select id, is_recommended, name from catalog_categories where parent_id = 62 and hidden is null order by sort_order asc 0 0.000125 false
select id, is_recommended, name from catalog_categories where parent_id = 203 and hidden is null order by sort_order asc 0 0.000107 false
SELECT * FROM banners_categories WHERE code = 'sidebar_banners' 1 0.000240 false
SELECT max(id) as id FROM banners WHERE category_id = '2' AND enabled = 1 GROUP BY position 1 0.000268 false
SELECT (DATEDIFF(CURRENT_DATE(), date_enabled)) as days_enabled, (category_calculated_join.name) as category_calculated, (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = banners.id and (master_object_class='Banners_Banner' and field='image')) as image_calculated, (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = banners.id and (master_object_class='Banners_Banner' and field='flash_file')) as flash_file_calculated, banners.* FROM banners LEFT JOIN banners_categories as category_calculated_join ON category_calculated_join.id = banners.category_id WHERE (banners.id IN ('12')) ORDER BY banners.sort_order DESC, banners.id 1 0.000609 false
SELECT (DATEDIFF(CURRENT_DATE(), date_enabled)) as days_enabled, (category_calculated_join.name) as category_calculated, (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = banners.id and (master_object_class='Banners_Banner' and field='image')) as image_calculated, (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = banners.id and (master_object_class='Banners_Banner' and field='flash_file')) as flash_file_calculated, banners.* FROM banners LEFT JOIN banners_categories as category_calculated_join ON category_calculated_join.id = banners.category_id WHERE (banners.position='12') AND (( exposure_limit_type is NULL or exposure_limit_type = 0 or (exposure_limit_type = 1 and period_start >= CURRENT_DATE() and period_end <= CURRENT_DATE()) or (exposure_limit_type = 2 and hits_left > 0) )) 1 0.000538 false
update banners set impression_number = impression_number+1 where id in ('12') - 0.000146 false
SELECT db_files.* FROM db_files WHERE (db_files.master_object_id = '12') AND (db_files.master_object_class='Banners_Banner' and field='image') ORDER BY id 1 0.000220 false
SELECT (menu_link_calculated_join.title) as menu_link_calculated, admin_text_blocks.* FROM admin_text_blocks LEFT JOIN admin_menu_items as menu_link_calculated_join ON menu_link_calculated_join.text_block_id = admin_text_blocks.id WHERE (admin_text_blocks.code = 'footer_address') LIMIT 0, 1 1 0.000230 false
SELECT (menu_link_calculated_join.title) as menu_link_calculated, admin_text_blocks.* FROM admin_text_blocks LEFT JOIN admin_menu_items as menu_link_calculated_join ON menu_link_calculated_join.text_block_id = admin_text_blocks.id WHERE (admin_text_blocks.code = 'footer_address') LIMIT 0, 1 1 0.000205 false