https://tezea.pl/polityka-prywatnosci

Query Metrics

7 Database Queries
2 Different statements
0.99 ms Query time
5 Invalid entities

Queries

Group similar statements

# Time Info
1 0.37 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.file_id AS file_id_4 FROM settings t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "pageTitle"
]
2 0.13 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.file_id AS file_id_4 FROM settings t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "description"
]
3 0.09 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.file_id AS file_id_4 FROM settings t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "keywords"
]
4 0.08 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.file_id AS file_id_4 FROM settings t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "favicon"
]
5 0.12 ms
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.extension AS extension_4, t0.title AS title_5, t0.alt AS alt_6, t0.date AS date_7, t8.id AS id_9, t8.name AS name_10, t8.value AS value_11, t8.file_id AS file_id_12 FROM files t0 LEFT JOIN settings t8 ON t8.file_id = t0.id WHERE t0.id = ?
Parameters:
[
  8
]
6 0.12 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.file_id AS file_id_4 FROM settings t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "logo"
]
7 0.08 ms
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.extension AS extension_4, t0.title AS title_5, t0.alt AS alt_6, t0.date AS date_7, t8.id AS id_9, t8.name AS name_10, t8.value AS value_11, t8.file_id AS file_id_12 FROM files t0 LEFT JOIN settings t8 ON t8.file_id = t0.id WHERE t0.id = ?
Parameters:
[
  7
]

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\Settings No errors.
App\Entity\User
  • The association App\Entity\User#userApis refers to the owning side field App\Entity\User\UserApi#User which does not exist.
App\Entity\User\UserData No errors.
App\Entity\User\GroupApi No errors.
App\Entity\User\UserEmail No errors.
App\Entity\User\UserGroup No errors.
App\Entity\EmailQueue No errors.
App\Entity\ContactsBase\ContactsBase
  • The association App\Entity\ContactsBase\ContactsBase#comments refers to the owning side field App\Entity\Comments#contactsBase which does not exist.
App\Entity\ContactsBaseList\ContactsBaseList No errors.
App\Entity\Campaigns\Campaigns
  • The mappings App\Entity\Campaigns\Campaigns#sendList and App\Entity\ContactsBaseList\ContactsBaseList#campaigns are inconsistent with each other.
  • The mappings App\Entity\Campaigns\Campaigns#readList and App\Entity\ContactsBaseList\ContactsBaseList#campaigns are inconsistent with each other.
App\Entity\EmailTemplate\EmailTemplate No errors.
App\Entity\Files No errors.
App\Entity\Messenger\Messenger
  • The mappings App\Entity\Messenger\Messenger#userReceipt and App\Entity\User#messengers are inconsistent with each other.
App\Entity\Packages\Packages
  • The association App\Entity\Packages\Packages#comments refers to the owning side field App\Entity\Comments#packages which does not exist.
App\Entity\Reminder\Reminder No errors.
App\Entity\Reminder\ReminderStatus No errors.
App\Entity\Packages\PackagesUserGroup No errors.
App\Entity\Packages\PackagesConsumption No errors.