http://e-teams-api-dev.zapp.dev/api/timesheets?page=1&size=20

Query Metrics

1 Database Queries
1 Different statements
1.84 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.84 ms
(100.00%)
1
SELECT t0.id AS id_1, t0.alias AS alias_2, t0.api_key AS api_key_3, t0.name AS name_4, t0.cif AS cif_5, t0.logo AS logo_6, t0.email AS email_7, t0.phone AS phone_8, t0.address AS address_9, t0.city AS city_10, t0.postal AS postal_11, t0.region AS region_12, t0.country AS country_13, t0.config_mailer_transport AS config_mailer_transport_14, t0.is_generic AS is_generic_15, t0.app_config AS app_config_16, t0.is_enabled_holiday_remember AS is_enabled_holiday_remember_17, t0.web_domain AS web_domain_18, t0.web_config AS web_config_19, t0.android_url AS android_url_20, t0.ios_url AS ios_url_21, t0.external_api_key AS external_api_key_22, t0.external_api_config AS external_api_config_23, t0.config_mailer_from AS config_mailer_from_24, t0.firebase_name_database AS firebase_name_database_25, t0.firebase_service_account AS firebase_service_account_26, t0.register_available AS register_available_27, t0.hash AS hash_28, t0.status AS status_29, t0.is_removed AS is_removed_30, t0.cdate AS cdate_31, t0.mdate AS mdate_32, t0.config_id AS config_id_33, t0.preferred_language_id AS preferred_language_id_34, t0.holidays_bcc_user_id AS holidays_bcc_user_id_35 FROM headquarter t0 WHERE t0.api_key = ? AND t0.status = ? LIMIT 1
Parameters:
[
  ""
  1
]

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\Headquarter
  • The field App\Entity\Headquarter#headquarterHomeRows is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\HeadquarterHomeRow#headquarter does not contain the required 'inversedBy="headquarterHomeRows"' attribute.
  • The field App\Entity\Headquarter#headquarterHomeWidgets is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\HeadquarterHomeWidget#headquarter does not contain the required 'inversedBy="headquarterHomeWidgets"' attribute.
App\Entity\HeadquarterConfig No errors.
App\Entity\Language No errors.
App\Entity\User No errors.