GET https://quin.riskplaza.nl/register

Query Metrics

3 Database Queries
3 Different statements
182.84 ms Query time
0 Invalid entities
505 Managed entities

Grouped Statements

Show all queries

default connection

Time Count Info
181.36 ms
(99.19%)
1
SELECT c0_.id AS id_0, c0_.created_at AS created_at_1, c0_.updated_at AS updated_at_2, c0_.code AS code_3, c0_.risk_factor AS risk_factor_4, c0_.group_id AS group_id_5, c0_.show_assessment AS show_assessment_6, c0_.favorite AS favorite_7, c1_.id AS id_8, c1_.name AS name_9, c1_.locale AS locale_10, c1_.translatable_id AS translatable_id_11 FROM countries c0_ INNER JOIN countries_translation c1_ ON c0_.id = c1_.translatable_id WHERE c1_.locale = ? AND c0_.group_id = 0 ORDER BY c1_.name ASC
Parameters:
[
  "nl_NL"
]
0.84 ms
(0.46%)
1
SELECT t0.id AS id_1, t0.module_id AS module_id_2, t0.release_date AS release_date_3, t0.status AS status_4, t0.version AS version_5 FROM published_release t0 WHERE t0.status = ? ORDER BY t0.release_date DESC LIMIT 1
Parameters:
[
  100
]
0.64 ms
(0.35%)
1
SELECT t0.id AS id_1, t0.account_id AS account_id_2, t0.module_id AS module_id_3, t0.is_demo AS is_demo_4, t0.module_expiration_date AS module_expiration_date_5, t0.start_date AS start_date_6, t0.is_active AS is_active_7, t0.ordered AS ordered_8 FROM account_module t0 WHERE t0.account_id IS NULL AND t0.is_active = ?
Parameters:
[
  1
]

Database Connections

Name Service
default doctrine.dbal.default_connection
legacy doctrine.dbal.legacy_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager
legacy doctrine.orm.legacy_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Main\Countries 252
App\Entity\Main\CountriesTranslation 252
App\Entity\Main\PublishedRelease 1

legacy entity manager

Class Amount of managed objects