Query Metrics
2
Database Queries
2
Different statements
1.25 ms
Query time
0
Invalid entities
2
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.50 ms |
SELECT t0.id AS id_1, t0.is_active AS is_active_2, t0.name AS name_3, t0.vat AS vat_4, t0.fiscal_code AS fiscal_code_5, t0.address AS address_6, t0.zip AS zip_7, t0.city AS city_8, t0.country AS country_9, t0.email AS email_10, t0.phone AS phone_11, t0.website AS website_12, t0.logo_path AS logo_path_13, t0.directory_name AS directory_name_14, t0.warranty_email AS warranty_email_15, t16.id AS id_17, t16.logo_path AS logo_path_18, t16.splash_path AS splash_path_19, t16.color_splash_back AS color_splash_back_20, t16.color_back AS color_back_21, t16.brand_id AS brand_id_22 FROM prim_brand t0 LEFT JOIN prim_application t16 ON t16.brand_id = t0.id WHERE t0.id = ? LIMIT 1
Parameters:
[
"37"
]
|
| 2 | 0.75 ms |
SELECT p0_.id AS id_0, p0_.slug AS slug_1, p0_.title AS title_2, p0_.duration_month AS duration_month_3, p0_.receipt_path AS receipt_path_4, p0_.extension_path AS extension_path_5, p0_.purchase_date AS purchase_date_6, p0_.is_extension_active AS is_extension_active_7, p0_.ean_code_id AS ean_code_id_8, p0_.iqb_code_id AS iqb_code_id_9, p0_.iqp_code_id AS iqp_code_id_10, p0_.user_id AS user_id_11 FROM prim_warranty p0_ LEFT JOIN prim_ean_code p1_ ON p0_.ean_code_id = p1_.id LEFT JOIN prim_iqb_code p2_ ON p0_.iqb_code_id = p2_.id LEFT JOIN prim_iqp_code p3_ ON p0_.iqp_code_id = p3_.id LEFT JOIN prim_iqb_code p4_ ON p3_.iqb_code_id = p4_.id WHERE p1_.brand_id = ? OR p2_.brand_id = ? OR p4_.brand_id = ?
Parameters:
[ "37" "37" "37" ] |
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\Brand | 1 |
| App\Entity\Application\Application | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Brand | No errors. |
| App\Entity\Application\Application | No errors. |
| App\Entity\JoinTableUserBrand | No errors. |
| App\Entity\Watermark | No errors. |
| App\Entity\IqbCode | No errors. |
| App\Entity\EanCode | No errors. |
| App\Entity\IqcCode | No errors. |
| App\Entity\JoinTableBrandService | No errors. |
| App\Entity\JoinTableBrandLanguage | No errors. |
| App\Entity\Advertising\Advertising | No errors. |
| App\Entity\Campaign\Campaign | No errors. |
| App\Entity\Catalogue\Trademark | No errors. |
| App\Entity\Graduation\Course | No errors. |
| App\Entity\Panel\Panel | No errors. |
| App\Entity\Maintenance\MaintenanceCategory | No errors. |
| App\Entity\Redirect\Redirect | No errors. |
| App\Entity\CountdownRedirect\CountdownRedirect | No errors. |
| App\Entity\Producer | No errors. |
| App\Entity\Maintenance\NotificationType | No errors. |
| App\Entity\Warranty\Warranty | No errors. |
| App\Entity\IqpCode | No errors. |
| App\Entity\User | No errors. |