Query | Affected | Num. rows | Took (ms) | Actions |
---|
SELECT `Metadata`.`name`, `Metadata`.`title`, `Metadata`.`description`, `Metadata`.`keywords` FROM `danicapatrick`.`metadata` AS `Metadata` WHERE 1 = 1 | 1 | 1 | 0 | |
SELECT `Section`.`id`, `Section`.`name`, `Section`.`index`, `Section`.`content`, `Section`.`modified`, `Section`.`created` FROM `danicapatrick`.`sections` AS `Section` WHERE 1 = 1 | 9 | 9 | 0 | |
SELECT `Banner`.`id`, `Banner`.`ordering_position`, `Banner`.`name`, `Banner`.`image`, `Banner`.`link`, `Banner`.`modified`, `Banner`.`created` FROM `danicapatrick`.`banners` AS `Banner` WHERE 1 = 1 ORDER BY `Banner`.`ordering_position` ASC | 0 | 0 | 1 | maybe slow |
SELECT `Podcast`.`id`, `Podcast`.`title`, `Podcast`.`slug`, `Podcast`.`name`, `Podcast`.`date`, `Podcast`.`image_thumb`, `Podcast`.`image`, `Podcast`.`description`, `Podcast`.`content`, `Podcast`.`embed_link` FROM `danicapatrick`.`podcasts` AS `Podcast` WHERE `Podcast`.`slug` = 'dr-joe-dispenza-pt-2' ORDER BY `Podcast`.`date` DESC LIMIT 1 | 1 | 1 | 2 | maybe slow |
SELECT `Podcast`.`id`, `Podcast`.`title`, `Podcast`.`slug`, `Podcast`.`name`, `Podcast`.`date`, `Podcast`.`image_thumb`, `Podcast`.`image`, `Podcast`.`description`, `Podcast`.`content`, `Podcast`.`embed_link` FROM `danicapatrick`.`podcasts` AS `Podcast` WHERE `Podcast`.`date` < '2019-11-14 14:32:00' ORDER BY `Podcast`.`date` DESC LIMIT 1 | 1 | 1 | 1 | |
SELECT `Podcast`.`id`, `Podcast`.`title`, `Podcast`.`slug`, `Podcast`.`name`, `Podcast`.`date`, `Podcast`.`image_thumb`, `Podcast`.`image`, `Podcast`.`description`, `Podcast`.`content`, `Podcast`.`embed_link` FROM `danicapatrick`.`podcasts` AS `Podcast` WHERE `Podcast`.`date` >= '2019-11-07 13:06:00' AND `Podcast`.`date` != '2019-11-14 14:32:00' ORDER BY `Podcast`.`date` ASC LIMIT 2 | 2 | 2 | 1 | maybe slow |