Query Metrics
15
Database Queries
5
Different statements
14.52 ms
Query time
0
Invalid entities
112
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
10.58 ms (72.85%) |
1 |
SELECT c0_.id AS id_0, c0_.guid AS guid_1, c0_.code AS code_2, c0_.name AS name_3, c0_.months AS months_4, c0_.hours AS hours_5, c0_.status AS status_6, c0_.fee AS fee_7, c0_.eligibility AS eligibility_8, c0_.book AS book_9, c0_.file AS file_10, c0_.file_type AS file_type_11, c0_.old_id AS old_id_12, c0_.syllabus AS syllabus_13, c0_.description AS description_14, c0_.online_test AS online_test_15, c0_.page_body AS page_body_16, c0_.title AS title_17, c0_.keywords AS keywords_18, c0_.is_public AS is_public_19, c0_.job_opportunities AS job_opportunities_20 FROM course c0_ WHERE c0_.status = ? ORDER BY c0_.name ASC
Parameters:
[
"a"
]
|
|
2.02 ms (13.93%) |
10 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.body AS body_4, t0.keywords AS keywords_5, t0.description AS description_6, t0.url AS url_7, t0.target AS target_8, t0.is_home AS is_home_9, t0.rank AS rank_10, t0.is_published AS is_published_11, t0.old_id AS old_id_12, t0.menu_id AS menu_id_13 FROM page t0 WHERE t0.menu_id = ?
Parameters:
[
1
]
|
|
1.04 ms (7.17%) |
1 |
SELECT c0_.id AS id_0, c0_.guid AS guid_1, c0_.created_at AS created_at_2, c0_.updated_at AS updated_at_3, c0_.course_id AS course_id_4, c0_.country_id AS country_id_5 FROM course_country c0_ INNER JOIN country c1_ ON c0_.country_id = c1_.id INNER JOIN course c2_ ON c0_.course_id = c2_.id WHERE c1_.is_active = ? AND c2_.status = ? AND c2_.is_public = ? ORDER BY c1_.name ASC
Parameters:
[ 1 "a" 1 ] |
|
0.46 ms (3.20%) |
2 |
SELECT t0.guid AS guid_1, t0.id AS id_2, t0.name AS name_3, t0.iso AS iso_4, t0.iso2 AS iso2_5, t0.iso_numeric AS iso_numeric_6, t0.phone_code AS phone_code_7, t0.currency_iso AS currency_iso_8, t0.activation_fee AS activation_fee_9, t0.renewal_fee AS renewal_fee_10, t0.minimum_fund_allowed AS minimum_fund_allowed_11, t0.capital_city AS capital_city_12, t0.is_active AS is_active_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM country t0 WHERE t0.id = ?
Parameters:
[
2
]
|
|
0.41 ms (2.85%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.location AS location_3, t0.rank AS rank_4, t0.old_id AS old_id_5 FROM menu t0 WHERE t0.location = ? ORDER BY t0.rank ASC
Parameters:
[
"top"
]
|
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Course | 51 |
| App\Entity\Page | 27 |
| App\Entity\CourseCountry | 21 |
| App\Entity\Menu | 11 |
| App\Entity\Country | 2 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Course | No errors. |
| App\Entity\CourseBookMapper | No errors. |
| App\Entity\CourseCountry | No errors. |
| App\Entity\CourseCountryFee | No errors. |
| App\Entity\Country | No errors. |
| App\Entity\Menu | No errors. |
| App\Entity\Page | No errors. |
| App\Entity\Ebook | No errors. |