Query Metrics

5 Database Queries
5 Different statements
3.29 ms Query time
3 Invalid entities
0 Cache hits
0 Cache misses
0 Cache puts

Queries

Group similar statements

default connection

# Time Info
1 0.73 ms
SELECT t0.id AS id_1, t0.sso_identifier AS sso_identifier_2, t0.email AS email_3, t0.name AS name_4, t0.roles AS roles_5, t0.local_password AS local_password_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM identity_team_mates t0 WHERE t0.sso_identifier = ? LIMIT 1
Parameters:
[
  "255688857779987691"
]
2 0.47 ms
SELECT t0.id AS id_1, t0.sso_identifier AS sso_identifier_2, t0.email AS email_3, t0.name AS name_4, t0.roles AS roles_5, t0.local_password AS local_password_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM identity_team_mates t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "devops@mailgunplus.com"
]
3 0.31 ms
"START TRANSACTION"
Parameters:
[]
4 1.51 ms
INSERT INTO identity_team_mates (sso_identifier, email, name, roles, local_password, created_at, updated_at) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "255688857779987691"
  "devops@mailgunplus.com"
  "simpson"
  null
  null
  "2026-09-03 17:08:09"
  "2026-09-03 17:08:09"
]
5 0.27 ms
"ROLLBACK"
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection
multi_website doctrine.dbal.multi_website_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager
multi_website doctrine.orm.multi_website_entity_manager

Second Level Cache

0 Hits
0 Misses
0 Puts

Entities Mapping

default entity manager

Class Mapping errors
App\Entity\Sales\Profile\AdBoardPlacement No errors.
App\Entity\Sales\PaidPlacementPrice No errors.
App\Entity\Profile\PersonParameters No errors.
App\Entity\Messengers
  • The field 'App\Entity\Messengers#whatsApp' has the property type 'bool' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
App\Entity\PhoneCallRestrictions No errors.
App\Entity\Profile\ClientRestrictions No errors.
App\Entity\ApartmentsPricing No errors.
App\Entity\TakeOutPricing No errors.
App\Entity\ExpressPricing No errors.
App\Entity\Profile\CarPricing No errors.
App\Entity\Location\MapCoordinate
  • The field 'App\Entity\Location\MapCoordinate#latitude' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\Location\MapCoordinate#longitude' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\Profile\Profile
  • The field 'App\Entity\Profile\Profile#messengers.whatsApp' has the property type 'bool' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
  • The field 'App\Entity\Profile\Profile#mapCoordinate.latitude' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\Profile\Profile#mapCoordinate.longitude' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field App\Entity\Profile\Profile#placementHiding is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Sales\Profile\PlacementHiding#profile does not contain the required 'inversedBy="placementHiding"' attribute.
  • The field App\Entity\Profile\Profile#providedServices is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Profile\ProfileService#profile does not contain the required 'inversedBy="providedServices"' attribute.
  • The mappings App\Entity\Profile\Profile#selfies and App\Entity\Profile\Selfie#profile are inconsistent with each other.
  • The mappings App\Entity\Profile\Profile#videos and App\Entity\Profile\Video#profile are inconsistent with each other.
  • The mappings App\Entity\Profile\Profile#adminApprovalPhoto and App\Entity\Profile\AdminApprovalPhoto#profile are inconsistent with each other.
  • The mappings App\Entity\Profile\Profile#avatar and App\Entity\Profile\Avatar#profile are inconsistent with each other.
BigIdea\IdentityBundle\Entity\TeamMate No errors.
BigIdea\IdentityBundle\Entity\PersonalAccessToken No errors.
App\Entity\Sales\PaidPlacementsOrder No errors.

multi_website entity manager

No loaded entities.