GET https://motusmg-qa.nerdw.com/api/dealers

Query Metrics

2 Database Queries
2 Different statements
7.68 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 6.45 ms
SELECT COUNT(d0_.id) AS sclr_0 FROM dealer d0_ WHERE d0_.is_active = ?
Parameters:
[
  1
]
2 1.23 ms
SELECT d0_.id AS id_0, d0_.dealer_id AS dealer_id_1, d0_.dealer_name AS dealer_name_2, d0_.dealer_md AS dealer_md_3, d0_.marketing_manager_name AS marketing_manager_name_4, d0_.marketing_manager_email AS marketing_manager_email_5, d0_.customer_care AS customer_care_6, d0_.dealer_contact_no AS dealer_contact_no_7, d0_.province AS province_8, d0_.address AS address_9, d0_.dealer_ref AS dealer_ref_10, d0_.dealer_floor_used AS dealer_floor_used_11, d0_.dealer_floor_new AS dealer_floor_new_12, d0_.facebook_code AS facebook_code_13, d0_.dp_name AS dp_name_14, d0_.dp_contact_no AS dp_contact_no_15, d0_.dp_email AS dp_email_16, d0_.parts_manager_name AS parts_manager_name_17, d0_.parts_manager_phone AS parts_manager_phone_18, d0_.parts_manager_email AS parts_manager_email_19, d0_.book_service AS book_service_20, d0_.latitude AS latitude_21, d0_.longitude AS longitude_22, d0_.location AS location_23, d0_.country AS country_24, d0_.postal_code AS postal_code_25, d0_.country_code AS country_code_26, d0_.slug AS slug_27, d0_.is_active AS is_active_28, d0_.new_sales_contact AS new_sales_contact_29, d0_.used_sales_contact AS used_sales_contact_30, d0_.service_contact AS service_contact_31, d0_.fi_contact AS fi_contact_32, d0_.created AS created_33, d0_.updated AS updated_34 FROM dealer d0_ WHERE d0_.is_active = ? ORDER BY d0_.id ASC LIMIT 30
Parameters:
[
  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.

Entities Mapping

Class Mapping errors
App\Entity\Dealer
  • The mappings App\Entity\Dealer#administer and App\Entity\Admin#dealer are inconsistent with each other.
App\Entity\Vehicle No errors.
App\Entity\ServiceSpecial No errors.
App\Entity\SpecialDeals No errors.
App\Entity\GoogleSheet No errors.
App\Entity\Admin
  • The association App\Entity\Admin#dealer refers to the inverse side field App\Entity\Dealer#owner which does not exist.