Query | Affected | Num. rows | Took (ms) | Actions |
---|
SELECT `Care`.`id`, `Care`.`care_parent_category_id`, `Care`.`care_category_id`, `Care`.`title`, `Care`.`body`, `Care`.`movie_url`, `Care`.`movie_body`, `Care`.`sub1_body`, `Care`.`sub2_body`, `Care`.`sub3_body`, `Care`.`sub4_body`, `Care`.`sub5_body`, `Care`.`active`, `Care`.`created`, `Care`.`updated`, `CareParentCategory`.`id`, `CareParentCategory`.`name`, `CareParentCategory`.`class_name`, `CareCategory`.`id`, `CareCategory`.`parent_id`, `CareCategory`.`name` FROM `user5014_db006`.`cares` AS `Care` LEFT JOIN `user5014_db006`.`care_categories` AS `CareParentCategory` ON (`Care`.`care_parent_category_id` = `CareParentCategory`.`id`) LEFT JOIN `user5014_db006`.`care_categories` AS `CareCategory` ON (`Care`.`care_category_id` = `CareCategory`.`id`) WHERE `Care`.`id` = 15 AND `Care`.`active` = '1' ORDER BY `Care`.`created` DESC LIMIT 1 | 1 | 1 | 1 | |
SELECT `Item`.`id`, `CaresItem`.`id`, `CaresItem`.`care_id`, `CaresItem`.`item_id` FROM `user5014_db006`.`items` AS `Item` JOIN `user5014_db006`.`cares_items` AS `CaresItem` ON (`CaresItem`.`care_id` = 15 AND `CaresItem`.`item_id` = `Item`.`id`) WHERE `Item`.`active` = '1' ORDER BY `Item`.`id` ASC | 0 | 0 | 0 | |
SELECT `Attachment`.`id`, `Attachment`.`model`, `Attachment`.`model_id`, `Attachment`.`field_name`, `Attachment`.`file_name`, `Attachment`.`file_content_type`, `Attachment`.`file_size`, `Attachment`.`created`, `Attachment`.`modified` FROM `user5014_db006`.`attachments` AS `Attachment` WHERE `model` = 'Care' AND model_id = (15) | 4 | 4 | 1 | maybe slow |
SELECT `Care`.`id`, `Care`.`title` FROM `user5014_db006`.`cares` AS `Care` WHERE `care_category_id` = 9 AND `active` = '1' ORDER BY `created` ASC | 1 | 1 | 0 | |
SELECT `Attachment`.`id`, `Attachment`.`model`, `Attachment`.`model_id`, `Attachment`.`field_name`, `Attachment`.`file_name`, `Attachment`.`file_content_type`, `Attachment`.`file_size`, `Attachment`.`created`, `Attachment`.`modified` FROM `user5014_db006`.`attachments` AS `Attachment` WHERE `model` = 'Care' AND model_id = (15) | 4 | 4 | 1 | maybe slow |
SELECT `Care`.`id` FROM `user5014_db006`.`cares` AS `Care` WHERE `care_category_id` = 9 AND `active` = '1' AND `Care`.`id` < 15 ORDER BY `Care`.`id` DESC LIMIT 1 | 0 | 0 | 0 | |
SELECT `Care`.`id` FROM `user5014_db006`.`cares` AS `Care` WHERE `care_category_id` = 9 AND `active` = '1' AND `Care`.`id` > 15 ORDER BY `Care`.`id` ASC LIMIT 1 | 0 | 0 | 0 | |
SELECT `Item`.`id`, `Item`.`name` FROM `user5014_db006`.`items` AS `Item` WHERE `Item`.`id` IS NULL AND `Item`.`active` = '1' ORDER BY `Item`.`parent_category_id` ASC, `Item`.`category_id` ASC, `Item`.`position` ASC | 0 | 0 | 0 | |
SELECT `CareCategory`.`id`, `CareCategory`.`name` FROM `user5014_db006`.`care_categories` AS `CareCategory` WHERE `parent_id` != 0 ORDER BY `parent_id` ASC, `position` ASC | 7 | 7 | 0 | |