Query Metrics
10
Database Queries
10
Different statements
66.00 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
14.93 ms (22.62%) |
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:
[
"3.129.70.153"
]
|
13.45 ms (20.38%) |
1 |
select count(*) from information_schema.tables where table_schema = 'paa_securite' and table_name = 'adressesip'
Parameters:
[] |
10.12 ms (15.33%) |
1 |
select count(*) from paa_securite.adressesIP_Evenements Where iAdresseIP = :adresseIP And extract(epoch from current_timestamp - tEvenement) < :nbHeures * 60 * 60;
Parameters:
[ "adresseIP" => 3455 "nbHeures" => 24 ] |
6.76 ms (10.25%) |
1 |
INSERT INTO Paa_Securite.adressesIP_Evenements (iid_evenement, iadresseip, tevenement, itypeevenement, cdescevenement) VALUES (?, ?, ?, ?, ?)
Parameters:
[ 1 => 1044482 2 => 3455 3 => "2025-01-10 14:40:14" 4 => 1 5 => "/.git/objects/5e/8eb9c4ef9353a71c0bbe9847445fc2cde67e81?url=.git%2Fobjects%2F5e%2F8eb9c4ef9353a71c0bbe9847445fc2cde67e81" ] |
6.25 ms (9.47%) |
1 |
SELECT NEXTVAL('paa_securite.adressesip_iid_adresseip_seq')
Parameters:
[] |
5.12 ms (7.76%) |
1 |
delete from paa_securite.adressesIP_Evenements Where extract(epoch from current_timestamp - tEvenement) > 24 * 60 * 60 ;
Parameters:
[] |
4.22 ms (6.40%) |
1 |
INSERT INTO Paa_Securite.adressesIP (iid_adresseIP, ip, tbanissement, bAuMoinsUneAuthentificationReussie) VALUES (?, ?, ?, ?)
Parameters:
[ 1 => 3455 2 => "3.129.70.153" 3 => null 4 => null ] |
3.79 ms (5.74%) |
1 |
"COMMIT"
Parameters:
[] |
1.02 ms (1.55%) |
1 |
SELECT NEXTVAL('paa_securite.adressesip_evenements_iid_evenement_seq')
Parameters:
[] |
0.34 ms (0.51%) |
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\adressesIP | No errors. |
App\PaaBundle\Entity\adressesIP_Evenements | No errors. |