GET https://blacklistip.com/ip/117.200.55.123

Query Metrics

8 Database Queries
8 Different statements
1.91 ms Query time
0 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 0.33 ms
SELECT count(DISTINCT a0_.id) AS sclr_0 FROM attempt a0_ WHERE a0_.src_ip_txt = ?
Parameters:
[
  "117.200.55.123"
]
2 0.20 ms
SELECT DISTINCT a0_.id AS id_0, a0_.ts AS ts_1 FROM attempt a0_ WHERE a0_.src_ip_txt = ? ORDER BY a0_.ts DESC LIMIT 50
Parameters:
[
  "117.200.55.123"
]
3 0.22 ms
SELECT COUNT(*) FROM attempt WHERE src_ip_txt = ?
Parameters:
[
  "117.200.55.123"
]
4 0.16 ms
SELECT MIN(ts) FROM attempt WHERE src_ip_txt = ?
Parameters:
[
  "117.200.55.123"
]
5 0.13 ms
SELECT MAX(ts) FROM attempt WHERE src_ip_txt = ?
Parameters:
[
  "117.200.55.123"
]
6 0.20 ms
SELECT proto, COUNT(*) c FROM attempt WHERE src_ip_txt=? GROUP BY proto ORDER BY c DESC
Parameters:
[
  "117.200.55.123"
]
7 0.22 ms
SELECT dport, COUNT(*) c FROM attempt WHERE src_ip_txt=? GROUP BY dport ORDER BY c DESC LIMIT 10
Parameters:
[
  "117.200.55.123"
]
8 0.45 ms
SELECT path p, COUNT(*) c FROM attempt WHERE src_ip_txt=? AND path IS NOT NULL AND path<>'' GROUP BY p ORDER BY c DESC LIMIT 12
Parameters:
[
  "117.200.55.123"
]

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.

Managed Entities

default entity manager

Class Amount of managed objects

Entities Mapping

Class Mapping errors
App\Entity\Attempt No errors.