Query Metrics
3
Database Queries
3
Different statements
3.03 ms
Query time
0
Invalid entities
1
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 2.14 ms |
SELECT s0_.id AS id_0, s0_.uuid AS uuid_1, s0_.created_at AS created_at_2, s0_.updated_at AS updated_at_3, s0_.name AS name_4, s0_.description AS description_5, s0_.address AS address_6, s0_.features AS features_7, s0_.price_per_hour AS price_per_hour_8, s0_.capacity AS capacity_9, s0_.icon AS icon_10, s0_.sort_order AS sort_order_11, s0_.active AS active_12, s0_.show_on_frontend AS show_on_frontend_13, s0_.show_in_pricing AS show_in_pricing_14, s0_.cta_button_text AS cta_button_text_15 FROM studios_studio s0_ WHERE (s0_.active = ? AND s0_.show_on_frontend = ?) ORDER BY s0_.sort_order ASC, s0_.name ASC
Parameters:
[ 1 1 ]
|
||||||||||||||||||||||||||||
| 2 | 0.47 ms |
SELECT s0_.id AS id_0, s0_.uuid AS uuid_1, s0_.created_at AS created_at_2, s0_.updated_at AS updated_at_3, s0_.name AS name_4, s0_.description AS description_5, s0_.address AS address_6, s0_.features AS features_7, s0_.price_per_hour AS price_per_hour_8, s0_.capacity AS capacity_9, s0_.icon AS icon_10, s0_.sort_order AS sort_order_11, s0_.active AS active_12, s0_.show_on_frontend AS show_on_frontend_13, s0_.show_in_pricing AS show_in_pricing_14, s0_.cta_button_text AS cta_button_text_15 FROM studios_studio s0_ WHERE (s0_.active = ? AND s0_.show_in_pricing = ?) ORDER BY s0_.sort_order ASC, s0_.name ASC
Parameters:
[ 1 1 ]
|
||||||||||||||||||||||||||||
| 3 | 0.42 ms |
SELECT s0_.id AS id_0, s0_.uuid AS uuid_1, s0_.created_at AS created_at_2, s0_.updated_at AS updated_at_3, s0_.name AS name_4, s0_.subtitle AS subtitle_5, s0_.description AS description_6, s0_.icon AS icon_7, s0_.sort_order AS sort_order_8, s0_.active AS active_9, s0_.show_on_frontend AS show_on_frontend_10 FROM services_service s0_ WHERE (s0_.active = ? AND s0_.show_on_frontend = ?) ORDER BY s0_.sort_order ASC, s0_.name ASC
Parameters:
[ 1 1 ]
|
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\Studios\Studio | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Resource\Entity\BaseEntity | No errors. |
| App\Entity\Studios\Studio | No errors. |
| App\Entity\Services\Service | No errors. |