Query Metrics
2Database Queries
2Different statements
1.67 msQuery time
0Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
| 1.23 ms (73.84%) | 1 | 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: [ "fr/cv-generator/bc52160529ff0b88afa7/" 1 ] |
| 0.44 ms (26.16%) | 1 | SELECT c0_.id AS id_0, c0_.public_slug AS public_slug_1, c0_.expires_at AS expires_at_2, c0_.created_at AS created_at_3, c0_.updated_at AS updated_at_4, c0_.first_name AS first_name_5, c0_.last_name AS last_name_6, c0_.email AS email_7, c0_.phone AS phone_8, c0_.city AS city_9, c0_.country AS country_10, c0_.locale AS locale_11, c0_.cv_data AS cv_data_12, c0_.cv_settings AS cv_settings_13, c0_.mode AS mode_14, c0_.cv_pdf_path AS cv_pdf_path_15 FROM cvs_candidates_drafts c0_ WHERE c0_.public_slug = ? AND c0_.expires_at > ? Parameters: [ "bc52160529ff0b88afa7" "2026-05-13 15:19:00" ] |
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\PublicCvDraft | No errors. |