Query Metrics
10
Database Queries
9
Different statements
9.97 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.06 ms |
SELECT t0.identifier AS identifier_1, t0.expiry AS expiry_2, t0.user_identifier AS user_identifier_3, t0.scopes AS scopes_4, t0.revoked AS revoked_5, t0.client AS client_6 FROM oauth2_access_token t0 WHERE t0.identifier = ?
Parameters:
[
"63614414df608910dc9ca993cff69202ee317d667e3a6187cf6357500a776cef373699117f5d7deb"
]
|
| 2 | 0.92 ms |
SELECT t0.name AS name_1, t0.secret AS secret_2, t0.redirect_uris AS redirect_uris_3, t0.grants AS grants_4, t0.scopes AS scopes_5, t0.active AS active_6, t0.allow_plain_text_pkce AS allow_plain_text_pkce_7, t0.identifier AS identifier_8, t0.activation_url AS activation_url_9, t0.confirm_email_url AS confirm_email_url_10, t0.reset_password_url AS reset_password_url_11, t0.google_client_id AS google_client_id_12, t0.application_client_id AS application_client_id_13 FROM oauth_client t0 WHERE t0.identifier = ?
Parameters:
[
"65c6366c620f9"
]
|
| 3 | 0.75 ms |
SELECT t0.title AS title_1, t0.subtitle AS subtitle_2, t0.course_nature AS course_nature_3, t0.description AS description_4, t0.searchwords AS searchwords_5, t0.price AS price_6, t0.rabatt AS rabatt_7, t0.tax_rate AS tax_rate_8, t0.number AS number_9, t0.material_cost AS material_cost_10, t0.target_age_min AS target_age_min_11, t0.target_age_max AS target_age_max_12, t0.invoice_upper_comment AS invoice_upper_comment_13, t0.invoice_lower_comment AS invoice_lower_comment_14, t0.invoice_lower_comment_debit AS invoice_lower_comment_debit_15, t0.id AS id_16, t0.created AS created_17, t0.modified AS modified_18, t0.client_id AS client_id_19, t0.subscription_id AS subscription_id_20, t0.category_id AS category_id_21, t0.series_id AS series_id_22, t0.type_id AS type_id_23 FROM course t0 WHERE t0.id = ? AND t0.client_id = ? LIMIT 1
Parameters:
[ 17 1 ] |
| 4 | 1.68 ms |
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
Parameters:
[] |
| 5 | 1.86 ms |
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
Parameters:
[] |
| 6 | 1.00 ms |
SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS TYPE, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS COMMENT, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS COLLATION FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'plattform-handwerk_back' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC
Parameters:
[] |
| 7 | 0.36 ms |
SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!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 = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'plattform-handwerk_back' /*!50116 AND c.constraint_schema = 'plattform-handwerk_back' */ AND k.`REFERENCED_COLUMN_NAME` IS NOT NULL
Parameters:
[] |
| 8 | 0.38 ms |
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_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'plattform-handwerk_back' ORDER BY SEQ_IN_INDEX ASC
Parameters:
[] |
| 9 | 0.50 ms |
SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions'
Parameters:
[] |
| 10 | 1.45 ms |
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| League\Bundle\OAuth2ServerBundle\Model\AccessToken | No errors. |
| League\Bundle\OAuth2ServerBundle\Model\AbstractClient | No errors. |
| App\Entity\OAuth\Client | No errors. |
| App\Entity\OAuth\AccessToken | No errors. |
| App\Commons\Entity\GenericEntity | No errors. |
| App\Entity\Course | No errors. |
| App\Entity\CourseField | No errors. |
| App\User\Entity\Client | No errors. |
| League\Bundle\OAuth2ServerBundle\Model\RefreshToken | No errors. |
| App\Entity\OAuth\RefreshToken | No errors. |
| App\Entity\CourseSubscription | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\CourseSeries | No errors. |
| App\Entity\CourseType | No errors. |
| App\Entity\Person | No errors. |
| App\Entity\CourseProvider | No errors. |
| App\Entity\OccurrenceProvider | No errors. |
| App\Entity\VenueProvider | No errors. |
| App\User\Entity\User | No errors. |
| App\Entity\CourseOccurrence | No errors. |
| App\Entity\Image | No errors. |
| App\Entity\CourseImage | No errors. |
| App\Entity\CourseText | No errors. |
| App\Entity\CourseData | No errors. |
| App\Entity\Order | No errors. |
| App\Entity\CustomerHistoryEntry | No errors. |
| App\Entity\CustomerDocument | No errors. |
| App\Entity\Speaker | No errors. |
| App\Entity\ManualNewsletter | No errors. |
| App\Entity\InvoiceItemAttendees | No errors. |
| App\Entity\Invoice | No errors. |
| App\Entity\TagsPerson | No errors. |
| App\Entity\Provider | No errors. |
| App\Entity\Venue | No errors. |
| App\Entity\VenueRoom | No errors. |
| App\Entity\CourseOccurrenceTime | No errors. |
| App\Entity\WaitItem | No errors. |
| App\Entity\OrderItem | No errors. |
| App\Entity\EmailHistoryEntry | No errors. |
| App\Entity\SpeakerImage | No errors. |
| App\Entity\SpeakerText | No errors. |
| App\Entity\SpeakerProvider | No errors. |
| App\Entity\InvoiceItem | No errors. |
| App\Entity\InvoicePayment | No errors. |
| App\Entity\InvoiceReminder | No errors. |
| App\Entity\Tags | No errors. |
| App\Entity\VenueDocument | No errors. |
| App\Entity\VenueImage | No errors. |
| League\Bundle\OAuth2ServerBundle\Model\AuthorizationCode | No errors. |
| App\Entity\OAuth\AuthCode | No errors. |
| App\Entity\Newsletter | No errors. |
| App\Entity\PresenceReason | No errors. |
| App\Entity\CKImage | No errors. |
| App\Entity\CourseSubscriptionBooking | No errors. |
| App\Entity\ClientConfigVariable | No errors. |
| App\Entity\Textblocks | No errors. |
| App\Entity\CartItem | No errors. |
| App\Entity\Cart | No errors. |
| App\Entity\SearchIndexEntry | No errors. |
| App\Entity\ClientConfig | No errors. |
| App\Entity\Attachment | No errors. |
| App\Entity\ProtocolEntry | No errors. |
| App\Entity\StartEnd | No errors. |
| App\Entity\OrderItemPerson | No errors. |
| App\Entity\Presence | No errors. |
| Vich\UploaderBundle\Entity\File | No errors. |