GET https://pec.cap48.be/form-section/inclusive_action

Query Metrics

6 Database Queries
5 Different statements
9.87 ms Query time
0 Invalid entities
8 Managed entities

Queries

Group similar statements

# Time Info
1 2.09 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.invitation_token AS invitation_token_7, t0.invitation_status AS invitation_status_8, t0.is_main_contact AS is_main_contact_9, t0.last_login_at AS last_login_at_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.company_id AS company_id_13, t0.invited_by_id AS invited_by_id_14 FROM company_user t0 WHERE t0.id = ?
Parameters:
[
  25
]
2 2.49 ms
SELECT t0.id AS id_1, t0.section_name AS section_name_2, t0.section_label AS section_label_3, t0.section_order AS section_order_4, t0.data AS data_5, t0.comments AS comments_6, t0.status AS status_7, t0.last_reviewed_at AS last_reviewed_at_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.company_id AS company_id_11, t0.last_reviewed_by_id AS last_reviewed_by_id_12 FROM form_section t0 WHERE t0.company_id = ?
Parameters:
[
  23
]
3 1.38 ms
SELECT t0.id AS id_1, t0.section_name AS section_name_2, t0.section_label AS section_label_3, t0.section_order AS section_order_4, t0.data AS data_5, t0.comments AS comments_6, t0.status AS status_7, t0.last_reviewed_at AS last_reviewed_at_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.company_id AS company_id_11, t0.last_reviewed_by_id AS last_reviewed_by_id_12 FROM form_section t0 WHERE t0.company_id = ? AND t0.section_name = ? LIMIT 1
Parameters:
[
  23
  "inclusive_action"
]
4 1.01 ms
SELECT t0.id AS id_1, t0.section_name AS section_name_2, t0.section_label AS section_label_3, t0.section_order AS section_order_4, t0.data AS data_5, t0.comments AS comments_6, t0.status AS status_7, t0.last_reviewed_at AS last_reviewed_at_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.company_id AS company_id_11, t0.last_reviewed_by_id AS last_reviewed_by_id_12 FROM form_section t0 WHERE t0.company_id = ? AND t0.section_name = ? LIMIT 1
Parameters:
[
  23
  "organization_type"
]
5 1.41 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.address AS address_3, t0.address_complement AS address_complement_4, t0.zip_code AS zip_code_5, t0.city AS city_6, t0.country AS country_7, t0.phone AS phone_8, t0.website AS website_9, t0.registration_progress AS registration_progress_10, t0.is_registration_complete AS is_registration_complete_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.status AS status_14, t0.last_correction_request_at AS last_correction_request_at_15 FROM company t0 WHERE t0.id = ?
Parameters:
[
  23
]
6 1.48 ms
SELECT t0.id AS id_1, t0.section_name AS section_name_2, t0.section_label AS section_label_3, t0.section_order AS section_order_4, t0.data AS data_5, t0.comments AS comments_6, t0.status AS status_7, t0.last_reviewed_at AS last_reviewed_at_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.company_id AS company_id_11, t0.last_reviewed_by_id AS last_reviewed_by_id_12 FROM form_section t0 WHERE t0.company_id = ? ORDER BY t0.section_order ASC
Parameters:
[
  23
]

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\FormSection 6
App\Entity\CompanyUser 1
App\Entity\Company 1

Entities Mapping

Class Mapping errors
App\Entity\CompanyUser No errors.
App\Entity\Company No errors.
App\Entity\FormSection No errors.
App\Entity\User No errors.