Query Metrics
4Database Queries
4Different statements
1.78 msQuery time
0Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.86 ms | SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.title AS title_4, t0.slug AS slug_5, t0.url AS url_6, t0.visibility AS visibility_7, t0.type AS type_8 FROM seo_redirection t0 WHERE t0.slug = ? AND t0.visibility = ? LIMIT 1 Parameters: [ "companies" 1 ] |
| 2 | 0.49 ms | SELECT c0_.id AS id_0, c0_.created_at AS created_at_1, c0_.updated_at AS updated_at_2, c0_.slug AS slug_3, c0_.label AS label_4, c0_.short_title AS short_title_5, c0_.short_description AS short_description_6, c0_.search_keyword AS search_keyword_7, c0_.icon AS icon_8, c0_.locale AS locale_9, c0_.type AS type_10, c0_.position AS position_11, c0_.online AS online_12 FROM cvs_enterprisesfilters c0_ WHERE c0_.locale = ? AND c0_.online = ? ORDER BY c0_.position ASC, c0_.id ASC LIMIT 30 Parameters: [ "en" 1 ] |
| 3 | 0.20 ms | SELECT c0_.id AS id_0, c0_.created_at AS created_at_1, c0_.updated_at AS updated_at_2, c0_.search_keyword AS search_keyword_3, c0_.label AS label_4, c0_.icon AS icon_5, c0_.keywords AS keywords_6, c0_.locale AS locale_7, c0_.position AS position_8, c0_.landing_jobs AS landing_jobs_9 FROM cvs_keywordslandingjobs c0_ WHERE c0_.locale = ? AND c0_.landing_jobs IS NULL ORDER BY c0_.position ASC, c0_.id ASC Parameters: [
"en"
] |
| 4 | 0.23 ms | SELECT c0_.id AS id_0, c0_.created_at AS created_at_1, c0_.updated_at AS updated_at_2, c0_.title_page AS title_page_3, c0_.name AS name_4, c0_.description AS description_5, c0_.sequence AS sequence_6, c0_.type AS type_7, c0_.category AS category_8, c0_.type_website AS type_website_9, c0_.tool_id AS tool_id_10 FROM core_tools c0_ WHERE c0_.type_website LIKE ? ORDER BY c0_.id ASC Parameters: [
"%blog%"
] |
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\Seo\Redirection | No errors. |
| App\Entity\Cvs\EnterprisesFilters | No errors. |
| App\Entity\Cvs\KeywordsLandingJobs | No errors. |
| App\Entity\Cvs\LandingJobs | No errors. |
| App\Entity\Core\Tools | No errors. |