Query Metrics
5Database Queries
5Different statements
242.07 msQuery time
0Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
| 195.95 ms (80.95%) | 1 | "COMMIT"Parameters: [] |
| 32.33 ms (13.36%) | 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: [ "bc52160529ff0b88afa7" "2026-05-15 13:27:00" "2026-05-13 13:27:00" "2026-05-13 13:27:00" null null null null null null "fr" null null "scratch" null ] |
| 12.65 ms (5.23%) | 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: [
"bc52160529ff0b88afa7"
] |
| 0.98 ms (0.41%) | 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.15 ms (0.06%) | 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. |