GET https://quin.riskplaza.nl/api/public/audit_plus_accounts/get

Query Metrics

17 Database Queries
11 Different statements
27.99 ms Query time
0 Invalid entities
6 Managed entities

Grouped Statements

Show all queries

default connection

Time Count Info
9.86 ms
(35.24%)
2
"COMMIT"
Parameters:
[]
5.25 ms
(18.77%)
1
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.email AS email_4, t0.roles AS roles_5, t0.password AS password_6, t0.active AS active_7, t0.last_login AS last_login_8, t0.first_name AS first_name_9, t0.middle_name AS middle_name_10, t0.last_name AS last_name_11, t0.phone_number AS phone_number_12, t0.newsletter AS newsletter_13, t0.token AS token_14, t0.token_created AS token_created_15, t0.verification_cookie AS verification_cookie_16, t0.expiration_date AS expiration_date_17, t0.start_date AS start_date_18, t0.system_expert AS system_expert_19, t0.sparkpost_mail_confidence AS sparkpost_mail_confidence_20, t0.password_reset_required AS password_reset_required_21, t0.soft_delete AS soft_delete_22 FROM user t0 WHERE t0.first_name = ? AND t0.last_name = ? LIMIT 1
Parameters:
[
  "API"
  "API"
]
4.92 ms
(17.57%)
4
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.active AS active_4, t0.name AS name_5, t0.location AS location_6, t0.owner_id AS owner_id_7, t0.street AS street_8, t0.house_number AS house_number_9, t0.postal_code AS postal_code_10, t0.city AS city_11, t0.country_id AS country_id_12, t0.email AS email_13, t0.phone AS phone_14, t0.website AS website_15, t0.logo AS logo_16, t0.certificate_file AS certificate_file_17, t0.certificate_supplement AS certificate_supplement_18, t0.btw_nr AS btw_nr_19, t0.sector_id AS sector_id_20, t0.max_users AS max_users_21, t0.audit_plus AS audit_plus_22, t0.cleanup_reference_date AS cleanup_reference_date_23, t0.is_certifying_body AS is_certifying_body_24, t0.expiration_date AS expiration_date_25, t0.start_date AS start_date_26, t0.certifying_body_id AS certifying_body_id_27, t0.chamber_of_commerce_nr AS chamber_of_commerce_nr_28, t0.debtor_number AS debtor_number_29, t0.has_demo AS has_demo_30, t0.is_verified AS is_verified_31, t0.use_legacy_ingredient_groups AS use_legacy_ingredient_groups_32, t0.audit_plus_expire_warned AS audit_plus_expire_warned_33, t0.soft_delete AS soft_delete_34 FROM account t0 WHERE t0.id = ?
Parameters:
[
  220
]
1.44 ms
(5.13%)
1
SELECT a.*, c.end_date
                FROM account a
                JOIN account_certificate c ON c.account_id = a.id
                WHERE a.soft_delete = 0 AND a.audit_plus IS NOT NULL
Parameters:
[]
1.34 ms
(4.79%)
2
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.email AS email_4, t0.roles AS roles_5, t0.password AS password_6, t0.active AS active_7, t0.last_login AS last_login_8, t0.first_name AS first_name_9, t0.middle_name AS middle_name_10, t0.last_name AS last_name_11, t0.phone_number AS phone_number_12, t0.newsletter AS newsletter_13, t0.token AS token_14, t0.token_created AS token_created_15, t0.verification_cookie AS verification_cookie_16, t0.expiration_date AS expiration_date_17, t0.start_date AS start_date_18, t0.system_expert AS system_expert_19, t0.sparkpost_mail_confidence AS sparkpost_mail_confidence_20, t0.password_reset_required AS password_reset_required_21, t0.soft_delete AS soft_delete_22 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "api_78376ghd3@ktba.com"
]
1.02 ms
(3.66%)
1
SELECT t0.id AS id_1, t0.user_id AS user_id_2, t0.account_id AS account_id_3 FROM account_user t0 WHERE t0.user_id = ? AND t0.account_id = ? LIMIT 1
Parameters:
[
  3453
  302
]
0.97 ms
(3.45%)
1
UPDATE user SET last_login = ?, updated_at = ? WHERE id = ?
Parameters:
[
  "2026-06-02 21:00:07"
  "2026-06-02 21:00:07"
  3453
]
0.92 ms
(3.28%)
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.89 ms
(3.17%)
1
INSERT INTO log_action (user_id, account_id, action, content, created_at) VALUES (?, ?, ?, ?, ?)
Parameters:
[
  3453
  null
  "login_succes"
  "{"userId":3453}"
  "2026-06-02 21:00:07"
]
0.82 ms
(2.94%)
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
]
0.56 ms
(1.99%)
2
"START TRANSACTION"
Parameters:
[]

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\Account 2
App\Entity\Main\User 1
App\Entity\Main\LogAction 1
App\Entity\Main\AccountUser 1
App\Entity\Main\PublishedRelease 1

legacy entity manager

Class Amount of managed objects

Entities Mapping

default entity manager

Class Mapping errors
App\Entity\Main\AbstractBaseEntity No errors.
App\Entity\Main\User No errors.
App\Entity\Main\Permission No errors.
App\Entity\Main\LogAction No errors.
App\Entity\Main\AccountUser No errors.
App\Entity\Main\Account No errors.
App\Entity\Main\AccountModule No errors.
App\Entity\Main\PublishedRelease No errors.

legacy entity manager

No loaded entities.