Query Metrics
16
Database Queries
10
Different statements
7.38 ms
Query time
3
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
2.82 ms (38.21%) |
2 |
SELECT quote_ident(table_name) AS table_name, table_schema AS schema_name FROM information_schema.tables WHERE table_catalog = ? AND table_schema NOT LIKE 'pg\_%' AND table_schema != 'information_schema' AND table_name != 'geometry_columns' AND table_name != 'spatial_ref_sys' AND table_type = 'BASE TABLE'
Parameters:
[
"cssmart_db"
]
|
0.94 ms (12.68%) |
6 |
SELECT CURRENT_DATABASE()
Parameters:
[] |
0.94 ms (12.67%) |
1 |
SELECT a.attnum, quote_ident(a.attname) AS field, t.typname AS type, format_type(a.atttypid, a.atttypmod) AS complete_type, (SELECT tc.collcollate FROM pg_catalog.pg_collation tc WHERE tc.oid = a.attcollation) AS collation, (SELECT t1.typname FROM pg_catalog.pg_type t1 WHERE t1.oid = t.typbasetype) AS domain_type, (SELECT format_type(t2.typbasetype, t2.typtypmod) FROM pg_catalog.pg_type t2 WHERE t2.typtype = 'd' AND t2.oid = a.atttypid) AS domain_complete_type, a.attnotnull AS isnotnull, (SELECT 't' FROM pg_index WHERE c.oid = pg_index.indrelid AND pg_index.indkey[0] = a.attnum AND pg_index.indisprimary = 't' ) AS pri, (SELECT pg_get_expr(adbin, adrelid) FROM pg_attrdef WHERE c.oid = pg_attrdef.adrelid AND pg_attrdef.adnum=a.attnum ) AS default, (SELECT pg_description.description FROM pg_description WHERE pg_description.objoid = c.oid AND a.attnum = pg_description.objsubid ) AS comment FROM pg_attribute a, pg_class c, pg_type t, pg_namespace n WHERE a.attnum > 0 AND a.attrelid = c.oid AND a.atttypid = t.oid AND n.oid = c.relnamespace AND c.relkind = 'r' AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast') ORDER BY a.attnum
Parameters:
[] |
0.68 ms (9.28%) |
1 |
SELECT quote_ident(ic.relname) AS relname, i.indisunique, i.indisprimary, i.indkey, i.indrelid, pg_get_expr(indpred, indrelid) AS "where" FROM pg_index i JOIN pg_class AS tc ON tc.oid = i.indrelid JOIN pg_namespace tn ON tn.oid = tc.relnamespace JOIN pg_class AS ic ON ic.oid = i.indexrelid WHERE ic.oid IN ( SELECT indexrelid FROM pg_index i, pg_class c, pg_namespace n WHERE c.oid = i.indrelid AND c.relnamespace = n.oid AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast'))
Parameters:
[] |
0.62 ms (8.36%) |
1 |
SELECT quote_ident(r.conname) as conname, pg_get_constraintdef(r.oid, true) as condef FROM pg_constraint r JOIN pg_class AS tc ON tc.oid = r.conrelid JOIN pg_namespace tn ON tn.oid = tc.relnamespace WHERE r.conrelid IN ( SELECT c.oid FROM pg_class c, pg_namespace n WHERE n.oid = c.relnamespace AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')) AND r.contype = 'f'
Parameters:
[] |
0.58 ms (7.82%) |
1 |
SELECT c.relname, obj_description(c.oid, 'pg_class') AS comment FROM pg_class c INNER JOIN pg_namespace n ON n.oid = c.relnamespace WHERE c.relkind = 'r' AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')
Parameters:
[] |
0.32 ms (4.40%) |
1 |
SELECT schema_name FROM information_schema.schemata WHERE schema_name NOT LIKE 'pg\_%' AND schema_name != 'information_schema'
Parameters:
[] |
0.18 ms (2.46%) |
1 |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
0.17 ms (2.25%) |
1 |
SELECT attnum, attname FROM pg_attribute WHERE attrelid=16386 AND attnum IN (1) ORDER BY attnum ASC
Parameters:
[] |
0.14 ms (1.87%) |
1 |
SHOW search_path
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\ResetPasswordRequest | No errors. |
App\Entity\SigneUpSteps | No errors. |
App\Entity\UserAction | No errors. |
App\Entity\Transaction | No errors. |
App\Entity\AuthUser | No errors. |
App\Entity\Csb\UserCancelRequest | No errors. |
App\Entity\Csb\UserCsb |
|
App\Entity\Csb\Mobile\Notification | No errors. |
App\Entity\Csb\Mobile\LoginTraces | No errors. |
App\Entity\Csb\Mobile\ContactUs | No errors. |
App\Entity\Csb\DocumentValidation | No errors. |
App\Entity\Csb\Document\Document | No errors. |
App\Entity\Csb\FieldValidation | No errors. |
App\Entity\Csb\BlockTraces | No errors. |
App\Entity\Csb\FreezeTraces | No errors. |
App\Entity\Treezor\TaxResidences\TaxResidences | No errors. |
App\Entity\Treezor\Wallet\Wallet | No errors. |
App\Entity\Treezor\Webhook\Webhook | No errors. |
App\Entity\Treezor\Transfer\Balance | No errors. |
App\Entity\Treezor\Transfer\TransactionsErrors | No errors. |
App\Entity\Treezor\Transfer\Beneficiaries | No errors. |
App\Entity\Treezor\Transfer\Transfer | No errors. |
App\Entity\Treezor\Transfer\Recallr | No errors. |
App\Entity\Treezor\Transfer\Payin | No errors. |
App\Entity\Treezor\Transfer\Holidays | No errors. |
App\Entity\Treezor\Transfer\Payinrefund | No errors. |
App\Entity\Treezor\Transfer\Payoutrefund |
|
App\Entity\Treezor\Transfer\SepaSddr | No errors. |
App\Entity\Treezor\Transfer\Mandates | No errors. |
App\Entity\Treezor\Transfer\Payout | No errors. |
App\Entity\UserConfigTable | No errors. |
App\Entity\UserRequestReview | No errors. |
App\Entity\UserIps | No errors. |
App\Entity\Filters |
|
Vich\UploaderBundle\Entity\File | No errors. |
Gesdinet\JWTRefreshTokenBundle\Entity\RefreshToken | No errors. |