Query Metrics
97
Database Queries
19
Different statements
73.43 ms
Query time
10
Invalid entities
19
Cache hits
6
Cache misses
16
Cache puts
Grouped Statements
Time▼ | Count | Info |
---|---|---|
42.25 ms (57.53%) |
54 |
SELECT t0.id AS id_1, t0.is_monday AS is_monday_2, t0.is_tuesday AS is_tuesday_3, t0.is_wednesday AS is_wednesday_4, t0.is_thursday AS is_thursday_5, t0.is_friday AS is_friday_6, t0.is_saturday AS is_saturday_7, t0.is_sunday AS is_sunday_8, t0.start_work_at AS start_work_at_9, t0.end_work_at AS end_work_at_10, t0.exclude_days AS exclude_days_11, t0.exclude_dates AS exclude_dates_12, t0.exclude_hours AS exclude_hours_13, t0.logo AS logo_14, t0.logo_base64 AS logo_base64_15, t0.favicon AS favicon_16, t0.email AS email_17, t0.address AS address_18, t0.currency AS currency_19, t0.default_lang AS default_lang_20, t0.project_name AS project_name_21, t0.code AS code_22, t0.asset_folder_name AS asset_folder_name_23, t0.mail_order_created_body AS mail_order_created_body_24, t0.mail_order_created_title AS mail_order_created_title_25, t0.prefix_order AS prefix_order_26, t0.root_url AS root_url_27, t0.description AS description_28, t0.is_mercure_enabled AS is_mercure_enabled_29, t0.vat_included_in_orders AS vat_included_in_orders_30, t0.vat_displayed_in_orders AS vat_displayed_in_orders_31, t0.side_bar_minimized AS side_bar_minimized_32, t0.mobile_app_scheme AS mobile_app_scheme_33, t0.mobile_app_scheme_dev AS mobile_app_scheme_dev_34, t0.developpement_env AS developpement_env_35, t0.mobile_app_scheme_ios AS mobile_app_scheme_ios_36, t0.mobile_app_scheme_android AS mobile_app_scheme_android_37, t0.title AS title_38, t0.order_prefix AS order_prefix_39, t0.invoice_prefix AS invoice_prefix_40, t0.is_geo_localisation_api_enabled AS is_geo_localisation_api_enabled_41, t0.is_web_socket_notification_enabled AS is_web_socket_notification_enabled_42, t0.absolute_url AS absolute_url_43, t0.customer_dashboard_css AS customer_dashboard_css_44, t0.vendor_dashboard_css AS vendor_dashboard_css_45, t0.route_after_customer_auth AS route_after_customer_auth_46, t0.status AS status_47, t0.coming_soon_status_end_at AS coming_soon_status_end_at_48, t0.front_theme_id AS front_theme_id_49, t0.default_value_added_tax_id AS default_value_added_tax_id_50, t0.website_theme_id AS website_theme_id_51 FROM settings t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"main"
]
|
5.75 ms (7.83%) |
12 |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "1" "en" "App\Entity\Settings" ] |
4.67 ms (6.36%) |
2 |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"flexyplatform_customer_quartiersdaffaires"
]
|
2.62 ms (3.56%) |
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 = 'flexyplatform_customer_quartiersdaffaires' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[ "flexyplatform_customer_quartiersdaffaires" "doctrine_migration_versions" ] |
2.51 ms (3.42%) |
1 |
SELECT c.COLUMN_NAME AS field, 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:
[ "flexyplatform_customer_quartiersdaffaires" "flexyplatform_customer_quartiersdaffaires" "doctrine_migration_versions" ] |
2.42 ms (3.30%) |
3 |
SELECT t0.id AS id_1, t0.html_content AS html_content_2, t0.title AS title_3, t0.json_content AS json_content_4, t0.json_simplified_content AS json_simplified_content_5, t0.created_at AS created_at_6, t0.slug AS slug_7, t0.is_enabled AS is_enabled_8, t0.page_editor AS page_editor_9, t0.type AS type_10, t0.description AS description_11, t0.deleted_at AS deleted_at_12, t0.image AS image_13, t0.keywords AS keywords_14, t0.title_admin AS title_admin_15, t0.front_hook AS front_hook_16, t0.front_hook_priority AS front_hook_priority_17, t0.is_no_index AS is_no_index_18, t0.link_id AS link_id_19 FROM page t0 WHERE t0.slug = ? AND ((t0.deleted_at IS NULL)) LIMIT 1
Parameters:
[
"logo-header"
]
|
1.89 ms (2.58%) |
6 |
SELECT DATABASE()
Parameters:
[] |
1.79 ms (2.44%) |
4 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.menu_order AS menu_order_3, t0.is_enabled AS is_enabled_4, t0.image AS image_5, t0.price AS price_6, t0.subscription_monthly_price AS subscription_monthly_price_7, t0.subscription_yearly_price AS subscription_yearly_price_8, t0.subscription_trimestral_price AS subscription_trimestral_price_9, t0.subscription_semestral_price AS subscription_semestral_price_10, t0.json_content AS json_content_11, t0.page_url AS page_url_12, t0.hide_from_public AS hide_from_public_13, t0.title AS title_14, t0.description AS description_15, t0.categories AS categories_16, t0.parent_application_id AS parent_application_id_17 FROM application t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"CRMBundle"
]
|
1.72 ms (2.35%) |
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:
[ "flexyplatform_customer_quartiersdaffaires" "doctrine_migration_versions" ] |
1.55 ms (2.11%) |
4 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.css_classes AS css_classes_3, t0.type AS type_4, t0.route_name AS route_name_5, t0.route_param AS route_param_6, t0.route_param_value AS route_param_value_7, t0.url AS url_8, t0.role AS role_9, t0.anchor AS anchor_10, t0.position AS position_11, t0.attributes AS attributes_12, t0.link_css_classes AS link_css_classes_13, t0.hide_if_role AS hide_if_role_14, t0.deleted_at AS deleted_at_15, t0.menu_id AS menu_id_16, t0.parent_menu_item_id AS parent_menu_item_id_17, t0.link_id AS link_id_18, t0.link_type_id AS link_type_id_19 FROM menu_item t0 WHERE t0.parent_menu_item_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
1
]
|
1.32 ms (1.80%) |
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:
[ "flexyplatform_customer_quartiersdaffaires" "doctrine_migration_versions" ] |
0.92 ms (1.25%) |
1 |
SELECT t0.id AS id_1, t0.html_content AS html_content_2, t0.title AS title_3, t0.json_content AS json_content_4, t0.json_simplified_content AS json_simplified_content_5, t0.created_at AS created_at_6, t0.slug AS slug_7, t0.is_enabled AS is_enabled_8, t0.page_editor AS page_editor_9, t0.type AS type_10, t0.description AS description_11, t0.deleted_at AS deleted_at_12, t0.image AS image_13, t0.keywords AS keywords_14, t0.title_admin AS title_admin_15, t0.front_hook AS front_hook_16, t0.front_hook_priority AS front_hook_priority_17, t0.is_no_index AS is_no_index_18, t0.link_id AS link_id_19 FROM page t0 WHERE t0.type = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
"widget"
]
|
0.70 ms (0.95%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.created_at AS created_at_3, t0.description AS description_4, t0.slug AS slug_5, t0.submit_btn_label AS submit_btn_label_6, t0.custom_css AS custom_css_7, t0.success_message_html AS success_message_html_8 FROM form t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"quick-newsletter"
]
|
0.66 ms (0.90%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.css_classes AS css_classes_3, t0.type AS type_4, t0.route_name AS route_name_5, t0.route_param AS route_param_6, t0.route_param_value AS route_param_value_7, t0.url AS url_8, t0.role AS role_9, t0.anchor AS anchor_10, t0.position AS position_11, t0.attributes AS attributes_12, t0.link_css_classes AS link_css_classes_13, t0.hide_if_role AS hide_if_role_14, t0.deleted_at AS deleted_at_15, t0.menu_id AS menu_id_16, t0.parent_menu_item_id AS parent_menu_item_id_17, t0.link_id AS link_id_18, t0.link_type_id AS link_type_id_19 FROM menu_item t0 WHERE (t0.parent_menu_item_id IS NULL AND t0.menu_id = ?) AND ((t0.deleted_at IS NULL)) ORDER BY t0.position ASC
Parameters:
[
1
]
|
0.65 ms (0.89%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.phone AS phone_4, t0.contact_name AS contact_name_5, t0.email AS email_6, t0.website AS website_7, t0.address AS address_8, t0.meta_data AS meta_data_9, t0.type AS type_10, t0.creation_date AS creation_date_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.city_region_id AS city_region_id_14 FROM listing t0 WHERE t0.id = ?
Parameters:
[
"20962"
]
|
0.64 ms (0.88%) |
1 |
SELECT t0.id AS id_1, t0.label AS label_2, t0.type AS type_3, t0.required AS required_4, t0.name AS name_5, t0.grid_columns AS grid_columns_6, t0.css_classes AS css_classes_7, t0.choices AS choices_8, t0.form_id AS form_id_9 FROM form_field t0 WHERE t0.form_id = ?
Parameters:
[
3
]
|
0.52 ms (0.71%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.created_at AS created_at_5, t0.image AS image_6, t0.custom_css AS custom_css_7, t0.custom_css_per_routes AS custom_css_per_routes_8, t0.custom_js AS custom_js_9, t0.external_js_scripts AS external_js_scripts_10, t0.external_css_styles AS external_css_styles_11, t0.custom_register_customer_twig AS custom_register_customer_twig_12, t0.customer_dashboard_css AS customer_dashboard_css_13, t0.customer_dashboard_js AS customer_dashboard_js_14, t0.customer_dashboard_welcome_twig AS customer_dashboard_welcome_twig_15, t0.logo AS logo_16, t0.negative_logo AS negative_logo_17, t0.customer_dashboard_logo AS customer_dashboard_logo_18, t0.hooks_options AS hooks_options_19, t0.theme_color AS theme_color_20, t0.favicon AS favicon_21, t0.layout_config AS layout_config_22 FROM website_theme t0 WHERE t0.id = ?
Parameters:
[
6
]
|
0.47 ms (0.65%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.css_classes AS css_classes_3, t0.created_at AS created_at_4, t0.is_main_menu AS is_main_menu_5 FROM menu t0 WHERE t0.is_main_menu = ? LIMIT 1
Parameters:
[
1
]
|
0.34 ms (0.47%) |
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
19
Hits
6
Misses
16
Puts
Number of cache hits
Region | Hits |
---|---|
append_depend | 19 |
Number of cache misses
Region | Misses |
---|---|
append_depend | 6 |
Number of cache puts
Region | Puts |
---|---|
append_depend | 16 |