https://daf-middleware.wtdevsite.com/progress-report/send-email

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.69 ms
SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.expires AS expires_3, t0.tenant_id AS tenant_id_4, t0.refresh_token AS refresh_token_5, t0.id_token AS id_token_6, t0.tag AS tag_7 FROM xero_storage t0 WHERE t0.tag = ? LIMIT 1
Parameters:
[
  "primary"
]
2 0.29 ms
SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.expires AS expires_3, t0.tenant_id AS tenant_id_4, t0.refresh_token AS refresh_token_5, t0.id_token AS id_token_6, t0.tag AS tag_7 FROM xero_storage t0 WHERE t0.tag = ? LIMIT 1
Parameters:
[
  "primary"
]
3 0.65 ms
SELECT t0.id AS id_1, t0.access_token AS access_token_2, t0.expires AS expires_3, t0.tenant_id AS tenant_id_4, t0.refresh_token AS refresh_token_5, t0.id_token AS id_token_6, t0.tag AS tag_7 FROM xero_storage t0 WHERE t0.tag = ? LIMIT 1
Parameters:
[
  "primary"
]

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\UserBilling No errors.
App\Entity\EmailTemplate No errors.
App\Entity\XeroStorage No errors.
App\Entity\FilmProjectMember
  • The field App\Entity\FilmProjectMember#adminFilmProject is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\FilmProject#filmProjectAdmin does not contain the required 'mappedBy="adminFilmProject"' attribute.
  • The field App\Entity\FilmProjectMember#producerFilmProject is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\FilmProject#filmProjectProducer does not contain the required 'mappedBy="producerFilmProject"' attribute.
  • The field App\Entity\FilmProjectMember#directorFilmProject is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\FilmProject#filmProjectDirector does not contain the required 'mappedBy="directorFilmProject"' attribute.
App\Entity\FilmProjectProgressReport No errors.