Deprecated: Constant E_STRICT is deprecated in /var/www/helpdesk_dev.apnw.ch/vendor/symfony/error-handler/ErrorHandler.php on line 58

Deprecated: Constant E_STRICT is deprecated in /var/www/helpdesk_dev.apnw.ch/vendor/symfony/error-handler/ErrorHandler.php on line 76
Symfony Profiler

GET http://helpdesk.apnw.ch/

Query Metrics

9 Database Queries
3 Different statements
7.82 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
3.74 ms
(47.84%)
5
SELECT t0.message_id AS message_id_1, t0.filter AS filter_2, t0.language_id AS language_id_3, t0.title AS title_4, t0.content AS content_5, t0.info AS info_6, t0.timestamp AS timestamp_7 FROM messages t0 WHERE t0.message_id = ? AND t0.language_id = ? LIMIT 1
Parameters:
[
  "FooterPart1"
  "DE"
]
3.50 ms
(44.71%)
3
SELECT t0.grp AS grp_1, t0.id AS id_2, t0.position AS position_3, t0.info AS info_4, t0.description AS description_5, t0.value AS value_6, t0.filter AS filter_7, t0.type AS type_8, t0.params AS params_9, t0.timestamp AS timestamp_10 FROM parameters t0 WHERE t0.grp = ? AND t0.id = ? LIMIT 1
Parameters:
[
  "main"
  "webtitle"
]
0.58 ms
(7.45%)
1
SELECT t0.id AS id_1, t0.info AS info_2, t0.devmode AS devmode_3, t0.param_version AS param_version_4, t0.message_version AS message_version_5 FROM sysinfo t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  1
]

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\Parameters No errors.
App\Entity\Messages No errors.
App\Entity\Sysinfo
  • The field 'App\Entity\Sysinfo#paramVersion' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\Sysinfo#messageVersion' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.