https://saass.dodarchitecte.com/api/projects/156/purchases

Query Metrics

3 Database Queries
3 Different statements
2.32 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 1.41 ms
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.discarded AS discarded_6, t0.discarded_at AS discarded_at_7, t0.active AS active_8, t0.gender AS gender_9, t0.gestionnaire_id AS gestionnaire_id_10, t0.collaborator AS collaborator_11, t0.address_id AS address_id_12, t13.id AS id_14, t13.firstname AS firstname_15, t13.lastname AS lastname_16, t13.tel AS tel_17, t13.fixe AS fixe_18, t13.user_id AS user_id_19, t0.enterprise_id AS enterprise_id_20 FROM user t0 LEFT JOIN profile t13 ON t13.user_id = t0.id WHERE t0.email = ? LIMIT 1
Parameters:
[
  "[email protected]"
]
2 0.51 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.status AS status_4, t0.file_name AS file_name_5, t0.programme AS programme_6, t0.surface AS surface_7, t0.started_at AS started_at_8, t0.ending_at AS ending_at_9, t0.discarded AS discarded_10, t0.discarded_at AS discarded_at_11, t0.maitre_ouvrage AS maitre_ouvrage_12, t0.etude AS etude_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15, t0.enterprise_id AS enterprise_id_16, t0.address_id AS address_id_17 FROM project t0 WHERE t0.id = ?
Parameters:
[
  156
]
3 0.40 ms
SELECT t0.id AS id_1, t0.link_url AS link_url_2, t0.status AS status_3, t0.clicked AS clicked_4, t0.name AS name_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.project_id AS project_id_8 FROM purchase t0 WHERE t0.project_id = ?
Parameters:
[
  156
]

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\User No errors.
App\Entity\File\File No errors.
App\Entity\File\FileFacture No errors.
Gesdinet\JWTRefreshTokenBundle\Entity\RefreshToken No errors.
App\Entity\RefreshToken No errors.
App\Entity\Localisation\Address No errors.
App\Entity\Profile\Profile No errors.
App\Entity\Enterprise\Enterprise
  • The mappings App\Entity\Enterprise\Enterprise#user and App\Entity\User#enterprise are inconsistent with each other.
App\Entity\Chat\Participation No errors.
App\Entity\Responsable\Responsable No errors.
App\Entity\Collaborator\Collaborator No errors.
App\Entity\Chat\Conversation No errors.
App\Entity\Project\Project No errors.
App\Entity\Project\Purchase No errors.
App\Entity\Folder\Folder No errors.
App\Entity\Devis\Devis No errors.
App\Entity\Collaborator\CollaboratorProject No errors.