Query Metrics
19
Database Queries
12
Different statements
15.19 ms
Query time
0
Invalid entities
11
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.46 ms (16.19%) |
1 |
SELECT c.COLUMN_NAME AS field, IF( c.COLUMN_TYPE = 'longtext' AND EXISTS( SELECT * from information_schema.CHECK_CONSTRAINTS i_c WHERE i_c.CONSTRAINT_SCHEMA = 'papsimmodev' AND i_c.TABLE_NAME = c.TABLE_NAME AND i_c.CHECK_CLAUSE = CONCAT( 'json_valid(`', c.COLUMN_NAME, '`)' ) ), 'json', c.COLUMN_TYPE ) AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
Parameters:
[ "papsimmodev" "papsimmodev" "doctrine_migration_versions" ] |
|
2.44 ms (16.06%) |
1 |
SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[ "papsimmodev" "doctrine_migration_versions" ] |
|
2.11 ms (13.89%) |
2 |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"papsimmodev"
]
|
|
2.01 ms (13.26%) |
1 |
SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'papsimmodev' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[ "papsimmodev" "doctrine_migration_versions" ] |
|
1.50 ms (9.88%) |
6 |
SELECT DATABASE()
Parameters:
[] |
|
1.08 ms (7.10%) |
1 |
SELECT e0_.id AS id_0, e0_.email AS email_1, e0_.roles AS roles_2, e0_.password AS password_3, e0_.first_name AS first_name_4, e0_.last_name AS last_name_5, e0_.maiden_name AS maiden_name_6, e0_.slug AS slug_7, e0_.sector AS sector_8, e0_.is_verified AS is_verified_9, e0_.avatar_name AS avatar_name_10, e0_.avatar_size AS avatar_size_11, e0_.home AS home_12, e0_.desk AS desk_13, e0_.gsm AS gsm_14, e0_.fax AS fax_15, e0_.other_email AS other_email_16, e0_.facebook AS facebook_17, e0_.instagram AS instagram_18, e0_.linkedin AS linkedin_19, e0_.created_at AS created_at_20, e0_.updated_at AS updated_at_21, e0_.employed_prez AS employed_prez_22, e0_.is_webpublish AS is_webpublish_23, e0_.num_collaborator AS num_collaborator_24, e0_.url_web AS url_web_25, e0_.date_employed AS date_employed_26, e0_.is_suppr_avatar AS is_suppr_avatar_27, e0_.iban AS iban_28, e0_.is_gdpr AS is_gdpr_29, e0_.genre AS genre_30, e0_.ci_file_name AS ci_file_name_31, e0_.ci_fileext AS ci_fileext_32, e0_.ci_filesize AS ci_filesize_33, e0_.is_suppr_ci AS is_suppr_ci_34, e0_.civility AS civility_35, e0_.agree_terms AS agree_terms_36, e0_.qrcode_pwa AS qrcode_pwa_37, e0_.rsac_number AS rsac_number_38, e0_.referent_id AS referent_id_39 FROM employed e0_ WHERE e0_.is_verified = ? AND e0_.is_webpublish = ? ORDER BY e0_.id ASC
Parameters:
[ 1 1 ] |
|
1.01 ms (6.68%) |
2 |
SELECT a0_.id AS id_0, a0_.name_site AS name_site_1, a0_.slogan_site AS slogan_site_2, a0_.descr_site AS descr_site_3, a0_.is_online AS is_online_4, a0_.admin_email AS admin_email_5, a0_.admin_webmaster AS admin_webmaster_6, a0_.is_blockmenufluid AS is_blockmenufluid_7, a0_.offline_message AS offline_message_8, a0_.is_showofflinemessage AS is_showofflinemessage_9, a0_.is_showofflinelogo AS is_showofflinelogo_10, a0_.is_showtitlesitehome AS is_showtitlesitehome_11, a0_.url_facebook AS url_facebook_12, a0_.url_instagram AS url_instagram_13, a0_.url_linkedin AS url_linkedin_14, a0_.url_googlebusiness AS url_googlebusiness_15, a0_.logo_file AS logo_file_16, a0_.logo_name AS logo_name_17, a0_.logo_size AS logo_size_18, a0_.favicon_file AS favicon_file_19, a0_.favicon_name AS favicon_name_20, a0_.favicon_size AS favicon_size_21, a0_.created_at AS created_at_22, a0_.updated_at AS updated_at_23 FROM application a0_ LIMIT 1
Parameters:
[] |
|
0.77 ms (5.08%) |
1 |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2, s0_.description AS description_3, s0_.is_showtitle AS is_showtitle_4, s0_.is_showdescription AS is_showdescription_5, s0_.is_showdate AS is_showdate_6, s0_.position AS position_7, s0_.position_favorite AS position_favorite_8, s0_.is_sectionfluid AS is_sectionfluid_9, s0_.isfavorite AS isfavorite_10, s0_.balise_class AS balise_class_11, s0_.balise_id AS balise_id_12, s0_.balise_name AS balise_name_13, s0_.balise_style AS balise_style_14, s0_.created_at AS created_at_15, s0_.updated_at AS updated_at_16, s0_.content AS content_17, s0_.one_article_id AS one_article_id_18, s0_.one_category_id AS one_category_id_19, s0_.one_employed_id AS one_employed_id_20, s0_.author_id AS author_id_21, s0_.page_id AS page_id_22 FROM section s0_ INNER JOIN page p1_ ON s0_.page_id = p1_.id WHERE p1_.slug = ? ORDER BY s0_.id ASC
Parameters:
[
"nos-collaborateurs"
]
|
|
0.60 ms (3.95%) |
1 |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.description AS description_3, p0_.state AS state_4, p0_.is_menu AS is_menu_5, p0_.seo_title AS seo_title_6, p0_.is_showtitle AS is_showtitle_7 FROM page p0_ WHERE p0_.slug = ?
Parameters:
[
"nos-collaborateurs"
]
|
|
0.47 ms (3.06%) |
1 |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.state AS state_3, p0_.is_menu AS is_menu_4, p1_.id AS id_5, p0_.position AS position_6 FROM page p0_ LEFT JOIN page p1_ ON p0_.parent_id = p1_.id WHERE p0_.state = ? AND p0_.is_menu = ?
Parameters:
[ "publiée" 1 ] |
|
0.42 ms (2.78%) |
1 |
SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
Parameters:
[ "papsimmodev" "doctrine_migration_versions" ] |
|
0.32 ms (2.08%) |
1 |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
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\Admin\Employed | 8 |
| App\Entity\Webapp\Section | 1 |
| App\Entity\Webapp\Page | 1 |
| App\Entity\Admin\Application | 1 |