Query Metrics
11
Database Queries
10
Different statements
14.82 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
9.02 ms (60.91%) |
1 |
"COMMIT"
Parameters:
[] |
|
3.89 ms (26.23%) |
1 |
SELECT quote_ident(table_name) AS table_name, table_schema AS schema_name FROM information_schema.tables WHERE table_schema NOT LIKE 'pg\_%' AND table_schema != 'information_schema' AND table_name != 'geometry_columns' AND table_name != 'spatial_ref_sys' AND table_type != 'VIEW'
Parameters:
[] |
|
0.38 ms (2.56%) |
1 |
SELECT NEXTVAL('tracking_lifetime_id_seq')
Parameters:
[] |
|
0.36 ms (2.40%) |
1 |
INSERT INTO tracking_lifetime (id, created) VALUES (?, ?)
Parameters:
[ 1 => 3729653 2 => "2026-08-30 12:41:17" ] |
|
0.34 ms (2.33%) |
1 |
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 => 3729932 2 => "66.249.66.78" 3 => "" 4 => "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.7922.173 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" 5 => "limit=10&method=GET&p=_profiler%2F1663a0%2Fsearch%2Fresults&url=https%3A%2F%2Fdashboard-sgn.appdev.web.id%2Ffavicon.ico%26amp%253Bamp%253Bamp%253Bamp%26amp%253Bamp%253Bquot%253B%26amp%253Bquot%253B%26quot%253B%3Famp%3D%26amp%253Bamp%253Bamp%253Bamp%3D%26amp%253Bamp%253Bquot%253B%3D%26amp%253Bquot%253B%3D%26p%3Dfavicon.ico%26quot%253B%3D" 6 => "" 7 => "" 8 => "" 9 => "" 10 => "" 11 => "" 12 => "" 13 => "2026-08-30 12:41:17" 14 => 3729653 ] |
|
0.29 ms (1.93%) |
1 |
SELECT nspname FROM pg_namespace WHERE nspname !~ '^pg_.*' AND nspname != 'information_schema'
Parameters:
[] |
|
0.20 ms (1.32%) |
2 |
"START TRANSACTION"
Parameters:
[] |
|
0.14 ms (0.93%) |
1 |
SELECT NEXTVAL('session_id_seq')
Parameters:
[] |
|
0.11 ms (0.77%) |
1 |
SHOW search_path
Parameters:
[] |
|
0.09 ms (0.63%) |
1 |
"ROLLBACK"
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. |
| Kematjaya\UserBundle\Entity\KmjUser | No errors. |
| Kematjaya\UserBundle\Entity\DefaultUser | No errors. |
| App\Entity\Document | No errors. |
| App\Entity\DocumentUploadValue | No errors. |