Query Metrics

14 Database Queries
5 Different statements
6.50 ms Query time
0 Invalid entities
47 Managed entities

Grouped Statements

Show all queries

Time▼ Count Info
2.66 ms
(41.01%)
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.62 ms
(25.00%)
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_ INNER JOIN course_country c1_ ON c0_.id = c1_.course_id AND (c1_.country_id = ?) WHERE c0_.status = ? AND c0_.is_public = ? ORDER BY c0_.name ASC
Parameters:
[
  3
  "a"
  1
]
0.95 ms
(14.57%)
1
SELECT c0_.guid AS guid_0, c0_.id AS id_1, c0_.name AS name_2, c0_.iso AS iso_3, c0_.iso2 AS iso2_4, c0_.iso_numeric AS iso_numeric_5, c0_.phone_code AS phone_code_6, c0_.currency_iso AS currency_iso_7, c0_.activation_fee AS activation_fee_8, c0_.renewal_fee AS renewal_fee_9, c0_.minimum_fund_allowed AS minimum_fund_allowed_10, c0_.capital_city AS capital_city_11, c0_.is_active AS is_active_12, c0_.created_at AS created_at_13, c0_.updated_at AS updated_at_14 FROM country c0_ WHERE LOWER(c0_.iso2) = ? OR LOWER(c0_.iso) = ? OR LOWER(c0_.name) = ? LIMIT 1
Parameters:
[
  "nigeria"
  "nigeria"
  "nigeria"
]
0.76 ms
(11.73%)
1
SELECT c0_.course_id AS sclr_0, c0_.fee AS fee_1 FROM course_country_fee c0_ WHERE c0_.course_id IN (?, ?, ?, ?, ?, ?, ?, ?) AND c0_.country_id = ?
Parameters:
[
  62
  60
  10
  9
  30
  61
  6
  14
  3
]
0.50 ms
(7.69%)
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\Page 27
App\Entity\Menu 11
App\Entity\Course 8
App\Entity\Country 1

Entities Mapping

Class Mapping errors
App\Entity\Country No errors.
App\Entity\Course No errors.
App\Entity\CourseCountry No errors.
App\Entity\CourseBookMapper No errors.
App\Entity\CourseCountryFee No errors.
App\Entity\Menu No errors.
App\Entity\Page No errors.