Query Metrics
12
Database Queries
8
Different statements
264.06 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.38 ms |
SELECT NEXTVAL('tracking_lifetime_id_seq')
Parameters:
[] |
| 2 | 0.11 ms |
"START TRANSACTION"
Parameters:
[] |
| 3 | 0.29 ms |
INSERT INTO tracking_lifetime (id, created) VALUES (?, ?)
Parameters:
[ 1 => 927775 2 => "2026-05-10 01:23:14" ] |
| 4 | 213.52 ms |
"COMMIT"
Parameters:
[] |
| 5 | 0.89 ms |
SELECT NEXTVAL('session_id_seq')
Parameters:
[] |
| 6 | 0.40 ms |
"START TRANSACTION"
Parameters:
[] |
| 7 | 2.59 ms |
INSERT INTO SESSION (id, ip, referrer, user_agent, query_string, utm_source, utm_medium, utm_campaign, utm_term, utm_content, loan_term, rep_apr, created, lifetime_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 => 928047 2 => "138.68.82.23" 3 => "" 4 => "Mozilla/5.0 (l9scan/2.0.831313e2733313e2330313e2330313; +https://leakix.net)" 5 => "" 6 => "" 7 => "" 8 => "" 9 => "" 10 => "" 11 => "" 12 => "" 13 => "2026-05-10 01:23:14" 14 => 927775 ] |
| 8 | 14.21 ms |
"COMMIT"
Parameters:
[] |
| 9 | 0.73 ms |
SELECT NEXTVAL('tracking_page_view_id_seq')
Parameters:
[] |
| 10 | 0.38 ms |
"START TRANSACTION"
Parameters:
[] |
| 11 | 13.49 ms |
INSERT INTO tracking_page_view (id, url, created, session_id) VALUES (?, ?, ?, ?)
Parameters:
[ 1 => 10114438 2 => "https://dashboard-sgn.appdev.web.id/" 3 => "2026-05-10 01:23:14" 4 => 928047 ] |
| 12 | 17.06 ms |
"COMMIT"
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\UserActivity | No errors. |
| Kematjaya\VisitorTrackingBundle\Entity\Lifetime | No errors. |
| Kematjaya\VisitorTrackingBundle\Entity\Session | No errors. |
| Kematjaya\VisitorTrackingBundle\Entity\Seed | No errors. |
| Kematjaya\VisitorTrackingBundle\Entity\PageView | No errors. |
| Kematjaya\VisitorTrackingBundle\Entity\Device | No errors. |
| App\Entity\DocumentUpload | No errors. |