POST https://jaorstore.com/register

Query Metrics

3 Database Queries
3 Different statements
1.43 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 0.94 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.nif AS nif_7, t0.stats AS stats_8, t0.company_name AS company_name_9, t0.company_number AS company_number_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.phone_number AS phone_number_13, t0.message AS message_14, t0.is_verified AS is_verified_15, t0.verification_token AS verification_token_16, t0.prefix AS prefix_17, t0.adress AS adress_18, t19.id AS id_20, t19.created_at AS created_at_21, t19.updated_at AS updated_at_22, t19.user_id AS user_id_23, t0.country_id AS country_id_24 FROM user t0 LEFT JOIN cart t19 ON t19.user_id = t0.id WHERE t0.email = ? LIMIT 2
Parameters:
[
  "Jasemin.jackson@gmail.com"
]
2 0.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.user_id AS user_id_6, t0.parent_id AS parent_id_7, t0.category_id AS category_id_8 FROM category t0
Parameters:
[]
3 0.22 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.is_active AS is_active_6, t0.slug AS slug_7 FROM policy 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
App\Entity\User No errors.
App\Entity\Cart No errors.
App\Entity\Country No errors.
App\Entity\Category No errors.
App\Entity\Product
  • The field App\Entity\Product#orderItems is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\OrderItem#product does not contain the required 'inversedBy="orderItems"' attribute.
App\Entity\Order
  • The mappings App\Entity\Order#billingAddress and App\Entity\Address#orders are inconsistent with each other.
  • The association App\Entity\Order#DeliveryOption refers to the inverse side field App\Entity\DeliveryOption#PaymentOption which does not exist.
App\Entity\Address No errors.
App\Entity\Review No errors.
App\Entity\Policy No errors.