GET https://entreprise.v2.mageconsulting.fr/admin/invoice/vat-rates

Query Metrics

3 Database Queries
3 Different statements
1.45 ms Query time
1 Invalid entities
4 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.50 ms
(34.71%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.roles AS roles_3, t0.company_id AS company_id_4 FROM user_group t0 INNER JOIN user_user_group ON t0.id = user_user_group.user_group_id WHERE user_user_group.user_id = ?
Parameters:
[
  2
]
0.48 ms
(33.06%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.rate AS rate_3, t0.is_default AS is_default_4, t0.company_id AS company_id_5 FROM vat t0 WHERE t0.company_id = ?
Parameters:
[
  1
]
0.47 ms
(32.23%)
1
SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.username AS username_3, t0.email AS email_4, t0.password AS password_5, t0.roles AS roles_6, t0.bio AS bio_7, t0.website AS website_8, t0.twitter_handle AS twitter_handle_9, t0.is_verified AS is_verified_10, t0.enabled AS enabled_11, t0.last_login_at AS last_login_at_12, t0.avatar AS avatar_13, t0.company_id AS company_id_14 FROM user t0 WHERE t0.id = ?
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\User 1
App\Entity\Company 1
App\Entity\UserGroup 1
App\Entity\Vat 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Company
  • The field App\Entity\Company#invoices is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Invoice#company does not contain the required 'inversedBy: "invoices"' attribute.
  • The field App\Entity\Company#payments is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Payment#company does not contain the required 'inversedBy: "payments"' attribute.
  • The field App\Entity\Company#supplierInvoices is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\SupplierInvoice#company does not contain the required 'inversedBy: "supplierInvoices"' attribute.
App\Entity\UserGroup No errors.
App\Entity\Contract No errors.
App\Entity\PurchaseOrder No errors.
App\Entity\Vat No errors.