Error 404 Not Found

GET http://163.172.24.77:4000/robots.txt

Forwarded to ErrorController (a9b3ae)

Query Metrics

16 Database Queries
10 Different statements
76.69 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.29 ms
SELECT CURRENT_DATABASE()
Parameters:
[]
2 24.92 ms
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:
[
  "d896u321u0cvqf"
]
3 2.67 ms
SELECT schema_name
FROM   information_schema.schemata
WHERE  schema_name NOT LIKE 'pg\_%'
AND    schema_name != 'information_schema'
Parameters:
[]
4 0.61 ms
SHOW search_path
Parameters:
[]
5 0.57 ms
SELECT CURRENT_DATABASE()
Parameters:
[]
6 5.80 ms
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:
[
  "d896u321u0cvqf"
]
7 0.70 ms
SELECT CURRENT_DATABASE()
Parameters:
[]
8 6.03 ms
SELECT c.relname,
       CASE c.relpersistence WHEN 'u' THEN true ELSE false END as unlogged,
       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 n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')
Parameters:
[]
9 0.73 ms
SELECT CURRENT_DATABASE()
Parameters:
[]
10 6.32 ms
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 n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')) AND r.contype = 'f'
Parameters:
[]
11 14.97 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
        CASE
            WHEN a.attgenerated = 's' THEN NULL
            ELSE pg_get_expr(adbin, adrelid)
        END
     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
                INNER JOIN pg_class c
                    ON c.oid = a.attrelid
                INNER JOIN pg_type t
                    ON t.oid = a.atttypid
                INNER JOIN pg_namespace n
                    ON n.oid = c.relnamespace
                LEFT JOIN pg_depend d
                    ON d.objid = c.oid
                        AND d.deptype = 'e'
                        AND d.classid = (SELECT oid FROM pg_class WHERE relname = 'pg_class') WHERE a.attnum > 0 AND c.relkind = 'r' AND d.refobjid IS NULL AND n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast') ORDER BY a.attnum
Parameters:
[]
12 0.72 ms
SELECT CURRENT_DATABASE()
Parameters:
[]
13 7.17 ms
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 n.nspname = ANY(current_schemas(false)) AND c.relname = 'doctrine_migration_versions' AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast'))
Parameters:
[]
14 2.12 ms
SELECT attnum, attname FROM pg_attribute WHERE attrelid=16482 AND attnum IN (1) ORDER BY attnum ASC
Parameters:
[]
15 1.51 ms
SELECT * FROM doctrine_migration_versions
Parameters:
[]
16 0.56 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

Class Mapping errors
Gedmo\Tree\Entity\MappedSuperclass\AbstractClosure No errors.
Revo\Bundle\CoreBundle\Entity\Media No errors.
Revo\Bundle\CoreBundle\Entity\PartnerImage No errors.
Revo\Bundle\CoreBundle\Entity\OrderItem No errors.
Revo\Bundle\CoreBundle\Entity\OrderItem\MembershipOrderItem No errors.
Revo\Bundle\CoreBundle\Entity\Place No errors.
Revo\Bundle\CoreBundle\Entity\Workplace No errors.
Revo\Bundle\CoreBundle\Entity\Parameter No errors.
Revo\Bundle\CoreBundle\Entity\City No errors.
Revo\Bundle\CoreBundle\Entity\PublicPage No errors.
Revo\Bundle\CoreBundle\Entity\ContactGroup No errors.
Revo\Bundle\CoreBundle\Entity\Order No errors.
Revo\Bundle\CoreBundle\Entity\Document No errors.
Revo\Bundle\CoreBundle\Entity\Template No errors.
Revo\Bundle\CoreBundle\Entity\Notification No errors.
Revo\Bundle\CoreBundle\Entity\Group No errors.
Revo\Bundle\CoreBundle\Entity\Payment No errors.
Revo\Bundle\CoreBundle\Entity\User No errors.
Revo\Bundle\CoreBundle\Entity\Member No errors.
Revo\Bundle\CoreBundle\Entity\PlaceImage No errors.
Revo\Bundle\CoreBundle\Entity\PaymentMethod No errors.
Revo\Bundle\CoreBundle\Entity\WasteCategory No errors.
Revo\Bundle\CoreBundle\Entity\Contact No errors.
Revo\Bundle\CoreBundle\Entity\Address No errors.
Revo\Bundle\CoreBundle\Entity\Video No errors.
Revo\Bundle\CoreBundle\Entity\Message No errors.
Revo\Bundle\CoreBundle\Entity\Warehouse No errors.
Revo\Bundle\CoreBundle\Entity\Shop No errors.
Revo\Bundle\CoreBundle\Entity\Partner No errors.
Revo\Bundle\CoreBundle\Entity\WasteCategoryImage No errors.
Revo\Bundle\CoreBundle\Entity\Desk No errors.
Revo\Bundle\CoreBundle\Entity\MemberGroup No errors.
Revo\Bundle\CoreBundle\Entity\Holiday No errors.
Revo\Bundle\CoreBundle\Entity\ErrorStack No errors.
Revo\Bundle\MessengerBundle\Entity\Newsletter No errors.
Revo\Bundle\MessengerBundle\Entity\NewsletterUserSubscription No errors.
Revo\Bundle\MessengerBundle\Entity\ShortUrl No errors.
Revo\Bundle\MessengerBundle\Entity\WebMessage No errors.
Revo\Bundle\MessengerBundle\Entity\TeamMessage No errors.
Revo\Bundle\MessengerBundle\Entity\NewsletterUserUnsubscription No errors.
Revo\Bundle\MessengerBundle\Entity\LetterImage No errors.
Revo\Bundle\MessengerBundle\Entity\NewsletterSubscription No errors.
Revo\Bundle\MessengerBundle\Entity\NewsletterUnsubscription No errors.
Revo\Bundle\MessengerBundle\Entity\Letter No errors.
Revo\Bundle\RecycleBundle\Entity\EcoPartner No errors.
Revo\Bundle\RecycleBundle\Entity\OutputType No errors.
Revo\Bundle\RecycleBundle\Entity\InputType No errors.
Revo\Bundle\RecycleBundle\Entity\RecycleInput No errors.
Revo\Bundle\RecycleBundle\Entity\RecycleOutput No errors.
Revo\Bundle\CollectBundle\Entity\OrderItem\CollectOrderItem No errors.
Revo\Bundle\CollectBundle\Entity\CollectOccurrence No errors.
Revo\Bundle\CollectBundle\Entity\CollectRrule No errors.
Revo\Bundle\CollectBundle\Entity\CollectImage No errors.
Revo\Bundle\CollectBundle\Entity\Collect No errors.
Revo\Bundle\CollectBundle\Entity\CollectZone No errors.
Revo\Bundle\WorkshopBundle\Entity\WorkshopMessage No errors.
Revo\Bundle\WorkshopBundle\Entity\WorkshopVideo No errors.
Revo\Bundle\WorkshopBundle\Entity\WorkshopCategoryImage No errors.
Revo\Bundle\WorkshopBundle\Entity\WorkshopRrule No errors.
Revo\Bundle\WorkshopBundle\Entity\WorkshopFormElement No errors.
Revo\Bundle\WorkshopBundle\Entity\WorkshopFormElementChoice No errors.
Revo\Bundle\WorkshopBundle\Entity\WorkshopUnsubscription No errors.
Revo\Bundle\WorkshopBundle\Entity\Workshop No errors.
Revo\Bundle\WorkshopBundle\Entity\WorkshopForm No errors.
Revo\Bundle\WorkshopBundle\Entity\WorkshopOccurrence No errors.
Revo\Bundle\WorkshopBundle\Entity\WorkshopSubscription No errors.
Revo\Bundle\WorkshopBundle\Entity\WorkshopCategoryMedia No errors.
Revo\Bundle\WorkshopBundle\Entity\WorkshopCategory No errors.
Revo\Bundle\CmsBundle\Entity\Post No errors.
Revo\Bundle\CmsBundle\Entity\TimelineImage No errors.
Revo\Bundle\CmsBundle\Entity\Timeline No errors.
Revo\Bundle\CmsBundle\Entity\WebPartner No errors.
Revo\Bundle\CmsBundle\Entity\Faq No errors.
Revo\Bundle\CmsBundle\Entity\PostImage No errors.
Revo\Bundle\CmsBundle\Entity\Page No errors.
Revo\Bundle\OrderBundle\Entity\OrderItem\SaleOrderItem No errors.
Revo\Bundle\OrderBundle\Entity\OrderItem\RefundOrderItem No errors.
Revo\Bundle\OrderBundle\Entity\OrderGroup No errors.
Revo\Bundle\OrderBundle\Entity\ShopUuid No errors.
Revo\Bundle\SocialInsertionBundle\Entity\Project No errors.
Revo\Bundle\SocialInsertionBundle\Entity\InsertionCourse No errors.
Revo\Bundle\SocialInsertionBundle\Entity\InsertionFormation No errors.
Revo\Bundle\SocialInsertionBundle\Entity\InsertionAgreementEndorsement No errors.
Revo\Bundle\SocialInsertionBundle\Entity\JobAgency No errors.
Revo\Bundle\SocialInsertionBundle\Entity\Employee No errors.
Revo\Bundle\SocialInsertionBundle\Entity\InsertionNote No errors.
Revo\Bundle\SocialInsertionBundle\Entity\InsertionEventCategory No errors.
Revo\Bundle\SocialInsertionBundle\Entity\SocialPartner No errors.
Revo\Bundle\SocialInsertionBundle\Entity\InsertionNotification No errors.
Revo\Bundle\SocialInsertionBundle\Entity\EmployeeNotification No errors.
Revo\Bundle\SocialInsertionBundle\Entity\InsertionMeeting No errors.
Revo\Bundle\SocialInsertionBundle\Entity\InsertionDocument No errors.
Revo\Bundle\SocialInsertionBundle\Entity\EmployeeGroup No errors.
Revo\Bundle\SocialInsertionBundle\Entity\Insertion No errors.
Revo\Bundle\SocialInsertionBundle\Entity\SocialActor No errors.
Vich\UploaderBundle\Entity\File No errors.