Query Metrics
2
Database Queries
2
Different statements
0.28 ms
Query time
0
Invalid entities
6
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
0.15 ms (51.60%) |
1 |
SELECT t0.id AS id_1, t0.license_key AS license_key_2, t0.status AS status_3, t0.expires_at AS expires_at_4, t0.max_sites AS max_sites_5, t0.plan AS plan_6, t0.client_firstname AS client_firstname_7, t0.client_lastname AS client_lastname_8, t0.client_society AS client_society_9, t0.client_email AS client_email_10, t0.client_phone AS client_phone_11, t0.license_key_hash AS license_key_hash_12 FROM license t0 WHERE t0.license_key_hash = ? LIMIT 1
Parameters:
[
"13fe4132674d432cea47b879498568d959a8cb0d49964adafcb0e087090300d6"
]
|
||||||||||||||||||||||||||||
|
0.14 ms (48.40%) |
1 |
SELECT l0_.id AS id_0, l0_.site_url AS site_url_1, l0_.activated_at AS activated_at_2, l0_.deactivated_at AS deactivated_at_3, l0_.license_id AS license_id_4 FROM license_activation l0_ WHERE l0_.license_id = ? AND l0_.deactivated_at IS NULL
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\LicenseActivation | 5 |
| App\Entity\License | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\License | No errors. |
| App\Entity\LicenseActivation | No errors. |