Query Metrics
5Database Queries
5Different statements
144.79 msQuery time
0Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
| 82.84 ms (57.21%) | 1 | "COMMIT"Parameters: [] |
| 60.12 ms (41.52%) | 1 | SELECT t0.id AS id_1, t0.public_slug AS public_slug_2, t0.expires_at AS expires_at_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.first_name AS first_name_6, t0.last_name AS last_name_7, t0.email AS email_8, t0.phone AS phone_9, t0.city AS city_10, t0.country AS country_11, t0.locale AS locale_12, t0.cv_data AS cv_data_13, t0.cv_settings AS cv_settings_14, t0.mode AS mode_15, t0.cv_pdf_path AS cv_pdf_path_16 FROM cvs_candidates_drafts t0 WHERE t0.public_slug = ? LIMIT 1 Parameters: [
"bc4c735aded325bf157d"
] |
| 0.84 ms (0.58%) | 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/" 1 ] |
| 0.63 ms (0.43%) | 1 | INSERT INTO cvs_candidates_drafts (public_slug, expires_at, created_at, updated_at, first_name, last_name, email, phone, city, country, locale, cv_data, cv_settings, mode, cv_pdf_path) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Parameters: [ "bc4c735aded325bf157d" "2026-06-30 17:22:53" "2026-06-28 17:22:53" "2026-06-28 17:22:53" null null null null null null "fr" null null "scratch" null ] |
| 0.36 ms (0.25%) | 1 | "START TRANSACTION"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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Seo\Redirection | No errors. |
| App\Entity\Cvs\PublicCvDraft | No errors. |