Query Metrics
17
Database Queries
11
Different statements
7.76 ms
Query time
1
Invalid entities
14
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.30 ms (16.77%) |
2 |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"webappador"
]
|
|
1.29 ms (16.65%) |
1 |
SELECT c.COLUMN_NAME AS field, IF( c.COLUMN_TYPE = 'longtext' AND EXISTS( SELECT * from information_schema.CHECK_CONSTRAINTS i_c WHERE i_c.CONSTRAINT_SCHEMA = 'webappador' AND i_c.TABLE_NAME = c.TABLE_NAME AND i_c.CHECK_CLAUSE = CONCAT( 'json_valid(`', c.COLUMN_NAME, '`)' ) ), 'json', c.COLUMN_TYPE ) AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
Parameters:
[ "webappador" "webappador" "doctrine_migration_versions" ] |
|
1.15 ms (14.77%) |
6 |
SELECT DATABASE()
Parameters:
[] |
|
1.05 ms (13.55%) |
1 |
SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.FULL_COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[ "webappador" "doctrine_migration_versions" ] |
|
0.74 ms (9.54%) |
1 |
SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webappador' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[ "webappador" "doctrine_migration_versions" ] |
|
0.65 ms (8.33%) |
1 |
SELECT t0.id AS id_1, t0.img AS img_2, t0.logotipo AS logotipo_3 FROM slider_web t0 WHERE t0.logotipo = ?
Parameters:
[
0
]
|
|
0.52 ms (6.72%) |
1 |
SELECT m0_.id AS id_0, m0_.texto_menu AS texto_menu_1, m0_.home_page AS home_page_2, m0_.enlace_menu AS enlace_menu_3, m0_.enlace_secundario AS enlace_secundario_4, m0_.enlace_externo AS enlace_externo_5, m0_.icon_menu AS icon_menu_6, m0_.texto_descripcion AS texto_descripcion_7, m0_.has_submenu AS has_submenu_8, m0_.in_nav AS in_nav_9, m0_.is_articulo AS is_articulo_10, m0_.bundler AS bundler_11, m0_.orden AS orden_12 FROM main_menu_web m0_ WHERE m0_.home_page = ? ORDER BY m0_.orden ASC
Parameters:
[
1
]
|
|
0.34 ms (4.39%) |
1 |
SELECT t0.id AS id_1, t0.img AS img_2, t0.logotipo AS logotipo_3 FROM slider_web t0 WHERE t0.logotipo = ? LIMIT 1
Parameters:
[
1
]
|
|
0.33 ms (4.24%) |
1 |
SELECT m0_.id AS id_0, m0_.texto_menu AS texto_menu_1, m0_.home_page AS home_page_2, m0_.enlace_menu AS enlace_menu_3, m0_.enlace_secundario AS enlace_secundario_4, m0_.enlace_externo AS enlace_externo_5, m0_.icon_menu AS icon_menu_6, m0_.texto_descripcion AS texto_descripcion_7, m0_.has_submenu AS has_submenu_8, m0_.in_nav AS in_nav_9, m0_.is_articulo AS is_articulo_10, m0_.bundler AS bundler_11, m0_.orden AS orden_12 FROM main_menu_web m0_ WHERE m0_.in_nav = ? ORDER BY m0_.orden ASC
Parameters:
[
1
]
|
|
0.23 ms (2.96%) |
1 |
SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
Parameters:
[ "webappador" "doctrine_migration_versions" ] |
|
0.16 ms (2.07%) |
1 |
SELECT * FROM doctrine_migration_versions
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\MainMenuWeb | 11 |
| App\Entity\SliderWeb | 3 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\SliderWeb | No errors. |
| App\Entity\MainMenuWeb |
|
| App\Entity\MainSubmenuWeb | No errors. |