Query Metrics
7
Database Queries
5
Different statements
16.90 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
6.17 ms (36.48%) |
1 |
SELECT t0.id AS id_1, t0.type AS type_2, t0.entity AS entity_3, t0.params AS params_4, t0.name AS name_5, t0.get_all AS get_all_6 FROM request t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"addmessage"
]
|
|
5.52 ms (32.67%) |
2 |
"COMMIT"
Parameters:
[] |
|
3.25 ms (19.24%) |
1 |
INSERT INTO msgs (name, email, message, status, created_by_id) VALUES (?, ?, ?, ?, ?)
Parameters:
[ "Amine KOLINA" "amine@gmail.com" """ Good Morning\n HELLO\n Thank you """ null null ] |
|
1.10 ms (6.51%) |
1 |
INSERT INTO email (to_email, subject, template, context, file, status) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ "eaismail.02@gmail.com" "New message from Amine KOLINA" "new_message_admin" "{"mail":"eaismail.02@gmail.com","message_name":"Amine KOLINA","message_email":"amine@gmail.com","message_message":"Good Morning\nHELLO\nThank you"}" null null ] |
|
0.86 ms (5.10%) |
2 |
"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\Request | No errors. |
| App\Entity\Ebook | No errors. |
| App\Entity\Email | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Msgs | No errors. |