Query Metrics
22
Database Queries
2
Different statements
13.87 ms
Query time
0
Invalid entities
43
Managed entities
0
Cache hits
0
Cache misses
0
Cache puts
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
10.59 ms (76.35%) |
21 |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.original_filename AS original_filename_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.is_public AS is_public_6, t0.is_enabled AS is_enabled_7, t0.deleted_at AS deleted_at_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.uuid AS uuid_11, t0.email_message_id AS email_message_id_12, t0.email_template_id AS email_template_id_13 FROM app_media t0 WHERE t0.id = ?
Parameters:
[
30408
]
|
||||||||||||||||||||||||||||||||
|
3.28 ms (23.65%) |
1 |
SELECT a0_.id AS id_0, a0_.identifier AS identifier_1, a0_.name AS name_2, a0_.is_enabled AS is_enabled_3, a0_.is_shown AS is_shown_4, a0_.url AS url_5, a0_.backoffice_url AS backoffice_url_6, a0_.customer_url AS customer_url_7, a0_.tutorial_url AS tutorial_url_8, a0_.commercial_name AS commercial_name_9, a0_.phone_number AS phone_number_10, a0_.street AS street_11, a0_.postcode AS postcode_12, a0_.city AS city_13, a0_.country AS country_14, a0_.has_pricing AS has_pricing_15, a0_.has_pricing_from_api AS has_pricing_from_api_16, a0_.has_export AS has_export_17, a0_.note AS note_18, a0_.email AS email_19, a0_.deleted_at AS deleted_at_20, a0_.created_at AS created_at_21, a0_.updated_at AS updated_at_22, a0_.uuid AS uuid_23, a0_.type_id AS type_id_24, a0_.logo_id AS logo_id_25, a0_.broker_id AS broker_id_26, a0_.parent_id AS parent_id_27, a0_.user_id AS user_id_28 FROM app_partner a0_ LEFT JOIN app_term a1_ ON a0_.type_id = a1_.id WHERE a1_.identifier = ? AND a0_.is_enabled = ? AND a0_.deleted_at IS NULL ORDER BY a0_.name ASC
Parameters:
[ "wholesaler" true ]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
0
Hits
0
Misses
0
Puts
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Partner | 21 |
| App\Entity\Media | 21 |
| App\Entity\Term | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Partner | No errors. |
| App\Entity\Term | No errors. |
| App\Entity\Media | No errors. |
| App\Entity\Broker | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Product | No errors. |
| App\Entity\Taxonomy | No errors. |
| App\Entity\BrokerPartner | No errors. |
| App\Entity\PartnerContact | No errors. |
| App\Entity\EmailMessage | No errors. |
| App\Entity\EmailTemplate | No errors. |