Query Metrics
16
Database Queries
10
Different statements
7.61 ms
Query time
1
Invalid entities
8
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.86 ms |
SELECT t0.id AS id_1, t0.nombre AS nombre_2, t0.texto AS texto_3, t0.fecha_publicacion AS fecha_publicacion_4, t0.publica AS publica_5, t0.logotipo AS logotipo_6, t0.main_menu_id AS main_menu_id_7, t0.tipo_articulo_id AS tipo_articulo_id_8 FROM cms_articulos t0 WHERE t0.nombre = ? LIMIT 1
Parameters:
[
"Politica de cookies"
]
|
| 2 | 0.28 ms |
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
]
|
| 3 | 0.44 ms |
SELECT DATABASE()
Parameters:
[] |
| 4 | 0.65 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"webappador"
]
|
| 5 | 0.13 ms |
SELECT DATABASE()
Parameters:
[] |
| 6 | 0.50 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"webappador"
]
|
| 7 | 0.15 ms |
SELECT DATABASE()
Parameters:
[] |
| 8 | 1.04 ms |
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" ] |
| 9 | 0.14 ms |
SELECT DATABASE()
Parameters:
[] |
| 10 | 0.74 ms |
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" ] |
| 11 | 1.51 ms |
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" ] |
| 12 | 0.16 ms |
SELECT DATABASE()
Parameters:
[] |
| 13 | 0.28 ms |
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" ] |
| 14 | 0.18 ms |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
| 15 | 0.14 ms |
SELECT DATABASE()
Parameters:
[] |
| 16 | 0.41 ms |
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
]
|
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 | 6 |
| App\Ador\AppNoticiasBundle\Entity\CmsArticulos | 1 |
| App\Entity\SliderWeb | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Ador\AppNoticiasBundle\Entity\CmsArticulos | No errors. |
| App\Entity\MainMenuWeb |
|
| App\Ador\AppNoticiasBundle\Entity\CmsTiposArticulos | No errors. |
| App\Entity\SliderWeb | No errors. |
| App\Entity\MainSubmenuWeb | No errors. |