1.77 ms (35.58%)
|
1 |
SELECT a0_.id AS id_0, a0_.topic AS topic_1, a0_.title AS title_2, a0_.slug AS slug_3, a0_.excerpt AS excerpt_4, a0_.content AS content_5, a0_.keywords AS keywords_6, a0_.status AS status_7, a0_.word_press_post_id AS word_press_post_id_8, a0_.word_press_link AS word_press_link_9, a0_.last_error AS last_error_10, a0_.published_at AS published_at_11, a0_.created_at AS created_at_12, a0_.updated_at AS updated_at_13, a0_.strategy_id AS strategy_id_14 FROM article a0_ ORDER BY a0_.created_at DESC LIMIT 8
SELECT a0_.id AS id_0, a0_.topic AS topic_1, a0_.title AS title_2, a0_.slug AS slug_3, a0_.excerpt AS excerpt_4, a0_.content AS content_5, a0_.keywords AS keywords_6, a0_.status AS status_7, a0_.word_press_post_id AS word_press_post_id_8, a0_.word_press_link AS word_press_link_9, a0_.last_error AS last_error_10, a0_.published_at AS published_at_11, a0_.created_at AS created_at_12, a0_.updated_at AS updated_at_13, a0_.strategy_id AS strategy_id_14 FROM article a0_ ORDER BY a0_.created_at DESC LIMIT 8;
|
0.96 ms (19.22%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.target_audience AS target_audience_4, t0.tone_of_voice AS tone_of_voice_5, t0.language AS language_6, t0.keywords AS keywords_7, t0.default_category AS default_category_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.default_site_id AS default_site_id_11 FROM editorial_strategy t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.target_audience AS target_audience_4, t0.tone_of_voice AS tone_of_voice_5, t0.language AS language_6, t0.keywords AS keywords_7, t0.default_category AS default_category_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.default_site_id AS default_site_id_11 FROM editorial_strategy t0 WHERE t0.id = 1;
|