Query Metrics
16
Database Queries
9
Different statements
16.64 ms
Query time
4
Invalid entities
113
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
3.13 ms (18.79%) |
2 |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"iacpclrwww"
]
|
|
2.88 ms (17.32%) |
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:
[ "iacpclrwww" "iacpclrwww" "doctrine_migration_versions" ] |
|
2.50 ms (15.04%) |
6 |
SELECT DATABASE()
Parameters:
[] |
|
2.13 ms (12.79%) |
2 |
SELECT t0.id AS id_1, t0.settings_key AS settings_key_2, t0.settings_val AS settings_val_3 FROM setting t0
Parameters:
[] |
|
1.63 ms (9.79%) |
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 = 'iacpclrwww' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[ "iacpclrwww" "doctrine_migration_versions" ] |
|
1.39 ms (8.34%) |
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:
[ "iacpclrwww" "doctrine_migration_versions" ] |
|
1.23 ms (7.38%) |
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:
[ "iacpclrwww" "doctrine_migration_versions" ] |
|
0.96 ms (5.79%) |
1 |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
|
0.79 ms (4.75%) |
1 |
SELECT t0.id AS id_1, t0.updated_at AS updated_at_2, t0.deletedAt AS deletedAt_3, t0.title AS title_4, t0.visible AS visible_5, t0.show_on_homepage_calendar AS show_on_homepage_calendar_6, t0.venue AS venue_7, t0.total_places AS total_places_8, t0.max_waiting_list_places AS max_waiting_list_places_9, t0.start_date AS start_date_10, t0.event_time AS event_time_11, t0.end_date AS end_date_12, t0.external_event AS external_event_13, t0.cpd_event AS cpd_event_14, t0.cpd_hours AS cpd_hours_15, t0.free_event AS free_event_16, t0.`lead` AS lead_17, t0.noticeboard AS noticeboard_18, t0.event_description AS event_description_19, t0.send_registration_notice_to AS send_registration_notice_to_20, t0.price1_name AS price1_name_21, t0.price1_amount AS price1_amount_22, t0.price1_for_member_only AS price1_for_member_only_23, t0.price1_visible AS price1_visible_24, t0.price2_name AS price2_name_25, t0.price2_amount AS price2_amount_26, t0.price2_for_member_only AS price2_for_member_only_27, t0.price2_visible AS price2_visible_28, t0.price3_name AS price3_name_29, t0.price3_amount AS price3_amount_30, t0.price3_for_member_only AS price3_for_member_only_31, t0.price3_visible AS price3_visible_32, t0.price4_name AS price4_name_33, t0.price4_amount AS price4_amount_34, t0.price4_for_member_only AS price4_for_member_only_35, t0.price4_visible AS price4_visible_36, t0.price5_name AS price5_name_37, t0.price5_amount AS price5_amount_38, t0.price5_for_member_only AS price5_for_member_only_39, t0.price5_visible AS price5_visible_40, t0.price6_name AS price6_name_41, t0.price6_amount AS price6_amount_42, t0.price6_for_member_only AS price6_for_member_only_43, t0.price6_visible AS price6_visible_44, t0.price7_name AS price7_name_45, t0.price7_amount AS price7_amount_46, t0.price7_for_member_only AS price7_for_member_only_47, t0.price7_visible AS price7_visible_48, t0.price8_name AS price8_name_49, t0.price8_amount AS price8_amount_50, t0.price8_for_member_only AS price8_for_member_only_51, t0.price8_visible AS price8_visible_52, t0.price9_name AS price9_name_53, t0.price9_amount AS price9_amount_54, t0.price9_for_member_only AS price9_for_member_only_55, t0.price9_visible AS price9_visible_56, t0.price10_name AS price10_name_57, t0.price10_amount AS price10_amount_58, t0.price10_for_member_only AS price10_for_member_only_59, t0.price10_visible AS price10_visible_60, t0.image_name AS image_name_61, t0.salesforce_id AS salesforce_id_62 FROM event t0 WHERE t0.id = ? AND ((t0.deletedAt IS NULL))
Parameters:
[
"3"
]
|
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\Setting | 113 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Event | No errors. |
| App\Entity\Setting | No errors. |
| App\Entity\EventRegistration | No errors. |
| App\Entity\MemberBase | No errors. |
| App\Entity\Member | No errors. |
| App\Entity\ResetPasswordRequest | No errors. |
| App\Entity\User | No errors. |
| App\Entity\MemberForm |
|
| App\Entity\MemberApplicationBase | No errors. |
| App\Entity\Page | No errors. |
| App\Entity\Log | No errors. |
| App\Entity\MembershipForm |
|
| App\Entity\MemberApplication |
|
| App\Entity\EmailForm | No errors. |
| App\Entity\Dictionary | No errors. |
| App\Entity\MemberCpdLog | No errors. |
| App\Entity\MemberLog | No errors. |
| App\Entity\MemberDocument | No errors. |
| App\Entity\Therapist |
|
| Vich\UploaderBundle\Entity\File | No errors. |