GET https://www.princevega.com/

Query Metrics

5 Database Queries
5 Different statements
1.24 ms Query time
1 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.49 ms
(39.54%)
1
SELECT COUNT(*) FROM PumpTokenDetails t0
Parameters:
[]
0.24 ms
(19.16%)
1
SELECT COUNT(p0_.mint) AS sclr_0 FROM PumpTokenDetails p0_ WHERE p0_.UpdatedAt >= ?
Parameters:
[
  "2026-02-14 05:20:45"
]
0.18 ms
(14.71%)
1
SELECT COUNT(p0_.mint) AS sclr_0 FROM pumptrades p0_ WHERE p0_.UpdatedAt >= ?
Parameters:
[
  "2026-02-14 05:20:45"
]
0.18 ms
(14.38%)
1
SELECT COUNT(*) FROM pumptrades t0
Parameters:
[]
0.15 ms
(12.20%)
1
SELECT COUNT(*) FROM solanaaccounts t0
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.

Managed Entities

default entity manager

Class Amount of managed objects

Entities Mapping

Class Mapping errors
App\Entity\PumpTokenDetails
  • The field 'App\Entity\PumpTokenDetails#totalSupply' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\PumpTokenDetails#marketCap' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field 'App\Entity\PumpTokenDetails#usdMarketCap' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Entity\PumpTrade No errors.
App\Entity\SolanaAccount No errors.