POST https://iplocator.yeebill.net/api/ip/get-info

Query Metrics

9 Database Queries
7 Different statements
4.73 ms Query time
0 Invalid entities
4 Managed entities

Grouped Statements

Show all queries

Time Count Info
2.50 ms
(52.83%)
1
SELECT r0_.id AS id_0, r0_.created_stamp AS created_stamp_1, r0_.ip_address AS ip_address_2, r0_.as_number AS as_number_3, r0_.as_country AS as_country_4, r0_.as_description AS as_description_5, r0_.vpn AS vpn_6, r0_.consumer AS consumer_7, r0_.caller_id AS caller_id_8, r0_.config_id AS config_id_9 FROM request r0_ WHERE r0_.ip_address = ? AND r0_.config_id IS NOT NULL ORDER BY r0_.created_stamp DESC LIMIT 1
Parameters:
[
  "2607:fb90:cb2e:4376:9166:7641:bddb:3927"
]
0.79 ms
(16.76%)
2
"COMMIT"
Parameters:
[]
0.33 ms
(6.90%)
1
SELECT c0_.id AS id_0, c0_.as_number AS as_number_1, c0_.as_desc_regexp AS as_desc_regexp_2, c0_.ip_range AS ip_range_3, c0_.vpn AS vpn_4, c0_.consumer AS consumer_5, c0_.note AS note_6, c0_.created_stamp AS created_stamp_7, c0_.created_by_id AS created_by_id_8 FROM config c0_ WHERE c0_.as_number = ? ORDER BY c0_.created_stamp DESC LIMIT 1
Parameters:
[
  21928
]
0.31 ms
(6.60%)
2
"START TRANSACTION"
Parameters:
[]
0.29 ms
(6.05%)
1
SELECT t0.id AS id_1, t0.uname AS uname_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.created_stamp AS created_stamp_6, t0.deleted_stamp AS deleted_stamp_7, t0.lastlogin_stamp AS lastlogin_stamp_8, t0.lastlogin_agent AS lastlogin_agent_9 FROM `user` t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "as@iplocator.yeebill.net"
]
0.26 ms
(5.52%)
1
UPDATE `user` SET lastlogin_stamp = ? WHERE id = ?
Parameters:
[
  1780004011
  2
]
0.25 ms
(5.33%)
1
INSERT INTO request (created_stamp, ip_address, as_number, as_country, as_description, vpn, consumer, caller_id, config_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  1780004011
  "2607:fb90:cb2e:4376:9166:7641:bddb:3927"
  21928
  "US"
  "T-MOBILE-AS21928"
  0
  1
  2
  96
]

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
App\Entity\User 2
App\Entity\Config 1
App\Entity\Request 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Request No errors.
App\Entity\Config No errors.