Query Metrics
3
Database Queries
3
Different statements
5.32 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 3.42 ms |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.nameOrigin AS nameorigin_2, p0_.iso3 AS iso3_3, p0_.iso AS iso_4, p0_.vat AS vat_5, MIN(p1_.price_sell) AS sclr_6, p0_.language_id AS language_id_7, p0_.currency_id AS currency_id_8 FROM pm_country p0_ INNER JOIN pm_carrier_price p1_ ON p0_.id = p1_.country_id LEFT JOIN pm_carrier_price_postman p2_ ON p1_.id = p2_.id LEFT JOIN pm_carrier_price_delivery p3_ ON p1_.id = p3_.id WHERE p0_.iso IN (?, ?, ?, ?) GROUP BY p0_.id, p0_.name, p0_.nameOrigin, p0_.iso3, p0_.iso, p0_.vat, p0_.language_id, p0_.currency_id
Parameters:
[ "at" "de" "pl" "sk" ] |
| 2 | 1.06 ms |
SELECT t0.key AS key_1, t0.value AS value_2, t0.modified AS modified_3, t0.description AS description_4 FROM pm_configuration t0 WHERE t0.key = ? LIMIT 1
Parameters:
[
"support_postman_email"
]
|
| 3 | 0.85 ms |
SELECT t0.key AS key_1, t0.value AS value_2, t0.modified AS modified_3, t0.description AS description_4 FROM pm_configuration t0 WHERE t0.key = ?
Parameters:
[
"support_postman_email"
]
|
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\CarrierPrice | No errors. |
| App\Entity\CarrierPricePostman | No errors. |
| App\Entity\Country | No errors. |
| App\Entity\Language | No errors. |
| App\Entity\Currency | No errors. |
| App\Entity\CarrierPriceDelivery | No errors. |
| App\Entity\Configuration | No errors. |
| App\Entity\Carrier | No errors. |