GET https://dev.bowkaye.com/register

Query Metrics

4 Database Queries
3 Different statements
3.15 ms Query time
1 Invalid entities
4 Managed entities

Queries

Group similar statements

# Time Info
1 1.33 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.title AS title_4, t0.slug AS slug_5, t0.url AS url_6, t0.visibility AS visibility_7, t0.type AS type_8 FROM seo_redirection t0 WHERE t0.slug = ? AND t0.visibility = ? LIMIT 1
Parameters:
[
  "register"
  1
]
2 0.72 ms
SELECT c0_.id AS id_0, c0_.created_at AS created_at_1, c0_.updated_at AS updated_at_2, c0_.name AS name_3, c0_.title_page AS title_page_4, c0_.value AS value_5, c0_.type_website AS type_website_6, c0_.sequence AS sequence_7, c0_.type AS type_8, c0_.tool_id AS tool_id_9 FROM core_tools c0_ WHERE c0_.type_website LIKE ? ORDER BY c0_.id ASC
Parameters:
[
  "%blog%"
]
3 0.68 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.title AS title_4, t0.link AS link_5, t0.visibility AS visibility_6, t0.target_blank AS target_blank_7, t0.type AS type_8, t0.sequence AS sequence_9, t0.type_button AS type_button_10, t0.visibility_user AS visibility_user_11, t0.private AS private_12, t0.no_private AS no_private_13, t0.website AS website_14, t0.recruiter AS recruiter_15, t0.company AS company_16, t0.langue AS langue_17 FROM menu_website_parents t0 WHERE t0.type = ? AND t0.no_private = ? ORDER BY t0.sequence ASC
Parameters:
[
  "header"
  1
]
4 0.42 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.title AS title_4, t0.link AS link_5, t0.visibility AS visibility_6, t0.target_blank AS target_blank_7, t0.type AS type_8, t0.sequence AS sequence_9, t0.type_button AS type_button_10, t0.visibility_user AS visibility_user_11, t0.private AS private_12, t0.no_private AS no_private_13, t0.website AS website_14, t0.recruiter AS recruiter_15, t0.company AS company_16, t0.langue AS langue_17 FROM menu_website_parents t0 WHERE t0.type = ? AND t0.no_private = ? ORDER BY t0.sequence ASC
Parameters:
[
  "header-right"
  1
]

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\Menu\WebsiteParents 4

Entities Mapping

Class Mapping errors
App\Entity\Seo\Redirection No errors.
App\Entity\Core\Tools
  • The field 'App\Entity\Core\Tools#sequence' has the property type 'string' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
App\Entity\Menu\WebsiteParents No errors.