GET https://dev.ukcompanysetup.com/

Query Metrics

20 Database Queries
11 Different statements
11.14 ms Query time
0 Invalid entities
1374 Managed entities

Grouped Statements

Show all queries

Time Count Info
2.42 ms
(21.70%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.address AS address_3, t0.created_date AS created_date_4, t0.updated_date AS updated_date_5 FROM sensitive_word t0
Parameters:
[]
2.07 ms
(18.59%)
2
SELECT t0.id AS id_1, t0.created_date AS created_date_2, t0.updated_date AS updated_date_3, t0.session_id AS session_id_4, t0.company_id AS company_id_5 FROM company_user t0 WHERE t0.session_id = ? LIMIT 1
Parameters:
[
  "g01qa1bd5ldurbpkd81nridaeu"
]
1.41 ms
(12.63%)
4
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.created_date AS created_date_4, t0.updated_date AS updated_date_5, t0.is_active AS is_active_6, t0.most_popular AS most_popular_7, t0.long_description AS long_description_8 FROM package t0 INNER JOIN company_type_package ON t0.id = company_type_package.package_id WHERE company_type_package.company_type_id = ?
Parameters:
[
  1
]
0.96 ms
(8.65%)
3
SELECT t0.id AS id_1, t0.price AS price_2, t0.vat AS vat_3, t0.sale AS sale_4, t0.created_date AS created_date_5, t0.updated_date AS updated_date_6, t0.currency_iso AS currency_iso_7, t0.package_id AS package_id_8, t0.period_id AS period_id_9, t0.package_service_id AS package_service_id_10 FROM package_currency t0 WHERE t0.package_id = ?
Parameters:
[
  4
]
0.93 ms
(8.37%)
3
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.created_date AS created_date_4, t0.updated_date AS updated_date_5, t0.is_active AS is_active_6 FROM package_service t0 INNER JOIN package_service_package ON t0.id = package_service_package.package_service_id WHERE package_service_package.package_id = ?
Parameters:
[
  4
]
0.88 ms
(7.92%)
1
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.description AS description_2, p0_.created_date AS created_date_3, p0_.updated_date AS updated_date_4, p0_.is_active AS is_active_5, p0_.most_popular AS most_popular_6, p0_.long_description AS long_description_7 FROM package p0_ LEFT JOIN package_currency p1_ ON p0_.id = p1_.package_id WHERE p0_.is_active = 1 ORDER BY p1_.price ASC
Parameters:
[]
0.85 ms
(7.67%)
2
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.description AS description_2, c0_.has_shares AS has_shares_3, c0_.code AS code_4, c0_.articles_code AS articles_code_5, c0_.amended_articles_code AS amended_articles_code_6, c0_.created_date AS created_date_7, c0_.updated_date AS updated_date_8, c0_.is_active AS is_active_9 FROM company_type c0_ WHERE c0_.is_active = 1
Parameters:
[]
0.53 ms
(4.79%)
1
SELECT t0.id AS id_1, t0.is_vat_enabled AS is_vat_enabled_2, t0.company_name AS company_name_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.security_answer1 AS security_answer1_6, t0.security_answer2 AS security_answer2_7, t0.security_answer3 AS security_answer3_8, t0.current_submission_number AS current_submission_number_9, t0.created_date AS created_date_10, t0.updated_date AS updated_date_11, t0.address_id AS address_id_12, t0.security_question1_id AS security_question1_id_13, t0.security_question2_id AS security_question2_id_14, t0.security_question3_id AS security_question3_id_15 FROM application_settings t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.42 ms
(3.77%)
1
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.description AS description_2, p0_.created_date AS created_date_3, p0_.updated_date AS updated_date_4, p0_.is_active AS is_active_5 FROM package_service p0_ WHERE p0_.is_active = 1
Parameters:
[]
0.38 ms
(3.38%)
1
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.created_date AS created_date_2, c0_.updated_date AS updated_date_3, c0_.is_active AS is_active_4, c0_.company_type_id AS company_type_id_5 FROM company_subtype c0_ WHERE c0_.is_active = 1
Parameters:
[]
0.28 ms
(2.50%)
1
SELECT t0.iso AS iso_1, t0.display AS display_2, t0.admin_title AS admin_title_3, t0.is_active AS is_active_4 FROM currency t0 WHERE t0.iso = ?
Parameters:
[
  "GBP"
]

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\SensitiveWord 1342
App\Entity\CompanySubtype 12
App\Entity\CompanyType 4
App\Entity\Package 4
App\Entity\PackageService 3
App\Entity\SecurityQuestion 3
App\Entity\PackageCurrency 3
App\Entity\ApplicationSettings 1
App\Entity\CompanyAddress 1
App\Entity\Currency 1