Query Metrics
5
Database Queries
5
Different statements
3.46 ms
Query time
4
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
0.97 ms (28.15%) |
1 |
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.password AS password_2, u0_.auth_permitted AS auth_permitted_3, u0_.phone AS phone_4, u0_.status AS status_5, u0_.reset_password_token AS reset_password_token_6, u0_.first_name AS first_name_7, u0_.last_name AS last_name_8, u0_.gender AS gender_9, u0_.birth_day AS birth_day_10, u0_.birth_place AS birth_place_11, u0_.department AS department_12, u0_.created_date AS created_date_13, u0_.updated_date AS updated_date_14, u0_.media_id AS media_id_15, u0_.country_id AS country_id_16, u0_.nationality_id AS nationality_id_17 FROM user u0_ WHERE u0_.email = ? LIMIT 1
Parameters:
[
"admin"
]
|
0.69 ms (19.88%) |
1 |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.type AS type_2, c0_.ordering AS ordering_3 FROM campaign c0_ WHERE c0_.type = ? ORDER BY c0_.ordering ASC) dctrn_result) dctrn_table
Parameters:
[
"1"
]
|
0.64 ms (18.61%) |
1 |
SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, ordering_3 FROM (SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.type AS type_2, c0_.ordering AS ordering_3 FROM campaign c0_ WHERE c0_.type = ?) dctrn_result_inner ORDER BY ordering_3 ASC) dctrn_result LIMIT 50
Parameters:
[
"1"
]
|
0.61 ms (17.76%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.display_name AS display_name_3, t0.is_base_role AS is_base_role_4, t0.ordering AS ordering_5 FROM role t0 INNER JOIN user_role ON t0.id = user_role.role_id WHERE user_role.user_id = ?
Parameters:
[
1
]
|
0.54 ms (15.60%) |
1 |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.type AS type_2, c0_.ordering AS ordering_3 FROM campaign c0_ WHERE c0_.type = ? AND c0_.id IN (?, ?, ?, ?, ?, ?, ?) ORDER BY c0_.ordering ASC
Parameters:
[ "1" 1 5 6 7 8 10 11 ] |
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\User |
|
App\Entity\Media | No errors. |
App\Entity\Country | No errors. |
App\Entity\Role | No errors. |
App\Entity\Profile |
|
App\Entity\ProfileNote | No errors. |
App\Entity\Campus | No errors. |
App\Entity\Permission | No errors. |
App\Entity\Campaign |
|
App\Entity\OpenDay |
|