POST https://stage.api.virtual-marketer.de/api/wc

Query Metrics

3 Database Queries
2 Different statements
1.31 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.83 ms
(63.71%)
2
SELECT t0.id AS id_1, t0.name AS name_2, t0.api_key AS api_key_3, t0.external_api_key AS external_api_key_4, t0.words_max AS words_max_5, t0.words_used AS words_used_6, t0.maintenance AS maintenance_7, t0.day_of_reset AS day_of_reset_8, t0.created AS created_9, t0.valid_until AS valid_until_10, t0.logo AS logo_11 FROM company t0 WHERE t0.api_key = ? LIMIT 1
Parameters:
[
  "uQAqhsYy-c4Q8-xo1E-etSs-6ZoUoNnZCXoh"
]
0.48 ms
(36.29%)
1
SELECT t0.id AS id_1, t0.`key` AS key_2, t0.value AS value_3 FROM config t0 WHERE t0.`key` = ? LIMIT 1
Parameters:
[
  "PYTHON_INTERFACE"
]

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\Config No errors.
App\Entity\Company No errors.
App\Entity\Template
  • The mappings App\Entity\Template#templateExtensions and App\Entity\TemplateExtension#template are inconsistent with each other.
  • The association App\Entity\Template#assistantThreads refers to the owning side field App\Entity\Assistant#template which does not exist.
App\Entity\Assistant No errors.