Query Metrics
12
Database Queries
9
Different statements
26.95 ms
Query time
2
Invalid entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
8.35 ms (30.98%) |
1 |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.description AS description_2, p0_.goal AS goal_3, p0_.pledged AS pledged_4, p0_.image AS image_5, p0_.start_date AS start_date_6, p0_.end_date AS end_date_7, p0_.completed_at AS completed_at_8, p0_.slug AS slug_9, p0_.is_active AS is_active_10, p0_.status AS status_11, p0_.created_at AS created_at_12, p0_.updated_at AS updated_at_13, COALESCE(SUM(e1_.amount), 0) AS sclr_14, p0_.category_id AS category_id_15, p0_.creator_id AS creator_id_16, p0_.owner_id AS owner_id_17 FROM project p0_ LEFT JOIN "user" u2_ ON p0_.creator_id = u2_.id LEFT JOIN donation d3_ ON u2_.id = d3_.donor_id LEFT JOIN earning e1_ ON d3_.id = e1_.beneficiary_id WHERE p0_.is_active = ? GROUP BY p0_.id ORDER BY sclr_14 DESC LIMIT 3
Parameters:
[
1
]
|
||||||||||||||||||||||||||||||||||
|
3.45 ms (12.79%) |
4 |
SELECT t0.id AS id_1, t0.comment AS comment_2, t0.rating AS rating_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.project_id AS project_id_6, t0.author_id AS author_id_7 FROM project_review t0 WHERE t0.project_id = ?
Parameters:
[
6
]
|
||||||||||||||||||||||||||||||||||
|
3.29 ms (12.22%) |
1 |
SELECT m0_.id AS id_0, m0_.image_name AS image_name_1, m0_.image_size AS image_size_2, m0_.subtitle AS subtitle_3, m0_.title AS title_4, m0_.position AS position_5, m0_.is_active AS is_active_6, m0_.created_at AS created_at_7, m0_.updated_at AS updated_at_8 FROM main_slider m0_ WHERE m0_.is_active = ? ORDER BY m0_.position ASC
Parameters:
[
1
]
|
||||||||||||||||||||||||||||||||||
|
3.01 ms (11.16%) |
1 |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.icon AS icon_2, p0_.project_count AS project_count_3, p0_.is_active AS is_active_4, p0_.created_at AS created_at_5, p0_.updated_at AS updated_at_6 FROM project_category p0_ WHERE p0_.is_active = ? ORDER BY p0_.name ASC
Parameters:
[
1
]
|
||||||||||||||||||||||||||||||||||
|
2.48 ms (9.20%) |
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
Parameters:
[]
|
||||||||||||||||||||||||||||||||||
|
2.43 ms (9.04%) |
1 |
SELECT COUNT(d0_.id) AS sclr_0 FROM donation d0_ WHERE d0_.payment_status = ?
Parameters:
[
"completed"
]
|
||||||||||||||||||||||||||||||||||
|
2.36 ms (8.77%) |
1 |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.description AS description_2, p0_.goal AS goal_3, p0_.pledged AS pledged_4, p0_.image AS image_5, p0_.start_date AS start_date_6, p0_.end_date AS end_date_7, p0_.completed_at AS completed_at_8, p0_.slug AS slug_9, p0_.is_active AS is_active_10, p0_.status AS status_11, p0_.created_at AS created_at_12, p0_.updated_at AS updated_at_13, COALESCE(SUM(e1_.amount), 0) AS sclr_14, p0_.category_id AS category_id_15, p0_.creator_id AS creator_id_16, p0_.owner_id AS owner_id_17 FROM project p0_ LEFT JOIN "user" u2_ ON p0_.creator_id = u2_.id LEFT JOIN donation d3_ ON u2_.id = d3_.donor_id LEFT JOIN earning e1_ ON d3_.id = e1_.beneficiary_id WHERE p0_.is_active = ? GROUP BY p0_.id ORDER BY sclr_14 DESC LIMIT 4
Parameters:
[
1
]
|
||||||||||||||||||||||||||||||||||
|
0.94 ms (3.47%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.content AS content_4, t0.rating AS rating_5, t0.image_name AS image_name_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM testimonial t0
Parameters:
[]
|
||||||||||||||||||||||||||||||||||
|
0.64 ms (2.38%) |
1 |
SELECT COUNT(u0_.id) AS sclr_0 FROM "user" u0_
Parameters:
[]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\MainSlider | No errors. |
| App\Entity\ProjectCategory | No errors. |
| App\Entity\Project |
|
| App\Entity\User | No errors. |
| App\Entity\Donation |
|
| App\Entity\Earning | No errors. |
| App\Entity\ProjectUpdate | No errors. |
| App\Entity\ProjectReview | No errors. |
| App\Entity\ProjectFAQ | No errors. |
| App\Entity\Testimonial | No errors. |
| App\Entity\NewsArticle | No errors. |
| App\Entity\NewsCategory | No errors. |
| App\Entity\Comment | No errors. |