Query Metrics
8
Database Queries
3
Different statements
4.66 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 1.86 ms |
SELECT t0.id AS id_1, t0.nazwa AS nazwa_2, t0.srcid AS srcid_3 FROM slownik_rodzaj_klienta t0 ORDER BY t0.nazwa ASC
Parameters:
[] |
2 | 1.45 ms |
SELECT t0.id AS id_1, t0.nazwa AS nazwa_2, t0.skrot_2 AS skrot_2_3, t0.skrot_3 AS skrot_3_4, t0.numer AS numer_5, t0.srcid AS srcid_6 FROM slownik_kraj_iso t0 ORDER BY t0.nazwa ASC
Parameters:
[] |
3 | 0.68 ms |
SELECT t0.id AS id_1, t0.opis AS opis_2, t0.wartosc AS wartosc_3, t0.cr_date AS cr_date_4, t0.up_date AS up_date_5, t0.del_date AS del_date_6, t0.srcid AS srcid_7 FROM konfiguracja t0 WHERE t0.opis = ? LIMIT 1
Parameters:
[
"PASS MIN LENGTH"
]
|
4 | 0.17 ms |
SELECT t0.id AS id_1, t0.opis AS opis_2, t0.wartosc AS wartosc_3, t0.cr_date AS cr_date_4, t0.up_date AS up_date_5, t0.del_date AS del_date_6, t0.srcid AS srcid_7 FROM konfiguracja t0 WHERE t0.opis = ? LIMIT 1
Parameters:
[
"PASS MAX LENGTH"
]
|
5 | 0.13 ms |
SELECT t0.id AS id_1, t0.opis AS opis_2, t0.wartosc AS wartosc_3, t0.cr_date AS cr_date_4, t0.up_date AS up_date_5, t0.del_date AS del_date_6, t0.srcid AS srcid_7 FROM konfiguracja t0 WHERE t0.opis = ? LIMIT 1
Parameters:
[
"PASS BIG LETTERS"
]
|
6 | 0.12 ms |
SELECT t0.id AS id_1, t0.opis AS opis_2, t0.wartosc AS wartosc_3, t0.cr_date AS cr_date_4, t0.up_date AS up_date_5, t0.del_date AS del_date_6, t0.srcid AS srcid_7 FROM konfiguracja t0 WHERE t0.opis = ? LIMIT 1
Parameters:
[
"PASS SMALL LETTERS"
]
|
7 | 0.12 ms |
SELECT t0.id AS id_1, t0.opis AS opis_2, t0.wartosc AS wartosc_3, t0.cr_date AS cr_date_4, t0.up_date AS up_date_5, t0.del_date AS del_date_6, t0.srcid AS srcid_7 FROM konfiguracja t0 WHERE t0.opis = ? LIMIT 1
Parameters:
[
"PASS DIGITS"
]
|
8 | 0.13 ms |
SELECT t0.id AS id_1, t0.opis AS opis_2, t0.wartosc AS wartosc_3, t0.cr_date AS cr_date_4, t0.up_date AS up_date_5, t0.del_date AS del_date_6, t0.srcid AS srcid_7 FROM konfiguracja t0 WHERE t0.opis = ? LIMIT 1
Parameters:
[
"PASS SYMBOLS"
]
|
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\Konfiguracja | No errors. |
App\Entity\SlownikRodzajKlienta | No errors. |
App\Entity\SlownikKrajISO | No errors. |