Query Metrics
12
Database Queries
10
Different statements
172.12 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
95.33 ms (55.38%) |
1 |
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.email AS email_3, t0.email_canonical AS email_canonical_4, t0.enabled AS enabled_5, t0.salt AS salt_6, t0.password AS password_7, t0.last_login AS last_login_8, t0.confirmation_token AS confirmation_token_9, t0.password_requested_at AS password_requested_at_10, t0.roles AS roles_11, t0.iid_user AS iid_user_12, t0.ctype_res AS ctype_res_13, t0.iid_res AS iid_res_14, t0.lpeutchangerprofil AS lpeutchangerprofil_15 FROM Paa_Securite.Users t0 WHERE t0.username_canonical = ? LIMIT 1
Parameters:
[
"sdsd"
]
|
48.24 ms (28.03%) |
1 |
SELECT NEXTVAL('paa_securite.adressesip_evenements_iid_evenement_seq')
Parameters:
[] |
9.31 ms (5.41%) |
2 |
delete from paa_securite.adressesIP_Evenements Where extract(epoch from current_timestamp - tEvenement) > 24 * 60 * 60 ;
Parameters:
[] |
8.01 ms (4.66%) |
1 |
SELECT NEXTVAL('paa_securite.adressesip_iid_adresseip_seq')
Parameters:
[] |
3.35 ms (1.94%) |
1 |
"COMMIT"
Parameters:
[] |
2.98 ms (1.73%) |
2 |
select count(*) from paa_securite.adressesIP_Evenements Where iAdresseIP = :adresseIP And extract(epoch from current_timestamp - tEvenement) < :nbHeures * 60 * 60;
Parameters:
[ "adresseIP" => 5622 "nbHeures" => 24 ] |
1.84 ms (1.07%) |
1 |
SELECT t0.iid_adresseIP AS iid_adresseip_1, t0.ip AS ip_2, t0.tbanissement AS tbanissement_3, t0.bAuMoinsUneAuthentificationReussie AS baumoinsuneauthentificationreussie_4 FROM Paa_Securite.adressesIP t0 WHERE t0.ip = ? LIMIT 1
Parameters:
[
"146.70.68.198"
]
|
1.81 ms (1.05%) |
1 |
INSERT INTO Paa_Securite.adressesIP_Evenements (iid_evenement, iadresseip, tevenement, itypeevenement, cdescevenement) VALUES (?, ?, ?, ?, ?)
Parameters:
[ 1 => 1214042 2 => 5622 3 => "2025-04-26 01:13:23" 4 => 2 5 => "sdsd" ] |
0.89 ms (0.52%) |
1 |
INSERT INTO Paa_Securite.adressesIP (iid_adresseIP, ip, tbanissement, bAuMoinsUneAuthentificationReussie) VALUES (?, ?, ?, ?)
Parameters:
[ 1 => 5622 2 => "146.70.68.198" 3 => null 4 => null ] |
0.37 ms (0.22%) |
1 |
"START TRANSACTION"
Parameters:
[] |
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
Entity Managers
Name | Service |
---|---|
auto_generate_proxy_classes | doctrine.orm.auto_generate_proxy_classes_entity_manager |
default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
auto_generate_proxy_classes entity manager
No loaded entities.
default entity manager
Class | Mapping errors |
---|---|
App\PaaBundle\Entity\AuthToken | No errors. |
FOS\UserBundle\Model\User | No errors. |
App\PaaBundle\Entity\users | No errors. |
App\PaaBundle\Entity\adressesIP | No errors. |
App\PaaBundle\Entity\adressesIP_Evenements | No errors. |