GET https://emiliotur.dfranquias.com/v1/login

Query Metrics

2 Database Queries
2 Different statements
1.73 ms Query time
4 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.89 ms
(51.53%)
1
SELECT t0.subdomain AS subdomain_1, t0.propagate AS propagate_2, t0.global AS global_3, t0.types AS types_4, t0.filters AS filters_5, t0.form_background_color AS form_background_color_6, t0.primary_color AS primary_color_7, t0.secondary_color AS secondary_color_8, t0.title AS title_9, t0.sub_title AS sub_title_10, t0.background_color AS background_color_11, t0.id AS id_12, t0.slug AS slug_13, t0.background_id AS background_id_14, t15.filename AS filename_16, t15.link AS link_17, t15.slug AS slug_18, t15.type AS type_19, t15.filetype AS filetype_20, t15.created AS created_21, t15.updated AS updated_22, t15.disabled AS disabled_23, t15.id AS id_24, t15.active AS active_25, t15.timezone AS timezone_26, t15.region_id AS region_id_27, t15.created_by_id AS created_by_id_28, t15.updated_by_id AS updated_by_id_29, t15.created_by_user_type_id AS created_by_user_type_id_30, t15.updated_by_user_type_id AS updated_by_user_type_id_31, t15.company_id AS company_id_32 FROM config_company_client t0 LEFT JOIN archives t15 ON t0.background_id = t15.id WHERE t0.global = ? LIMIT 1
Parameters:
[
  1
]
0.84 ms
(48.47%)
1
SELECT t0.subdomain AS subdomain_1, t0.propagate AS propagate_2, t0.global AS global_3, t0.types AS types_4, t0.filters AS filters_5, t0.form_background_color AS form_background_color_6, t0.primary_color AS primary_color_7, t0.secondary_color AS secondary_color_8, t0.title AS title_9, t0.sub_title AS sub_title_10, t0.background_color AS background_color_11, t0.id AS id_12, t0.slug AS slug_13, t0.background_id AS background_id_14, t15.filename AS filename_16, t15.link AS link_17, t15.slug AS slug_18, t15.type AS type_19, t15.filetype AS filetype_20, t15.created AS created_21, t15.updated AS updated_22, t15.disabled AS disabled_23, t15.id AS id_24, t15.active AS active_25, t15.timezone AS timezone_26, t15.region_id AS region_id_27, t15.created_by_id AS created_by_id_28, t15.updated_by_id AS updated_by_id_29, t15.created_by_user_type_id AS created_by_user_type_id_30, t15.updated_by_user_type_id AS updated_by_user_type_id_31, t15.company_id AS company_id_32 FROM config_company_client t0 LEFT JOIN archives t15 ON t0.background_id = t15.id WHERE t0.subdomain = ? LIMIT 1
Parameters:
[
  "emiliotur"
]

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.

Managed Entities

default entity manager

Class Amount of managed objects

Entities Mapping

Class Mapping errors
DFranquias\CompanyBundle\Domain\Entity\Company
  • The field DFranquias\CompanyBundle\Domain\Entity\Company#archives is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity DFranquias\CoreBundle\Domain\Entity\Archive#company does not contain the required 'inversedBy: "archives"' attribute.
  • The field DFranquias\CompanyBundle\Domain\Entity\Company#roles is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity DFranquias\UserBundle\Domain\Entity\Role#company does not contain the required 'inversedBy: "roles"' attribute.
  • The field DFranquias\CompanyBundle\Domain\Entity\Company#DFPayAuthorization is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity DFranquias\IntegrationBundle\Domain\Entity\Authorization#company does not contain the required 'mappedBy: "DFPayAuthorization"' attribute.
  • The field DFranquias\CompanyBundle\Domain\Entity\Company#companyTags is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity DFranquias\CompanyBundle\Domain\Entity\CompanyTag#companyOwner does not contain the required 'inversedBy: "companyTags"' attribute.
DFranquias\CompanyBundle\Domain\Entity\ConfigCompanyClient No errors.
DFranquias\CoreBundle\Domain\Entity\Archive No errors.
DFranquias\RegionBundle\Domain\Entity\Region
  • The field DFranquias\RegionBundle\Domain\Entity\Region#users is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity DFranquias\UserBundle\Domain\Entity\User\UserRegion#region does not contain the required 'inversedBy: "users"' attribute.
  • The field DFranquias\RegionBundle\Domain\Entity\Region#archives is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity DFranquias\CoreBundle\Domain\Entity\Archive#region does not contain the required 'inversedBy: "archives"' attribute.
DFranquias\UserBundle\Domain\Entity\User No errors.
DFranquias\UserBundle\Domain\Entity\User\UserType
  • The field DFranquias\UserBundle\Domain\Entity\User\UserType#contactPerfil is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity DFranquias\CommercialBundle\Domain\Entity\ContactPerfil#userType does not contain the required 'inversedBy: "contactPerfil"' attribute.
  • The field DFranquias\UserBundle\Domain\Entity\User\UserType#responses is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity DFranquias\CommercialBundle\Domain\Entity\Setting\SettingResponse#userType does not contain the required 'inversedBy: "responses"' attribute.
DFranquias\CompanyBundle\Domain\Entity\Company\CompanyClient
  • The field DFranquias\CompanyBundle\Domain\Entity\Company\CompanyClient#archives is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity DFranquias\CoreBundle\Domain\Entity\Archive#company does not contain the required 'inversedBy: "archives"' attribute.
  • The field DFranquias\CompanyBundle\Domain\Entity\Company\CompanyClient#roles is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity DFranquias\UserBundle\Domain\Entity\Role#company does not contain the required 'inversedBy: "roles"' attribute.
  • The field DFranquias\CompanyBundle\Domain\Entity\Company\CompanyClient#DFPayAuthorization is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity DFranquias\IntegrationBundle\Domain\Entity\Authorization#company does not contain the required 'mappedBy: "DFPayAuthorization"' attribute.
  • The field DFranquias\CompanyBundle\Domain\Entity\Company\CompanyClient#companyTags is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity DFranquias\CompanyBundle\Domain\Entity\CompanyTag#companyOwner does not contain the required 'inversedBy: "companyTags"' attribute.
  • The field DFranquias\CompanyBundle\Domain\Entity\Company\CompanyClient#franchises is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity DFranquias\CompanyBundle\Domain\Entity\Company\CompanyFranchise#company does not contain the required 'inversedBy: "franchises"' attribute.
Gesdinet\JWTRefreshTokenBundle\Entity\RefreshToken No errors.
DFranquias\CoreBundle\Domain\Entity\RefreshToken No errors.