GET https://api-car.demo-projects.ifbegin.com/api/v1/language/all?localeLang=ar

Query Metrics

3 Database Queries
3 Different statements
2.73 ms Query time
16 Invalid entities

Queries

Group similar statements

# Time Info
1 1.42 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.username AS username_4, t0.address AS address_5, t0.roles AS roles_6, t0.company_relation AS company_relation_7, t0.avatar AS avatar_8, t0.phone AS phone_9, t0.birth_date AS birth_date_10, t0.card_number AS card_number_11, t0.cad_date_issue AS cad_date_issue_12, t0.card_expiry_date AS card_expiry_date_13, t0.license_number AS license_number_14, t0.license_date_issue AS license_date_issue_15, t0.license_expiry_date AS license_expiry_date_16, t0.stripecustomerid AS stripecustomerid_17, t0.phones AS phones_18, t0.discount_limit AS discount_limit_19, t0.points AS points_20, t0.deleted_at AS deleted_at_21, t0.reset_token AS reset_token_22, t0.reset_token_expires_at AS reset_token_expires_at_23, t0.visa_card_number AS visa_card_number_24, t0.created_at AS created_at_25, t0.updated_at AS updated_at_26, t0.user_id AS user_id_27, t0.company_id AS company_id_28, t0.role_id AS role_id_29, t0.company_agency_id AS company_agency_id_30, t0.country_id AS country_id_31, t0.created_by_id AS created_by_id_32, t33.id AS id_34, t33.deleted_at AS deleted_at_35, t33.status AS status_36, t33.created_at AS created_at_37, t33.updated_at AS updated_at_38, t33.badge_id AS badge_id_39, t33.customer_id AS customer_id_40, t33.affected_by_id AS affected_by_id_41, t33.company_id AS company_id_42, t0.user_organization_id AS user_organization_id_43 FROM user_company t0 LEFT JOIN user_badge t33 ON t33.customer_id = t0.id WHERE t0.email = ? AND ((t0.deleted_at IS NULL)) LIMIT 1
Parameters:
[
  "montasser@omancar.com"
]
2 0.65 ms
SELECT t0.id AS id_1, t0.star_date AS star_date_2, t0.end_date AS end_date_3, t0.start_date_transfer AS start_date_transfer_4, t0.end_date_transfer AS end_date_transfer_5, t0.deleted_at AS deleted_at_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.authority_role_id AS authority_role_id_9, t0.user_company_id AS user_company_id_10, t0.transfer_to_id AS transfer_to_id_11 FROM user_role t0 WHERE t0.user_company_id IN (?) AND ((t0.deleted_at IS NULL))
Parameters:
[
  120
]
3 0.65 ms
SELECT t0.id AS id_1, t0.label AS label_2, t0.code AS code_3, t0.flag AS flag_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM language t0
Parameters:
[]

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
Gesdinet\JWTRefreshTokenBundle\Entity\RefreshToken No errors.
App\Entity\RefreshToken No errors.
App\Entity\UserCompany
  • The association App\Entity\UserCompany#companies refers to the owning side field App\Entity\Company#createdBy which does not exist.
  • The association App\Entity\UserCompany#incomes refers to the owning side field App\Entity\Income#userCompany which does not exist.
App\Entity\User No errors.
App\Entity\Company No errors.
App\Entity\Role No errors.
App\Entity\CompanyAgency
  • The mappings App\Entity\CompanyAgency#updatedBy and App\Entity\UserCompany#companyAgencies are inconsistent with each other.
App\Entity\Country No errors.
App\Entity\UserBadge No errors.
App\Entity\Badge No errors.
App\Entity\UserOrganization No errors.
App\Entity\UserRole No errors.
App\Entity\UserCompanyTranslate No errors.
App\Entity\OptionValue No errors.
App\Entity\Booking
  • The mappings App\Entity\Booking#checkedOutBy and App\Entity\UserCompany#bookingsChecked are inconsistent with each other.
  • The mappings App\Entity\Booking#driverBy and App\Entity\UserCompany#bookingsChecked are inconsistent with each other.
App\Entity\Car
  • The mappings App\Entity\Car#updatedBy and App\Entity\UserCompany#cars are inconsistent with each other.
App\Entity\Invoice
  • The association App\Entity\Invoice#bank refers to the inverse side field App\Entity\Bank#invoices which does not exist.
App\Entity\Maintenance No errors.
App\Entity\DamageType No errors.
App\Entity\PaymentMethod
  • The association App\Entity\PaymentMethod#bookings refers to the owning side field App\Entity\Booking#paymentMethod which is not defined as association, but as field.
  • The association App\Entity\PaymentMethod#bookings refers to the owning side field App\Entity\Booking#paymentMethod which does not exist.
App\Entity\NotificationUser No errors.
App\Entity\Favori No errors.
App\Entity\UserHistory No errors.
App\Entity\FeedBack No errors.
App\Entity\Ressource No errors.
App\Entity\MaintenanceBuy No errors.
App\Entity\Chat No errors.
App\Entity\Message No errors.
App\Entity\Support No errors.
App\Entity\SupportResponse No errors.
App\Entity\Subscription No errors.
App\Entity\Request No errors.
App\Entity\RequestPartnerCar No errors.
App\Entity\CarExpense No errors.
App\Entity\BookingPackage No errors.
App\Entity\AuthorityRole No errors.
App\Entity\RequestDiscount No errors.
App\Entity\UserPoint No errors.
App\Entity\BlackList
  • The mappings App\Entity\BlackList#createdBy and App\Entity\UserCompany#blackLists are inconsistent with each other.
App\Entity\Insurance No errors.
App\Entity\VehicleLicense No errors.
App\Entity\PaymentInstallment
  • The mappings App\Entity\PaymentInstallment#income and App\Entity\Income#paymentInstallments are inconsistent with each other.
App\Entity\Bank No errors.
App\Entity\Violation No errors.
App\Entity\Income
  • The mappings App\Entity\Income#incomeTranslates and App\Entity\IncomeTranslate#income are inconsistent with each other.
  • The mappings App\Entity\Income#customer and App\Entity\UserCompany#incomes are inconsistent with each other.
  • The field App\Entity\Income#bookingGuarantee is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Booking#incomeGuarantee does not contain the required 'inversedBy="bookingGuarantee"' attribute.
App\Entity\Expense
  • The field App\Entity\Expense#bookingGuarantee is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Booking#expenseGuarantee does not contain the required 'inversedBy="bookingGuarantee"' attribute.
App\Entity\CompanyCustomer No errors.
App\Entity\CustomerDelivery No errors.
App\Entity\Language
  • The association App\Entity\Language#optionTranslates refers to the owning side field App\Entity\OptionTranslate#langauge which does not exist.
App\Entity\UserTranslate No errors.
App\Entity\CompanyTranslate No errors.
App\Entity\AuthorityActionTranslate No errors.
App\Entity\CompanyAgencyTranslate
  • The association App\Entity\CompanyAgencyTranslate#user refers to the inverse side field App\Entity\UserCompany#companyAgencyTranslate which does not exist.
App\Entity\CarTranslate No errors.
App\Entity\OptionTranslate
  • The mappings App\Entity\OptionTranslate#language and App\Entity\Language#optionTranslates are inconsistent with each other.
App\Entity\OptionValueTranslate No errors.
App\Entity\DamageTypeTranslate No errors.
App\Entity\MaintenanceTranslate No errors.
App\Entity\PaymentMethodTranslate No errors.
App\Entity\NotificationTemplateTranslate No errors.
App\Entity\AuthorityModuleTranslate No errors.
App\Entity\BookingTypeTranslate No errors.
App\Entity\CityTranslate No errors.
App\Entity\CountryTranslate No errors.
App\Entity\AuthorityRoleTranslate No errors.
App\Entity\UserHistoryTranslate No errors.
App\Entity\CompanyTypeTranslate No errors.
App\Entity\PurchaseTypeTranslate No errors.
App\Entity\InsuranceTypeTranslate No errors.
App\Entity\MaintenanceTypeTranslate No errors.
App\Entity\CarPropertyTranslate No errors.
App\Entity\CurrencyTranslate No errors.
App\Entity\CarCategoryTranslate No errors.
App\Entity\MaintenanceBuyTranslate No errors.
App\Entity\TermsTranslate No errors.
App\Entity\IncomeTranslate
  • The association App\Entity\IncomeTranslate#income refers to the inverse side field App\Entity\Income#incometranslates which does not exist.
App\Entity\IncomeTypeTranslate
  • The association App\Entity\IncomeTypeTranslate#incomeType refers to the inverse side field App\Entity\IncomeType#incometypeTranslates which does not exist.
App\Entity\ExpenseTypeTranslate No errors.
App\Entity\ExpenseTranslate No errors.
App\Entity\PackageTranslate No errors.
App\Entity\CarOptionTranslate No errors.
App\Entity\CarExpenseTranslate No errors.
App\Entity\PenaltyTranslate No errors.
App\Entity\VersionOptionTranslate No errors.
App\Entity\BadgeTranslate No errors.
App\Entity\UserOrganizationTranslate No errors.
App\Entity\ColorTranslate No errors.
App\Entity\BankTranslate No errors.
App\Entity\LetterSettingTranslate No errors.
App\Entity\LetterToTranslate No errors.
App\Entity\ViolationTypeTranslate
  • The association App\Entity\ViolationTypeTranslate#violationType refers to the inverse side field App\Entity\ViolationType#violationTypeTRanslates which does not exist.
App\Entity\CarTypeTranslate No errors.
App\Entity\MarkTranslate No errors.
App\Entity\Modeltranslate No errors.
App\Entity\VersionTranslate No errors.
App\Entity\CarLevelTranslate No errors.
App\Entity\FundingTypeTranslate No errors.