https://test.mijn.optima.nl/sendinbluehook

Query Metrics

6 Database Queries
5 Different statements
5.17 ms Query time
3 Invalid entities

Queries

Group similar statements

# Time Info
1 0.17 ms
"START TRANSACTION"
Parameters:
[]
2 0.38 ms
INSERT INTO offerte_activity (tag, timestamp, email, event, details) VALUES (?, ?, ?, ?, ?)
Parameters:
[
  "Optima autoverzekering"
  "2024-11-14 22:42:56"
  "h.van.driel13@kpnplanet.nl"
  "soft_bounce"
  "N;"
]
3 2.88 ms
"COMMIT"
Parameters:
[]
4 0.24 ms
SELECT DATABASE()
Parameters:
[]
5 1.32 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "optima-test"
]
6 0.18 ms
SELECT DATABASE()
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\OfferteActivity No errors.
App\Entity\Offerte
  • The association App\Entity\Offerte#offerte_cart refers to the inverse side field App\Entity\OfferteCart#id which is not defined as association.
  • The association App\Entity\Offerte#offerte_cart refers to the inverse side field App\Entity\OfferteCart#id which does not exist.
  • The association App\Entity\Offerte#consultant refers to the inverse side field App\Entity\Consultant#id which is not defined as association.
  • The association App\Entity\Offerte#consultant refers to the inverse side field App\Entity\Consultant#id which does not exist.
App\Entity\OfferteCart
  • The mappings App\Entity\OfferteCart#processes and App\Entity\OfferteCartRow#cart are inconsistent with each other.
App\Entity\Consultant
  • The mappings App\Entity\Consultant#companies and App\Entity\CompanyConsultantLink#consultant are inconsistent with each other.