Error 404 Not Found

GET https://stage.report.valtema.ch/robots.txt

Forwarded to ErrorController (0b30ff)

Query Metrics

10 Database Queries
2 Different statements
2.64 ms Query time
10 Invalid entities

Queries

Group similar statements

default connection

# Time Info
1 0.45 ms
SELECT t0.id AS id_1, t0.state AS state_2, t0.name AS name_3 FROM feature_flag t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "TRACKING"
]
2 0.25 ms
SELECT t0.id AS id_1, t0.state AS state_2, t0.name AS name_3 FROM feature_flag t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "ORDER"
]
3 0.21 ms
SELECT t0.id AS id_1, t0.state AS state_2, t0.name AS name_3 FROM feature_flag t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "OPTIONAL_ARTICLES"
]
4 0.21 ms
SELECT t0.id AS id_1, t0.state AS state_2, t0.name AS name_3 FROM feature_flag t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "STANDFLUEGEL_LICHTAUSSCHNITT"
]
5 0.22 ms
SELECT t0.id AS id_1, t0.state AS state_2, t0.name AS name_3 FROM feature_flag t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "FSC_FILTER"
]
6 0.20 ms
SELECT t0.id AS id_1, t0.state AS state_2, t0.name AS name_3 FROM feature_flag t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "RC_FILTER"
]
7 0.20 ms
SELECT t0.id AS id_1, t0.state AS state_2, t0.name AS name_3 FROM feature_flag t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "DEBUG_LABELS"
]
8 0.23 ms
SELECT t0.id AS id_1, t0.state AS state_2, t0.name AS name_3 FROM feature_flag t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "MODULE_DECLARATION"
]
9 0.27 ms
SELECT t0.id AS id_1, t0.state AS state_2, t0.name AS name_3 FROM feature_flag t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "MODULE_TRANSLATION"
]
10 0.40 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.logo AS logo_3, t0.theme AS theme_4, t0.order_confirmation_recipients AS order_confirmation_recipients_5, t0.website AS website_6, t0.address AS address_7, t0.company AS company_8, t0.settings AS settings_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.default_contact AS default_contact_12, t13.id AS id_14, t13.created AS created_15, t13.updated AS updated_16, t13.email AS email_17, t13.first_name AS first_name_18, t13.last_name AS last_name_19, t13.area AS area_20, t13.phone AS phone_21, t13.image AS image_22 FROM site t0 LEFT JOIN company_person t13 ON t0.default_contact = t13.id WHERE t0.id = ? LIMIT 1
Parameters:
[
  1
]

Database Connections

Name Service
default doctrine.dbal.default_connection
old_data doctrine.dbal.old_data_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager
old_data doctrine.orm.old_data_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

default entity manager

Class Mapping errors
Roothirsch\CoreBundle\FeatureFlag\Entity\FeatureFlag No errors.
Roothirsch\CoreBundle\Site\Entity\Site
  • The mappings Roothirsch\CoreBundle\Site\Entity\Site#defaultContact and Roothirsch\CoreBundle\Entity\ContactPerson#users are inconsistent with each other.
Roothirsch\CoreBundle\Entity\ContactPerson No errors.
Roothirsch\CoreBundle\Entity\User No errors.
App\Entity\User No errors.
App\Entity\Manufacturer No errors.
Roothirsch\CoreBundle\Entity\Company
  • The field 'Roothirsch\CoreBundle\Entity\Company#verified' has the property type 'true' that differs from the metadata field type 'bool' returned by the 'boolean' DBAL type.
App\Entity\Company
  • The field 'App\Entity\Company#verified' has the property type 'true' that differs from the metadata field type 'bool' returned by the 'boolean' DBAL type.
App\Entity\PositionContainer No errors.
App\Entity\Material
  • The mappings App\Entity\Material#duplicateOf and App\Entity\Material#duplicates are inconsistent with each other.
  • The mappings App\Entity\Material#duplicates and App\Entity\Material#master are inconsistent with each other.
App\Entity\MaterialList No errors.
App\Entity\Description No errors.
App\Entity\DynamicColumn No errors.
App\Entity\Question
  • The field App\Entity\Question#position is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Position#question does not contain the required 'inversedBy="position"' attribute.
  • The field App\Entity\Question#material is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Material#question does not contain the required 'mappedBy="material"' attribute.
App\Entity\Category No errors.
App\Entity\ReferenceOption No errors.
App\Entity\Report No errors.
App\Entity\Reference No errors.
App\Entity\ReportAttachment No errors.
App\Entity\MaterialListPosition No errors.
App\Entity\Position No errors.
Gedmo\Translatable\Entity\MappedSuperclass\AbstractPersonalTranslation No errors.
Gedmo\Translatable\Entity\MappedSuperclass\AbstractTranslation No errors.
Gedmo\Translatable\Entity\Translation No errors.
Gedmo\Translator\Entity\Translation No errors.
Gedmo\Loggable\Entity\MappedSuperclass\AbstractLogEntry No errors.
Gedmo\Loggable\Entity\LogEntry No errors.
Gedmo\Tree\Entity\MappedSuperclass\AbstractClosure No errors.
Roothirsch\CoreBundle\Entity\ContactValidation
  • The field 'Roothirsch\CoreBundle\Entity\ContactValidation#verified' has the property type 'false' that differs from the metadata field type 'bool' returned by the 'boolean' DBAL type.
Roothirsch\CoreBundle\Entity\Group
  • The field 'Roothirsch\CoreBundle\Entity\Group#active' has the property type 'true' that differs from the metadata field type 'bool' returned by the 'boolean' DBAL type.
Roothirsch\CoreBundle\Entity\Tenant No errors.
Roothirsch\CoreBundle\Entity\Address No errors.
Roothirsch\CoreBundle\Entity\ReportSubscription
  • The field 'Roothirsch\CoreBundle\Entity\ReportSubscription#reportInterval' has the property type 'Cron\CronExpression' that differs from the metadata field type 'string' returned by the 'string' DBAL type.
Roothirsch\CoreBundle\Entity\ResetPasswordRequest No errors.
Roothirsch\CoreBundle\Entity\Company\CompanyAttributeOption No errors.
Roothirsch\CoreBundle\Entity\Company\CompanyAttribute No errors.
Roothirsch\CoreBundle\Entity\Company\CompanyAttributeValue No errors.
Roothirsch\CoreBundle\Menu\Entity\MenuItem
  • The mappings Roothirsch\CoreBundle\Menu\Entity\MenuItem#parent and Roothirsch\CoreBundle\Menu\Entity\MenuItem#children are inconsistent with each other.
  • The association Roothirsch\CoreBundle\Menu\Entity\MenuItem#children refers to the owning side field Roothirsch\CoreBundle\Menu\Entity\MenuItem#parent_id which does not exist.
Roothirsch\CoreBundle\Translation\Entity\Language No errors.
Roothirsch\CoreBundle\Translation\Entity\TranslationUnit No errors.
Roothirsch\CoreBundle\Translation\Entity\TranslationScope
  • The mappings Roothirsch\CoreBundle\Translation\Entity\TranslationScope#units and Roothirsch\CoreBundle\Translation\Entity\TranslationUnit#scope are inconsistent with each other.

old_data entity manager

No loaded entities.