Query Metrics
22
Database Queries
8
Different statements
4.99 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.54 ms (30.93%) |
8 |
SELECT t0.id AS id_1, t0.metakey AS metakey_2, t0.metavalue AS metavalue_3, t0.mandantenid AS mandantenid_4 FROM settings t0 WHERE t0.metakey = ? LIMIT 1
Parameters:
[
"wsurl"
]
|
|
0.81 ms (16.18%) |
3 |
SELECT t0.id AS id_1, t0.metakey AS metakey_2, t0.beschreibung AS beschreibung_3, t0.metavalue AS metavalue_4, t0.type AS type_5, t0.mandantenid AS mandantenid_6 FROM portalsettings t0 WHERE t0.metakey = ? LIMIT 1
Parameters:
[
"logo"
]
|
|
0.71 ms (14.27%) |
4 |
SELECT t0.id AS id_1, t0.produktcode AS produktcode_2, t0.bezeichnung AS bezeichnung_3, t0.link AS link_4, t0.datei AS datei_5, t0.mandantenid AS mandantenid_6 FROM links t0 WHERE t0.produktcode = ? AND t0.mandantenid IS NULL LIMIT 1
Parameters:
[
"impressum"
]
|
|
0.63 ms (12.57%) |
1 |
SELECT t0.id AS id_1, t0.wsurl AS wsurl_2, t0.wsmandant AS wsmandant_3, t0.name AS name_4 FROM mandanten t0 LIMIT 1
Parameters:
[] |
|
0.47 ms (9.49%) |
3 |
SELECT t0.id AS id_1, t0.produktcode AS produktcode_2, t0.bezeichnung AS bezeichnung_3, t0.link AS link_4, t0.datei AS datei_5, t0.mandantenid AS mandantenid_6 FROM links t0 WHERE t0.produktcode = ? LIMIT 1
Parameters:
[
"datenschutz"
]
|
|
0.45 ms (8.99%) |
1 |
SELECT t0.id AS id_1, t0.metakey AS metakey_2, t0.beschreibung AS beschreibung_3, t0.metavalue AS metavalue_4, t0.type AS type_5, t0.mandantenid AS mandantenid_6 FROM portalsettings t0 WHERE t0.type = ? AND t0.mandantenid IS NULL
Parameters:
[
"email"
]
|
|
0.19 ms (3.82%) |
1 |
SELECT t0.id AS id_1, t0.metakey AS metakey_2, t0.metavalue AS metavalue_3, t0.mandantenid AS mandantenid_4 FROM texte t0
Parameters:
[] |
|
0.19 ms (3.74%) |
1 |
SELECT t0.id AS id_1, t0.metakey AS metakey_2, t0.betreff AS betreff_3, t0.inhalt AS inhalt_4, t0.absender AS absender_5, t0.mandantenid AS mandantenid_6 FROM mailtexte t0 WHERE t0.metakey = ? AND t0.mandantenid IS NULL LIMIT 1
Parameters:
[
"signatur"
]
|
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\Mandanten | No errors. |
| App\Entity\Portalsettings | No errors. |
| App\Entity\Texte | No errors. |
| App\Entity\Settings | No errors. |
| App\Entity\Links | No errors. |
| App\Entity\Mailtexte | No errors. |