GET https://tigafrdb.tiga-sys.com/core/financial/statement

Query Metrics

11 Database Queries
6 Different statements
2.52 ms Query time
2 Invalid entities
18 Managed entities

Queries

Group similar statements

# Time Info
1 0.55 ms
SELECT count(DISTINCT o0_.id) AS sclr_0 FROM ofrp o0_
Parameters:
[]
2 0.27 ms
SELECT DISTINCT o0_.id AS id_0, o0_.id AS id_1 FROM ofrp o0_ ORDER BY o0_.id DESC LIMIT 10
Parameters:
[]
3 0.30 ms
SELECT o0_.id AS id_0, o0_.doc_entry AS doc_entry_1, o0_.template AS template_2, o0_.notes AS notes_3, o0_.validation_status AS validation_status_4, o0_.created_by AS created_by_5, o0_.created_at AS created_at_6, o0_.updated_at AS updated_at_7, o0_.company_id AS company_id_8, o0_.exercise_id AS exercise_id_9, o0_.financial_state_template_id AS financial_state_template_id_10 FROM ofrp o0_ WHERE o0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY o0_.id DESC
Parameters:
[
  516
  515
  514
  513
  512
  511
  510
  509
  508
  507
]
4 0.35 ms
SELECT t0.id AS id_1, t0.company_code AS company_code_2, t0.company_name AS company_name_3, t0.sector_of_activity AS sector_of_activity_4, t0.legal_form AS legal_form_5, t0.administration_method AS administration_method_6, t0.year_of_creation AS year_of_creation_7, t0.created_by AS created_by_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM ocmp t0 WHERE t0.id = ?
Parameters:
[
  104
]
5 0.23 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.created_by AS created_by_4, t0.type AS type_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7 FROM ofrm t0 WHERE t0.id = ?
Parameters:
[
  71
]
6 0.15 ms
SELECT t0.id AS id_1, t0.exercise AS exercise_2, t0.name AS name_3, t0.start_date AS start_date_4, t0.end_date AS end_date_5, t0.created_by AS created_by_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM ofyr t0 WHERE t0.id = ?
Parameters:
[
  161
]
7 0.21 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.created_by AS created_by_4, t0.type AS type_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7 FROM ofrm t0 WHERE t0.id = ?
Parameters:
[
  70
]
8 0.13 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.created_by AS created_by_4, t0.type AS type_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7 FROM ofrm t0 WHERE t0.id = ?
Parameters:
[
  69
]
9 0.11 ms
SELECT t0.id AS id_1, t0.exercise AS exercise_2, t0.name AS name_3, t0.start_date AS start_date_4, t0.end_date AS end_date_5, t0.created_by AS created_by_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM ofyr t0 WHERE t0.id = ?
Parameters:
[
  160
]
10 0.11 ms
SELECT t0.id AS id_1, t0.exercise AS exercise_2, t0.name AS name_3, t0.start_date AS start_date_4, t0.end_date AS end_date_5, t0.created_by AS created_by_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM ofyr t0 WHERE t0.id = ?
Parameters:
[
  159
]
11 0.11 ms
SELECT t0.id AS id_1, t0.exercise AS exercise_2, t0.name AS name_3, t0.start_date AS start_date_4, t0.end_date AS end_date_5, t0.created_by AS created_by_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM ofyr t0 WHERE t0.id = ?
Parameters:
[
  158
]

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\FinancialStatement 10
App\Entity\Exercise 4
App\Entity\FinancialStateTemplate 3
App\Entity\Company 1

Entities Mapping

Class Mapping errors
App\Entity\FinancialStatement No errors.
App\Entity\Company
  • The mappings App\Entity\Company#accreditations and App\Entity\Accreditation#company are inconsistent with each other.
App\Entity\Exercise No errors.
App\Entity\FinancialStateTemplate No errors.
App\Entity\FinancialStateLine No errors.
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\Shareholder No errors.
App\Entity\ExerciseInfo No errors.
App\Entity\FinancialStateTemplateLine No errors.