GET https://tigafrdb.tiga-sys.com/core/company

Query Metrics

3 Database Queries
3 Different statements
0.74 ms Query time
2 Invalid entities
10 Managed entities

Queries

Group similar statements

# Time Info
1 0.43 ms
SELECT count(DISTINCT o0_.id) AS sclr_0 FROM ocmp o0_
Parameters:
[]
2 0.12 ms
SELECT DISTINCT o0_.id AS id_0, o0_.id AS id_1 FROM ocmp o0_ ORDER BY o0_.id DESC LIMIT 10
Parameters:
[]
3 0.19 ms
SELECT o0_.id AS id_0, o0_.company_code AS company_code_1, o0_.company_name AS company_name_2, o0_.sector_of_activity AS sector_of_activity_3, o0_.legal_form AS legal_form_4, o0_.administration_method AS administration_method_5, o0_.year_of_creation AS year_of_creation_6, o0_.created_by AS created_by_7, o0_.created_at AS created_at_8, o0_.updated_at AS updated_at_9 FROM ocmp o0_ WHERE o0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY o0_.id DESC
Parameters:
[
  160
  159
  158
  157
  156
  155
  154
  153
  152
  151
]

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
App\Entity\Company 10

Entities Mapping

Class Mapping errors
App\Entity\Company
  • The mappings App\Entity\Company#accreditations and App\Entity\Accreditation#company are inconsistent with each other.
App\Entity\Accreditation
  • The association App\Entity\Accreditation#company refers to the inverse side field App\Entity\Company#accreditation which does not exist.
App\Entity\FinancialStatement No errors.
App\Entity\Shareholder No errors.
App\Entity\ExerciseInfo No errors.