Query Metrics
7
Database Queries
2
Different statements
2.42 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.96 ms (81.06%) |
6 |
SELECT t0.blog_id AS blog_id_1, t0.name AS name_2, t0.short_content AS short_content_3, t0.large_content AS large_content_4, t0.bkg_image AS bkg_image_5, t0.created_at AS created_at_6, t0.is_active AS is_active_7, t0.is_publish AS is_publish_8, t0.file_path AS file_path_9, t0.file_extension AS file_extension_10, t0.dropbox_path AS dropbox_path_11, t0.dropbox_id AS dropbox_id_12, t0.has_notification AS has_notification_13, t0.blog_category_id AS blog_category_id_14, t0.created_by AS created_by_15, t0.organization_id AS organization_id_16 FROM blog t0 WHERE t0.blog_category_id = ? AND t0.is_active = ?
Parameters:
[ 3 1 ] |
|
0.46 ms (18.94%) |
1 |
SELECT t0.blog_category_id AS blog_category_id_1, t0.name AS name_2, t0.description AS description_3, t0.is_active AS is_active_4, t0.created_at AS created_at_5, t0.created_by AS created_by_6, t0.organization_id AS organization_id_7 FROM blog_category t0 WHERE t0.is_active = ? AND t0.organization_id = ? ORDER BY t0.name ASC
Parameters:
[ 1 "20" ] |
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 |
|---|---|
| App\Entity\BlogCategory | No errors. |
| App\Entity\Blog | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Organization | No errors. |