Query Metrics
5
Database Queries
4
Different statements
5.38 ms
Query time
1
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 2.16 ms |
SELECT t0.id AS id_1, t0.url_old AS url_old_2, t0.url_new AS url_new_3, t0.position AS position_4, t0.create_at AS create_at_5, t0.update_at AS update_at_6 FROM redirect t0 WHERE t0.url_old = ? LIMIT 1
Parameters:
[
"/admin/app/product/create"
]
|
| 2 | 0.77 ms |
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.email AS email_3, t0.email_canonical AS email_canonical_4, t0.enabled AS enabled_5, t0.salt AS salt_6, t0.password AS password_7, t0.last_login AS last_login_8, t0.confirmation_token AS confirmation_token_9, t0.password_requested_at AS password_requested_at_10, t0.roles AS roles_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.id AS id_14 FROM user__user t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
1
]
|
| 3 | 1.20 ms |
SELECT p0_.id AS id_0, p0_.public AS public_1, p0_.name AS name_2, p0_.slug AS slug_3, p0_.position AS position_4, p0_.create_at AS create_at_5, p0_.update_at AS update_at_6, p0_.general_category_id AS general_category_id_7, p0_.seo_id AS seo_id_8 FROM product_category p0_
Parameters:
[] |
| 4 | 0.68 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.create_at AS create_at_4, t0.update_at AS update_at_5, t0.image_id AS image_id_6, t0.image_desk_id AS image_desk_id_7, t0.image_mobile_id AS image_mobile_id_8, t0.seo_id AS seo_id_9 FROM general_category t0 WHERE t0.id = ?
Parameters:
[
1
]
|
| 5 | 0.57 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.create_at AS create_at_4, t0.update_at AS update_at_5, t0.image_id AS image_id_6, t0.image_desk_id AS image_desk_id_7, t0.image_mobile_id AS image_mobile_id_8, t0.seo_id AS seo_id_9 FROM general_category t0 WHERE t0.id = ?
Parameters:
[
2
]
|
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 |
|---|---|
| TMWK\RedirectBundle\Entity\Redirect | No errors. |
| Sonata\UserBundle\Entity\BaseUser | No errors. |
| App\Entity\SonataUserUser | No errors. |
| App\Entity\Product | No errors. |
| App\Entity\ProductCategory |
|
| App\Entity\GeneralCategory | No errors. |
| App\Entity\Seo | No errors. |
| Sonata\MediaBundle\Entity\BaseMedia | No errors. |
| App\Entity\SonataMediaMedia | No errors. |