https://new-blomqvist.develop.dev8.seeds.no/api/admin/object/clear-cache

Query Metrics

1 Database Queries
1 Different statements
0.65 ms Query time
4 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.65 ms
(100.00%)
1
SELECT t0.id AS id_1, t0.customer_number AS customer_number_2, t0.vipps_id AS vipps_id_3, t0.email AS email_4, t0.roles AS roles_5, t0.password AS password_6, t0.last_login_date AS last_login_date_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.name AS name_10, t0.flag AS flag_11, t0.is_verified AS is_verified_12, t0.language AS language_13, t0.request_delete_date AS request_delete_date_14, t0.accepted_term_date AS accepted_term_date_15, t0.blocked AS blocked_16, t0.birth_date AS birth_date_17, t0.has_active_card AS has_active_card_18 FROM customer t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "external@seeds.no"
]

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\Customer
  • The association App\Entity\Customer#notificationCustomerSettings refers to the owning side field App\Entity\NotificationCustomerSetting#customer_id which does not exist.
  • The field App\Entity\Customer#objectCustomers is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\ObjectCustomer#customer does not contain the required 'inversedBy="objectCustomers"' attribute.
App\Entity\NotificationCustomerSetting
  • The mappings App\Entity\NotificationCustomerSetting#customer and App\Entity\Customer#notificationCustomerSettings are inconsistent with each other.
App\Entity\ObjectCustomer
  • The field App\Entity\ObjectCustomer#bids is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\AuctionBid#object_customer does not contain the required 'inversedBy="bids"' attribute.
App\Entity\Favorite No errors.
App\Entity\NotificationSearch No errors.
App\Entity\NotificationCustomer
  • The association App\Entity\NotificationCustomer#notification refers to the inverse side field App\Entity\NotificationTemplate#notificationCustomer which does not exist.
  • The association App\Entity\NotificationCustomer#notificationSystems refers to the owning side field App\Entity\NotificationSystem#notification_customer which does not exist.
App\Entity\NotificationSystem No errors.