5.85 ms (51.80%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.image AS image_4, t0.excerpt AS excerpt_5, t0.content AS content_6, t0.author AS author_7, t0.comments_count AS comments_count_8, t0.tags AS tags_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.category_id AS category_id_12 FROM news_article t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"10-successful-crowdfunding-campaign-strategies"
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.image AS image_4, t0.excerpt AS excerpt_5, t0.content AS content_6, t0.author AS author_7, t0.comments_count AS comments_count_8, t0.tags AS tags_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.category_id AS category_id_12 FROM news_article t0 WHERE t0.slug = '10-successful-crowdfunding-campaign-strategies' LIMIT 1;
|
1.99 ms (17.65%)
|
1 |
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.slug AS slug_2, n0_.image AS image_3, n0_.excerpt AS excerpt_4, n0_.content AS content_5, n0_.author AS author_6, n0_.comments_count AS comments_count_7, n0_.tags AS tags_8, n0_.created_at AS created_at_9, n0_.updated_at AS updated_at_10, n0_.category_id AS category_id_11 FROM news_article n0_ ORDER BY n0_.created_at DESC LIMIT 3
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.slug AS slug_2, n0_.image AS image_3, n0_.excerpt AS excerpt_4, n0_.content AS content_5, n0_.author AS author_6, n0_.comments_count AS comments_count_7, n0_.tags AS tags_8, n0_.created_at AS created_at_9, n0_.updated_at AS updated_at_10, n0_.category_id AS category_id_11 FROM news_article n0_ ORDER BY n0_.created_at DESC LIMIT 3;
|
1.97 ms (17.46%)
|
1 |
SELECT n0_.id AS id_0, n0_.name AS name_1, n0_.slug AS slug_2 FROM news_category n0_ ORDER BY n0_.name ASC
SELECT n0_.id AS id_0, n0_.name AS name_1, n0_.slug AS slug_2 FROM news_category n0_ ORDER BY n0_.name ASC;
|
1.48 ms (13.09%)
|
1 |
SELECT t0.id AS id_1, t0.author AS author_2, t0.image AS image_3, t0.content AS content_4, t0.email AS email_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.article_id AS article_id_8 FROM comment t0 WHERE t0.article_id = ?
SELECT t0.id AS id_1, t0.author AS author_2, t0.image AS image_3, t0.content AS content_4, t0.email AS email_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.article_id AS article_id_8 FROM comment t0 WHERE t0.article_id = 132;
|