Кому мы уже помогли

Сбор закрыт! Разуваева Агата
Сбор закрыт! Разуваева Агата
Диагноз: ЗПРР и эпилепсия
Сбор закрыт
Соколов Мирон 2014 г.р.
Соколов Мирон 2014 г.р.
Диагноз: Диагноз: ЗПРР, РАС
Калимулин Руслан
Калимулин Руслан
Диагноз: Нарушение слуха. Тугоухость 4 степень
УСПЕШОЕ ЗАКРЫТИЕ СБОРА НА ТСР ДЛЯ ЗАЛЕВСКОГО МАКСИМА 2016г.р.
УСПЕШОЕ ЗАКРЫТИЕ СБОРА НА ТСР ДЛЯ ЗАЛЕВСКОГО МАКСИМА 2016г.р.
Диагноз: Спастическая диплегия (G80.1),ДЦП, тетропарез.
Фонд оплатил Екатерине Пышкиной 3 полных курса реабилитации в клинике
Фонд оплатил Екатерине Пышкиной 3 полных курса реабилитации в клинике "Лимфатек" г. Пермь.
Диагноз: ДЦП, лимфостаз, синдром второго иммунодефицита, лейкопения, лимфопения, абсолютная Т лимфопения (CD3+;CD4+), ДЦП, спастический тетрапарез, синдром выраженных когнитивных нарушений, эмоционально-волевых речевых расстройств, редкий синдром Фелан-МакДермид. Дата рождения 15.03.2013 год
УСПЕШОЕ ЗАКРЫТИЕ СБОРА! МЕРКУЛОВА МАРИЯ 2021г.р.
УСПЕШОЕ ЗАКРЫТИЕ СБОРА! МЕРКУЛОВА МАРИЯ 2021г.р.
Диагноз: Резидуальная энцефалопатия, специфическое расстройство речи, сенсомоторная алалия.
УСПЕШНОЕ ЗАКРЫТИЕ СБОРА! НЕЖИНСКИЙ МАКАР 2016 г.р.
УСПЕШНОЕ ЗАКРЫТИЕ СБОРА! НЕЖИНСКИЙ МАКАР 2016 г.р.
Диагноз: ЗПРР, СДВГ. Повреждение и дисфункция головного мозга
УСПЕШОЕ ЗАКРЫТИЕ СБОРА! АСТАНИН АНДРЕЙ 2020 г.р.
УСПЕШОЕ ЗАКРЫТИЕ СБОРА! АСТАНИН АНДРЕЙ 2020 г.р.
Диагноз: Обструктивная гидроцефалия, ЗПРР, СДВГ.
УСПЕШНОЕ ЗАКРЫТИЕ СБОРА! НАКОНЕЧНЫЙ АРТУР 2018г.р. Реабилитация перенесена на сентябрь 2025 года
УСПЕШНОЕ ЗАКРЫТИЕ СБОРА! НАКОНЕЧНЫЙ АРТУР 2018г.р. Реабилитация перенесена на сентябрь 2025 года
Диагноз: ЗПРР, СДВ. Сбор на реабилитацию для Артура Наконечного УСПЕШНО ЗАКРЫТ!!!
MySQL статистика (129)
Query Rows Time Cached
SET SESSION sql_mode = '' - 0.000038 false
SELECT items.id, items.parent_id, items.title, items.is_hidden_in_menu, items.sort_order, items.href, menus.code as menu_code, menus.use_code_in_links as menu_code_in_links, blocks.id as block_id, blocks.code as block_code, blocks.description, blocks.content, blocks.template, blocks.block_type, f.id as image_id, f.disk_name as image_path FROM admin_menu_items as items LEFT JOIN admin_menus as menus ON menus.id = items.menu_id LEFT JOIN admin_text_blocks as blocks ON blocks.id = items.text_block_id LEFT JOIN db_files as f ON f.master_object_id = items.id AND f.master_object_class = 'Admin_MenuItem' AND f.field = 'image' WHERE items.is_hidden is null ORDER BY items.parent_id, items.sort_order 28 0.004218 false
SELECT id, code FROM news_categories 5 0.001453 false
SHOW TABLES LIKE 'extrafields' 1 0.000733 false
SELECT (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = seo_settings.id and (object_class='Admin_SeoParams')) as extrafields_calculated, seo_settings.* FROM seo_settings ORDER BY id desc LIMIT 0, 1 1 0.001580 false
SHOW TABLES LIKE 'extrafields' 1 0.001628 false
update seo_settings set individual_seo_settings = 'a:0:{}' - 0.001349 false
SHOW TABLES LIKE 'extrafields' 1 0.000885 false
SELECT (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = news_categories.id and (master_object_class='News_Category' and field='image')) as image_calculated, (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = news_categories.id and (object_class='News_Category')) as extrafields_calculated, news_categories.* FROM news_categories WHERE (news_categories.id = '3') LIMIT 0, 1 1 0.001188 false
SHOW TABLES LIKE 'extrafields' 1 0.002511 false
SHOW TABLES LIKE 'extrafields' 1 0.000532 false
SELECT count(*) FROM news_posts LEFT JOIN news_categories ON news_categories.id=news_posts.category_id WHERE (news_posts.published=1) AND (news_posts.publish_date <= '2026-02-24 19:11:09' or publish_date is null) AND (news_posts.is_important_news != 1 or is_important_news is null) AND (news_posts.category_id='3') ORDER BY publish_date desc 1 0.002695 false
SHOW TABLES LIKE 'extrafields' 1 0.001242 false
SELECT (news_categories.code) as category_code, (select group_concat(news_posts_versions.created_at ORDER BY 1 SEPARATOR ', ') from news_posts_versions where news_posts_versions.post_id = news_posts.id) as versions_calculated, (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = news_posts.id and (object_class='News_Post')) as extrafields_calculated, (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = news_posts.id and (master_object_class='News_Post' and field='document_files')) as document_files_calculated, (select group_concat(db_files.id ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = news_posts.id and (master_object_class='News_Post' and field='photos')) as photos_calculated, news_posts.* FROM news_posts LEFT JOIN news_categories ON news_categories.id=news_posts.category_id WHERE (news_posts.published=1) AND (news_posts.publish_date <= '2026-02-24 19:11:09' or publish_date is null) AND (news_posts.is_important_news != 1 or is_important_news is null) AND (news_posts.category_id='3') ORDER BY publish_date desc LIMIT 0, 12 12 0.005300 false
SHOW TABLES LIKE 'extrafields' 1 0.004287 false
select * from donations where master_object_id = '131' and master_object_class = 'News_Post' 1 0.001497 false
SHOW TABLES LIKE 'extrafields' 1 0.002750 false
select * from donations where master_object_id = '132' and master_object_class = 'News_Post' 1 0.001525 false
SHOW TABLES LIKE 'extrafields' 1 0.002367 false
select * from donations where master_object_id = '134' and master_object_class = 'News_Post' 1 0.012055 false
SHOW TABLES LIKE 'extrafields' 1 0.001966 false
select * from donations where master_object_id = '133' and master_object_class = 'News_Post' 1 0.000924 false
SHOW TABLES LIKE 'extrafields' 1 0.000648 false
select * from donations where master_object_id = '130' and master_object_class = 'News_Post' 1 0.000925 false
SHOW TABLES LIKE 'extrafields' 1 0.003283 false
select * from donations where master_object_id = '127' and master_object_class = 'News_Post' 1 0.003011 false
SHOW TABLES LIKE 'extrafields' 1 0.000839 false
select * from donations where master_object_id = '129' and master_object_class = 'News_Post' 1 0.001756 false
SHOW TABLES LIKE 'extrafields' 1 0.001207 false
select * from donations where master_object_id = '126' and master_object_class = 'News_Post' 1 0.001524 false
SHOW TABLES LIKE 'extrafields' 1 0.000703 false
select * from donations where master_object_id = '123' and master_object_class = 'News_Post' 1 0.001675 false
SHOW TABLES LIKE 'extrafields' 1 0.001337 false
select * from donations where master_object_id = '121' and master_object_class = 'News_Post' 1 0.001974 false
SHOW TABLES LIKE 'extrafields' 1 0.002199 false
select * from donations where master_object_id = '118' and master_object_class = 'News_Post' 1 0.000157 false
SHOW TABLES LIKE 'extrafields' 1 0.001592 false
select * from donations where master_object_id = '113' and master_object_class = 'News_Post' 1 0.003716 false
SELECT * FROM extrafields WHERE object_class = 'News_Post' AND object_id in ('131', '132', '134', '133', '130', '127', '129', '126', '123', '121', '118', '113') 30 0.001124 false
SHOW TABLES LIKE 'extrafields' 1 0.002315 false
SELECT (news_categories.code) as category_code, (select group_concat(news_posts_versions.created_at ORDER BY 1 SEPARATOR ', ') from news_posts_versions where news_posts_versions.post_id = news_posts.id) as versions_calculated, (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = news_posts.id and (object_class='News_Post')) as extrafields_calculated, (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = news_posts.id and (master_object_class='News_Post' and field='document_files')) as document_files_calculated, (select group_concat(db_files.id ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = news_posts.id and (master_object_class='News_Post' and field='photos')) as photos_calculated, news_posts.* FROM news_posts LEFT JOIN news_categories ON news_categories.id=news_posts.category_id WHERE (news_posts.published=1 and is_important_news=1) AND (news_posts.category_id = '3') ORDER BY publish_date desc LIMIT 0, 1 0 0.002182 false
SHOW TABLES LIKE 'extrafields' 1 0.002635 false
SELECT (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = news_categories.id and (master_object_class='News_Category' and field='image')) as image_calculated, (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = news_categories.id and (object_class='News_Category')) as extrafields_calculated, news_categories.* FROM news_categories WHERE (news_categories.id = '3') LIMIT 0, 1 1 0.002188 false
SHOW TABLES LIKE 'extrafields' 1 0.000472 false
SHOW TABLES LIKE 'extrafields' 1 0.001452 false
SELECT (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = db_files.id and (object_class='Db_File')) as extrafields_calculated, db_files.* FROM db_files WHERE (db_files.master_object_id = '131') AND (db_files.master_object_class='News_Post' and field='image') ORDER BY id 1 0.002897 false
SHOW TABLES LIKE 'extrafields' 1 0.001817 false
select id, amount, title, priority from donations where master_object_id = '131' and master_object_class = 'News_Post' and enable is not null 1 0.001041 false
SHOW TABLES LIKE 'extrafields' 1 0.000313 false
SELECT (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = news_categories.id and (master_object_class='News_Category' and field='image')) as image_calculated, (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = news_categories.id and (object_class='News_Category')) as extrafields_calculated, news_categories.* FROM news_categories WHERE (news_categories.id = '3') LIMIT 0, 1 1 0.001068 false
SHOW TABLES LIKE 'extrafields' 1 0.000672 false
SHOW TABLES LIKE 'extrafields' 1 0.002358 false
SELECT (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = db_files.id and (object_class='Db_File')) as extrafields_calculated, db_files.* FROM db_files WHERE (db_files.master_object_id = '132') AND (db_files.master_object_class='News_Post' and field='image') ORDER BY id 1 0.001329 false
SHOW TABLES LIKE 'extrafields' 1 0.000524 false
select id, amount, title, priority from donations where master_object_id = '132' and master_object_class = 'News_Post' and enable is not null 0 0.003791 false
SHOW TABLES LIKE 'extrafields' 1 0.001061 false
SELECT (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = news_categories.id and (master_object_class='News_Category' and field='image')) as image_calculated, (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = news_categories.id and (object_class='News_Category')) as extrafields_calculated, news_categories.* FROM news_categories WHERE (news_categories.id = '3') LIMIT 0, 1 1 0.001201 false
SHOW TABLES LIKE 'extrafields' 1 0.000233 false
SHOW TABLES LIKE 'extrafields' 1 0.000210 false
SELECT (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = db_files.id and (object_class='Db_File')) as extrafields_calculated, db_files.* FROM db_files WHERE (db_files.master_object_id = '134') AND (db_files.master_object_class='News_Post' and field='image') ORDER BY id 1 0.000544 false
SHOW TABLES LIKE 'extrafields' 1 0.000801 false
select id, amount, title, priority from donations where master_object_id = '134' and master_object_class = 'News_Post' and enable is not null 0 0.002096 false
SHOW TABLES LIKE 'extrafields' 1 0.000259 false
SELECT (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = news_categories.id and (master_object_class='News_Category' and field='image')) as image_calculated, (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = news_categories.id and (object_class='News_Category')) as extrafields_calculated, news_categories.* FROM news_categories WHERE (news_categories.id = '3') LIMIT 0, 1 1 0.000783 false
SHOW TABLES LIKE 'extrafields' 1 0.000802 false
SHOW TABLES LIKE 'extrafields' 1 0.000205 false
SELECT (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = db_files.id and (object_class='Db_File')) as extrafields_calculated, db_files.* FROM db_files WHERE (db_files.master_object_id = '133') AND (db_files.master_object_class='News_Post' and field='image') ORDER BY id 1 0.000397 false
SHOW TABLES LIKE 'extrafields' 1 0.003617 false
select id, amount, title, priority from donations where master_object_id = '133' and master_object_class = 'News_Post' and enable is not null 0 0.000512 false
SHOW TABLES LIKE 'extrafields' 1 0.001052 false
SELECT (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = news_categories.id and (master_object_class='News_Category' and field='image')) as image_calculated, (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = news_categories.id and (object_class='News_Category')) as extrafields_calculated, news_categories.* FROM news_categories WHERE (news_categories.id = '3') LIMIT 0, 1 1 0.000389 false
SHOW TABLES LIKE 'extrafields' 1 0.000201 false
SHOW TABLES LIKE 'extrafields' 1 0.000204 false
SELECT (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = db_files.id and (object_class='Db_File')) as extrafields_calculated, db_files.* FROM db_files WHERE (db_files.master_object_id = '130') AND (db_files.master_object_class='News_Post' and field='image') ORDER BY id 1 0.001764 false
SHOW TABLES LIKE 'extrafields' 1 0.000202 false
select id, amount, title, priority from donations where master_object_id = '130' and master_object_class = 'News_Post' and enable is not null 0 0.000157 false
SHOW TABLES LIKE 'extrafields' 1 0.000203 false
SELECT (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = news_categories.id and (master_object_class='News_Category' and field='image')) as image_calculated, (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = news_categories.id and (object_class='News_Category')) as extrafields_calculated, news_categories.* FROM news_categories WHERE (news_categories.id = '3') LIMIT 0, 1 1 0.000363 false
SHOW TABLES LIKE 'extrafields' 1 0.000266 false
SHOW TABLES LIKE 'extrafields' 1 0.000195 false
SELECT (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = db_files.id and (object_class='Db_File')) as extrafields_calculated, db_files.* FROM db_files WHERE (db_files.master_object_id = '127') AND (db_files.master_object_class='News_Post' and field='image') ORDER BY id 1 0.001188 false
SHOW TABLES LIKE 'extrafields' 1 0.001836 false
select id, amount, title, priority from donations where master_object_id = '127' and master_object_class = 'News_Post' and enable is not null 0 0.000177 false
SHOW TABLES LIKE 'extrafields' 1 0.000198 false
SELECT (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = news_categories.id and (master_object_class='News_Category' and field='image')) as image_calculated, (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = news_categories.id and (object_class='News_Category')) as extrafields_calculated, news_categories.* FROM news_categories WHERE (news_categories.id = '3') LIMIT 0, 1 1 0.000558 false
SHOW TABLES LIKE 'extrafields' 1 0.000801 false
SHOW TABLES LIKE 'extrafields' 1 0.000206 false
SELECT (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = db_files.id and (object_class='Db_File')) as extrafields_calculated, db_files.* FROM db_files WHERE (db_files.master_object_id = '129') AND (db_files.master_object_class='News_Post' and field='image') ORDER BY id 1 0.000361 false
SHOW TABLES LIKE 'extrafields' 1 0.000191 false
select id, amount, title, priority from donations where master_object_id = '129' and master_object_class = 'News_Post' and enable is not null 0 0.000153 false
SHOW TABLES LIKE 'extrafields' 1 0.000203 false
SELECT (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = news_categories.id and (master_object_class='News_Category' and field='image')) as image_calculated, (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = news_categories.id and (object_class='News_Category')) as extrafields_calculated, news_categories.* FROM news_categories WHERE (news_categories.id = '3') LIMIT 0, 1 1 0.000330 false
SHOW TABLES LIKE 'extrafields' 1 0.000204 false
SHOW TABLES LIKE 'extrafields' 1 0.000276 false
SELECT (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = db_files.id and (object_class='Db_File')) as extrafields_calculated, db_files.* FROM db_files WHERE (db_files.master_object_id = '126') AND (db_files.master_object_class='News_Post' and field='image') ORDER BY id 1 0.000385 false
SHOW TABLES LIKE 'extrafields' 1 0.000202 false
select id, amount, title, priority from donations where master_object_id = '126' and master_object_class = 'News_Post' and enable is not null 0 0.000152 false
SHOW TABLES LIKE 'extrafields' 1 0.000194 false
SELECT (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = news_categories.id and (master_object_class='News_Category' and field='image')) as image_calculated, (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = news_categories.id and (object_class='News_Category')) as extrafields_calculated, news_categories.* FROM news_categories WHERE (news_categories.id = '3') LIMIT 0, 1 1 0.000366 false
SHOW TABLES LIKE 'extrafields' 1 0.000222 false
SHOW TABLES LIKE 'extrafields' 1 0.000197 false
SELECT (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = db_files.id and (object_class='Db_File')) as extrafields_calculated, db_files.* FROM db_files WHERE (db_files.master_object_id = '123') AND (db_files.master_object_class='News_Post' and field='image') ORDER BY id 1 0.000334 false
SHOW TABLES LIKE 'extrafields' 1 0.000186 false
select id, amount, title, priority from donations where master_object_id = '123' and master_object_class = 'News_Post' and enable is not null 0 0.000165 false
SHOW TABLES LIKE 'extrafields' 1 0.000189 false
SELECT (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = news_categories.id and (master_object_class='News_Category' and field='image')) as image_calculated, (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = news_categories.id and (object_class='News_Category')) as extrafields_calculated, news_categories.* FROM news_categories WHERE (news_categories.id = '3') LIMIT 0, 1 1 0.000320 false
SHOW TABLES LIKE 'extrafields' 1 0.000207 false
SHOW TABLES LIKE 'extrafields' 1 0.000183 false
SELECT (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = db_files.id and (object_class='Db_File')) as extrafields_calculated, db_files.* FROM db_files WHERE (db_files.master_object_id = '121') AND (db_files.master_object_class='News_Post' and field='image') ORDER BY id 1 0.000368 false
SHOW TABLES LIKE 'extrafields' 1 0.000201 false
select id, amount, title, priority from donations where master_object_id = '121' and master_object_class = 'News_Post' and enable is not null 0 0.000163 false
SHOW TABLES LIKE 'extrafields' 1 0.000202 false
SELECT (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = news_categories.id and (master_object_class='News_Category' and field='image')) as image_calculated, (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = news_categories.id and (object_class='News_Category')) as extrafields_calculated, news_categories.* FROM news_categories WHERE (news_categories.id = '3') LIMIT 0, 1 1 0.000321 false
SHOW TABLES LIKE 'extrafields' 1 0.000231 false
SHOW TABLES LIKE 'extrafields' 1 0.000197 false
SELECT (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = db_files.id and (object_class='Db_File')) as extrafields_calculated, db_files.* FROM db_files WHERE (db_files.master_object_id = '118') AND (db_files.master_object_class='News_Post' and field='image') ORDER BY id 1 0.000324 false
SHOW TABLES LIKE 'extrafields' 1 0.000184 false
select id, amount, title, priority from donations where master_object_id = '118' and master_object_class = 'News_Post' and enable is not null 0 0.000153 false
SHOW TABLES LIKE 'extrafields' 1 0.000197 false
SELECT (select group_concat(db_files.name ORDER BY 1 SEPARATOR ', ') from db_files where db_files.master_object_id = news_categories.id and (master_object_class='News_Category' and field='image')) as image_calculated, (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = news_categories.id and (object_class='News_Category')) as extrafields_calculated, news_categories.* FROM news_categories WHERE (news_categories.id = '3') LIMIT 0, 1 1 0.000364 false
SHOW TABLES LIKE 'extrafields' 1 0.000192 false
SHOW TABLES LIKE 'extrafields' 1 0.000178 false
SELECT (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = db_files.id and (object_class='Db_File')) as extrafields_calculated, db_files.* FROM db_files WHERE (db_files.master_object_id = '113') AND (db_files.master_object_class='News_Post' and field='image') ORDER BY id 1 0.000420 false
SHOW TABLES LIKE 'extrafields' 1 0.000201 false
select id, amount, title, priority from donations where master_object_id = '113' and master_object_class = 'News_Post' and enable is not null 0 0.000152 false
SHOW TABLES LIKE 'extrafields' 1 0.000201 false
SELECT (select group_concat(extrafields.id ORDER BY 1 SEPARATOR ', ') from extrafields where extrafields.object_id = admin_module_settings.id and (object_class='Admin_ModuleSettings')) as extrafields_calculated, 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.000422 false
SHOW TABLES LIKE 'extrafields' 1 0.000229 false
select id, title, amount from donations where enable is not null order by priority desc, id desc 5 0.000267 false