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 | 0 | |
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` = 'danica-patrick-ama' 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` < '2022-12-29 04:45: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` >= '2022-12-22 04:19:00' AND `Podcast`.`date` != '2022-12-29 04:45:00' ORDER BY `Podcast`.`date` ASC LIMIT 2 | 2 | 2 | 1 | maybe slow |