Error 404 Not Found

GET https://waf-starhub-emi-wa-s001.sh-ifs.com/robots.txt

Forwarded to ErrorController (65a1bb)

Query Metrics

13 Database Queries
7 Different statements
22.03 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 0.84 ms
SELECT DATABASE()
Parameters:
[]
2 3.69 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "emi"
]
3 0.83 ms
SELECT DATABASE()
Parameters:
[]
4 3.51 ms
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "emi"
]
5 0.77 ms
SELECT DATABASE()
Parameters:
[]
6 1.69 ms
SELECT t.TABLE_NAME,
           t.ENGINE,
           t.AUTO_INCREMENT,
           t.TABLE_COMMENT,
           t.CREATE_OPTIONS,
           t.TABLE_COLLATION,
           ccsa.CHARACTER_SET_NAME
      FROM information_schema.TABLES t
        INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa
            ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[
  "emi"
  "migration_versions"
]
7 0.87 ms
SELECT DATABASE()
Parameters:
[]
8 3.24 ms
SELECT DISTINCT            k.CONSTRAINT_NAME,
            k.COLUMN_NAME,
            k.REFERENCED_TABLE_NAME,
            k.REFERENCED_COLUMN_NAME,
            k.ORDINAL_POSITION /*!50116,
            c.UPDATE_RULE,
            c.DELETE_RULE */
FROM information_schema.key_column_usage k /*!50116
INNER JOIN information_schema.referential_constraints c
ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME
AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'emi' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[
  "emi"
  "migration_versions"
]
9 2.51 ms
SELECT       c.COLUMN_NAME        AS field,
       c.COLUMN_TYPE       AS TYPE,
       c.IS_NULLABLE        AS `null`,
       c.COLUMN_KEY         AS `key`,
       c.COLUMN_DEFAULT     AS `default`,
       c.EXTRA,
       c.COLUMN_COMMENT     AS COMMENT,
       c.CHARACTER_SET_NAME AS characterset,
       c.COLLATION_NAME     AS COLLATION
FROM information_schema.COLUMNS c
    INNER JOIN information_schema.TABLES t
        ON t.TABLE_NAME = c.TABLE_NAME
     WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
Parameters:
[
  "emi"
  "emi"
  "migration_versions"
]
10 0.81 ms
SELECT DATABASE()
Parameters:
[]
11 1.46 ms
SELECT        NON_UNIQUE  AS Non_Unique,
        INDEX_NAME  AS Key_name,
        COLUMN_NAME AS Column_Name,
        SUB_PART    AS Sub_Part,
        INDEX_TYPE  AS Index_Type
FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
Parameters:
[
  "emi"
  "migration_versions"
]
12 0.99 ms
SELECT * FROM migration_versions
Parameters:
[]
13 0.81 ms
SELECT 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
App\Entity\Channel No errors.
App\Entity\User No errors.
App\Entity\ChannelGroup No errors.
App\Entity\UserRight No errors.
App\Entity\AppdockModule\AppdockContent No errors.
App\Entity\AppdockModule\Appdock No errors.
App\Entity\TargetDevice No errors.
App\Entity\DeviceGroup No errors.
App\Entity\TargetPopulation No errors.
App\Entity\Content\MaculosaVod No errors.
App\Entity\Content\MaculosaEpg No errors.
App\Entity\Content\MaculosaOffer No errors.
App\Entity\Content\MaculosaNetwork No errors.
App\Entity\Content\ApplicationRevision No errors.
App\Entity\Content\ApplicationPlatform No errors.
App\Entity\Content\Application No errors.
App\Entity\Content\Offer No errors.
App\Entity\Flag
  • The association App\Entity\Flag#applicationRevisions refers to the owning side field App\Entity\Content\ApplicationRevision#flag which does not exist.
  • The association App\Entity\Flag#users refers to the owning side field App\Entity\User#flag which does not exist.
App\Entity\ContentSelector No errors.
App\Entity\Content\Advertisement No errors.
App\Entity\Module\ModuleFilter No errors.
App\Entity\Module\ModuleItem No errors.
App\Entity\Module\ModuleImage No errors.
App\Entity\Module\Module No errors.
App\Entity\Language No errors.
Gedmo\Translatable\Entity\MappedSuperclass\AbstractPersonalTranslation No errors.
App\Entity\Module\ModuleFilterTranslation No errors.
App\Entity\Module\ModuleFilterImageTranslation No errors.
App\Entity\Pulling No errors.
App\Entity\AppdockModule\Export No errors.
App\Entity\AppdockModule\AppdockPublication No errors.
App\Entity\BarkerModule\BarkerModuleUniverse No errors.
App\Entity\BarkerModule\BarkerModule No errors.
App\Entity\BarkerModule\BarkerModuleUniverseTranslation No errors.
App\Entity\BarkerModule\BarkerModuleExport No errors.
App\Entity\BarkerModule\BarkerModulePublication No errors.
App\Entity\Module\ModuleExport No errors.
App\Entity\Module\ModulePublication No errors.
App\Entity\ParameterModule\ParameterModule No errors.
App\Entity\ParameterModule\ParameterModuleExport No errors.
App\Entity\ThemeModule\Export No errors.
App\Entity\ParameterModule\ParameterModulePublication No errors.
App\Entity\PopupModule\ModulePopupContent No errors.
App\Entity\PopupModule\ModulePopup No errors.
App\Entity\PopupModule\ModulePopupPublication No errors.
App\Entity\PopupModule\ModulePopupExport No errors.
App\Entity\ThemeModule\Theme No errors.
App\Entity\ThemeModule\ThemePublication No errors.
App\Entity\VirtualChannelModule\VirtualChannelModuleContent No errors.
App\Entity\VirtualChannelModule\VirtualChannelModule No errors.
App\Entity\VirtualChannelModule\VirtualChannelModuleTranslation No errors.
App\Entity\VirtualChannelModule\VirtualChannelModuleExport No errors.
App\Entity\VirtualChannelModule\VirtualChannelModulePublication No errors.
App\Entity\AbstractModule\ModuleConfig No errors.
App\Entity\PopupModule\ModulePopupConfig No errors.
App\Entity\ResetPasswordRequest No errors.
Gedmo\Translatable\Entity\MappedSuperclass\AbstractTranslation No errors.
Gedmo\Translatable\Entity\Translation No errors.
Gedmo\Tree\Entity\MappedSuperclass\AbstractClosure No errors.
Vich\UploaderBundle\Entity\File No errors.