| SELECT `Story`.`id`, `Story`.`created`, `Story`.`modified`, `Story`.`status`, `Story`.`publish_at`, `Story`.`unpublish_at`, `Story`.`type`, `Story`.`luxury_news`, `Story`.`advertorial`, `Story`.`people_story`, `Story`.`top_list`, `Story`.`title`, `Story`.`deck`, `Story`.`author`, `Story`.`content`, `Story`.`video_link`, `Story`.`tags`, `Story`.`stick_to_top_panel`, `Story`.`stick_to_top_panel_until`, `Story`.`stick_to_landing_top`, `Story`.`stick_to_landing_top_until`, `Story`.`seo_meta_keywords`, `Story`.`seo_meta_description`, `Story`.`slug`, `Story`.`category`, `Story`.`columnist_id`, `Story`.`nid`, `Story`.`pview`, `Story`.`display_type`, `Story`.`source`, `Story`.`region`, `Story`.`region_id`, `Story`.`user_id`, `Story`.`region_modified`, `Story`.`full_advertorial`, `Story`.`to_tatler_tv`, `Story`.`tatlerball2015`, `Story`.`tatlerball2016`, `Story`.`author_id`, `Story`.`copyright`, `Columnist`.`id`, `Columnist`.`created`, `Columnist`.`modified`, `Columnist`.`type`, `Columnist`.`category`, `Columnist`.`status`, `Columnist`.`publish_at`, `Columnist`.`unpublish_at`, `Columnist`.`name`, `Columnist`.`bio`, `Columnist`.`seo_meta_keywords`, `Columnist`.`seo_meta_description`, `Columnist`.`slug`, `Author`.`id`, `Author`.`created`, `Author`.`modified`, `Author`.`type`, `Author`.`category`, `Author`.`status`, `Author`.`publish_at`, `Author`.`unpublish_at`, `Author`.`name`, `Author`.`bio`, `Author`.`seo_meta_keywords`, `Author`.`seo_meta_description`, `Author`.`slug` FROM `at_cn`.`stories` AS `Story` LEFT JOIN `at_cn`.`columnists` AS `Columnist` ON (`Story`.`columnist_id` = `Columnist`.`id`) LEFT JOIN `at_cn`.`authors` AS `Author` ON (`Story`.`author_id` = `Author`.`id`) WHERE `Story`.`status` = '1' AND `Story`.`publish_at` <= NOW() AND (`Story`.`unpublish_at` IS NULL OR `Story`.`unpublish_at` > NOW()) AND `Story`.`category` = 'beauty' AND `Story`.`publish_at` BETWEEN NOW() - INTERVAL 30 DAY AND NOW() AND (`Story`.`unpublish_at` IS NULL OR `Story`.`unpublish_at` > NOW()) ORDER BY `Story`.`pview` DESC LIMIT 5 | 0 | 0 | 1 | maybe slow |
| SELECT `Product`.`id`, `Product`.`created`, `Product`.`modified`, `Product`.`status`, `Product`.`publish_at`, `Product`.`unpublish_at`, `Product`.`brand_id`, `Product`.`category`, `Product`.`website`, `Product`.`price`, `Product`.`pick_of_the_day`, `Product`.`title`, `Product`.`deck`, `Product`.`description`, `Product`.`seo_meta_keywords`, `Product`.`seo_meta_description`, `Product`.`slug`, `Product`.`theme_id`, `Product`.`nid`, `Product`.`pview`, `ShoppingTheme`.`id`, `ShoppingTheme`.`created`, `ShoppingTheme`.`modified`, `ShoppingTheme`.`status`, `ShoppingTheme`.`publish_at`, `ShoppingTheme`.`unpublish_at`, `ShoppingTheme`.`title`, `ShoppingTheme`.`description`, `ShoppingTheme`.`tags`, `ShoppingTheme`.`stick_to_top_panel`, `ShoppingTheme`.`stick_to_top_panel_until`, `ShoppingTheme`.`stick_to_landing_top`, `ShoppingTheme`.`stick_to_landing_top_until`, `ShoppingTheme`.`seo_meta_keywords`, `ShoppingTheme`.`seo_meta_description`, `ShoppingTheme`.`slug`, `ShoppingTheme`.`author`, `ShoppingTheme`.`nid`, `ShoppingTheme`.`pview`, `Image`.`id`, `Image`.`name`, `Image`.`filesize`, `Image`.`type`, `Image`.`caption`, `Image`.`object_type`, `Image`.`object_id`, `Image`.`source`, `Image`.`square_url`, `Image`.`square300_url`, `Image`.`square120_url`, `Image`.`thumb_url`, `Image`.`banner_url`, `Image`.`large_url`, `Image`.`popup_url`, `Image`.`h195_url`, `Image`.`carousel_large_url`, `Image`.`created`, `Image`.`alt`, `Image`.`people`, `Image`.`tags`, `Image`.`sort`, `Image`.`status`, `Image`.`publish_at`, `Image`.`unpublish_at`, `Image`.`carousel_fw_url`, `Image`.`mobile_cover` FROM `at_cn`.`products` AS `Product` LEFT JOIN `at_cn`.`shopping_themes` AS `ShoppingTheme` ON (`Product`.`theme_id` = `ShoppingTheme`.`id`) LEFT JOIN `at_cn`.`images` AS `Image` ON (`Image`.`object_id` = `Product`.`id` AND `Image`.`object_type` = 'product') WHERE `Product`.`status` = '1' AND `Product`.`pick_of_the_day` = '1' AND `Product`.`publish_at` <= NOW() AND (`Product`.`unpublish_at` IS NULL OR `Product`.`unpublish_at` > NOW()) ORDER BY `Product`.`publish_at` DESC LIMIT 5 | 5 | 5 | 1 | maybe slow |