Query Metrics
15
Database Queries
8
Different statements
2.26 ms
Query time
2
Invalid entities
0
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.29 ms (57.01%) |
2 |
SELECT name AS table_name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name
Parameters:
[] |
|
0.37 ms (16.36%) |
6 |
SELECT 'main'
Parameters:
[] |
|
0.15 ms (6.81%) |
1 |
SELECT t.name AS table_name, c.* FROM sqlite_master t JOIN pragma_table_info(t.name) c WHERE t.type = 'table' AND t.name NOT IN ('geometry_columns', 'spatial_ref_sys', 'sqlite_sequence') AND t.name = ? ORDER BY t.name, c.cid
Parameters:
[
"doctrine_migration_versions"
]
|
|
0.11 ms (5.04%) |
1 |
SELECT t.name AS table_name, p.* FROM sqlite_master t JOIN pragma_foreign_key_list(t.name) p ON p."seq" != '-1' WHERE t.type = 'table' AND t.name NOT IN ('geometry_columns', 'spatial_ref_sys', 'sqlite_sequence') AND t.name = ? ORDER BY t.name, p.id DESC, p.seq
Parameters:
[
"doctrine_migration_versions"
]
|
|
0.11 ms (4.95%) |
2 |
SELECT sql FROM ( SELECT * FROM sqlite_master UNION ALL SELECT * FROM sqlite_temp_master ) WHERE type = 'table' AND name = ?
Parameters:
[
"doctrine_migration_versions"
]
|
|
0.10 ms (4.21%) |
1 |
SELECT t.name AS table_name, i.* FROM sqlite_master t JOIN pragma_index_list(t.name) i WHERE t.type = 'table' AND t.name NOT IN ('geometry_columns', 'spatial_ref_sys', 'sqlite_sequence') AND t.name = ? ORDER BY t.name, i.seq
Parameters:
[
"doctrine_migration_versions"
]
|
|
0.07 ms (3.01%) |
1 |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
|
0.06 ms (2.61%) |
1 |
SELECT * FROM PRAGMA_TABLE_INFO (?)
Parameters:
[
"doctrine_migration_versions"
]
|
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 |
|---|
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Agenda | No errors. |
| App\Entity\Equipe | No errors. |
| App\Entity\SpectacleType | No errors. |
| App\Entity\Lettre\Categorie | No errors. |
| App\Entity\Lettre\LettreDiffusion |
|
| App\Entity\Lettre\Abonne | No errors. |
| App\Entity\Utilisateur | No errors. |
| App\Entity\MenuSite | No errors. |
| App\Entity\Organisateur | No errors. |
| App\Entity\Article | No errors. |
| App\Entity\Evenement | No errors. |
| App\Entity\TypePublic | No errors. |
| App\Entity\LieuSuitecrmMapping | No errors. |
| App\Entity\RevuePresse | No errors. |
| App\Entity\Atelier | No errors. |
| App\Entity\LivreDor | No errors. |
| App\Entity\SpectaclePage | No errors. |
| App\Entity\Spectacle | No errors. |
| App\Entity\AfficheSpectacle | No errors. |
| App\Entity\Distribution | No errors. |
| App\Entity\Dossier | No errors. |
| App\Entity\Lieu | No errors. |
| App\Entity\Soutien | No errors. |
| App\Entity\Bloc | No errors. |
| App\Entity\Image | No errors. |
| App\Entity\Role | No errors. |
| App\Entity\Page | No errors. |
| App\Entity\CommuniquePresse | No errors. |
| App\Entity\Galerie | No errors. |
| App\Entity\Compagnie | No errors. |
| App\Entity\MotCle |
|
| App\Entity\Rubrique | No errors. |
| App\Entity\PhotoSpectacle | No errors. |
| App\Entity\Structure | No errors. |
| App\Entity\SpectacleSuitecrmMapping | No errors. |
| App\Entity\Gallerie | No errors. |
| App\Entity\Clients | No errors. |
| Vich\UploaderBundle\Entity\File | No errors. |