http://admin-test.caramaps.com/robots.txt

Query Metrics

13 Database Queries
7 Different statements
5.23 ms Query time
11 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.94 ms
(37.02%)
2
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "caramapstest"
]
0.87 ms
(16.70%)
1
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 = 'caramapstest' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[
  "caramapstest"
  "doctrine_migration_versions"
]
0.79 ms
(15.03%)
1
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:
[
  "caramapstest"
  "caramapstest"
  "doctrine_migration_versions"
]
0.75 ms
(14.31%)
6
SELECT DATABASE()
Parameters:
[]
0.42 ms
(8.05%)
1
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:
[
  "caramapstest"
  "doctrine_migration_versions"
]
0.34 ms
(6.41%)
1
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:
[
  "caramapstest"
  "doctrine_migration_versions"
]
0.13 ms
(2.48%)
1
SELECT * FROM doctrine_migration_versions
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\Domain\Entity\Partner
  • The field 'App\Domain\Entity\Partner#isSpecific' has the property type 'int' that differs from the metadata field type 'bool' returned by the 'boolean' DBAL type.
App\Domain\Entity\PointOfInterest\CampingInformation No errors.
App\Domain\Entity\View\UncertifiedCommentView No errors.
App\Domain\Entity\PointOfInterest\OpeningHour No errors.
App\Domain\Entity\Enumeration No errors.
App\Domain\Entity\Enumeration\PlaceType No errors.
App\Domain\Entity\TripExport No errors.
App\Domain\Entity\Log
  • The field 'App\Domain\Entity\Log#entityId' has the property type 'string' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
App\Domain\Entity\Translation\WebAdTranslation No errors.
App\Domain\Entity\ChapterAttributes No errors.
App\Domain\Entity\PaywallLog
  • The field 'App\Domain\Entity\PaywallLog#entityId' has the property type 'string' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
App\Domain\Entity\Translation\TripCategoryTranslation No errors.
App\Domain\Entity\Region No errors.
App\Domain\Entity\TripCategory No errors.
App\Domain\Entity\Enumeration\AttributeSection No errors.
App\Domain\Entity\Enumeration\ActivityType No errors.
App\Domain\Entity\TroubleshootingRequest No errors.
App\Domain\Entity\Comment No errors.
App\Domain\Entity\Comment\PointOfInterestComment No errors.
App\Domain\Entity\PointOfInterest\Revision No errors.
App\Domain\Entity\PromoCodeImport No errors.
App\Domain\Entity\Enumeration\CamperVanOwnershipType No errors.
App\Domain\Entity\Newsletter No errors.
App\Domain\Entity\Enumeration\MediaType No errors.
App\Domain\Entity\StatisticLog
  • The field 'App\Domain\Entity\StatisticLog#entityId' has the property type 'string' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
App\Domain\Entity\Translation\TripCountryTranslation No errors.
App\Domain\Entity\Enumeration\Label No errors.
App\Domain\Entity\Person No errors.
App\Domain\Entity\LogUserSearch No errors.
App\Domain\Entity\MobileAd No errors.
App\Domain\Entity\NotificationLog
  • The field 'App\Domain\Entity\NotificationLog#entityId' has the property type 'string' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
App\Domain\Entity\PressVisualkit No errors.
App\Domain\Entity\Locale No errors.
App\Domain\Entity\Media No errors.
App\Domain\Entity\Media\Picto No errors.
App\Domain\Entity\Enumeration\PaymentType No errors.
App\Domain\Entity\LogGps No errors.
App\Domain\Entity\View\OwnershipRequestView No errors.
App\Domain\Entity\Enumeration\CamperVanBrand No errors.
App\Domain\Entity\DirectoryCountry No errors.
App\Domain\Entity\View\PointOfInterestView
  • The field 'App\Domain\Entity\View\PointOfInterestView#id' has the property type 'string' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
App\Domain\Entity\Translation\CountryTranslation No errors.
App\Domain\Entity\View\PersonStatView No errors.
App\Domain\Entity\PointOfInterest\RevisionAttribute No errors.
App\Domain\Entity\Enumeration\FloorQuality No errors.
App\Domain\Entity\Destination No errors.
App\Domain\Entity\Enumeration\FloorType No errors.
App\Domain\Entity\Payment No errors.
App\Domain\Entity\Translation\TripTranslation No errors.
App\Domain\Entity\Chapter
  • The field App\Domain\Entity\Chapter#chapterAttributes is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Domain\Entity\ChapterAttributes#chapter does not contain the required 'inversedBy="chapterAttributes"' attribute.
App\Domain\Entity\PressStatement No errors.
App\Domain\Entity\Translation\ActivityTranslation No errors.
App\Domain\Entity\Enumeration\ParkingType No errors.
App\Domain\Entity\View\PointOfInterestPicturesView No errors.
App\Domain\Entity\CamperVan No errors.
App\Domain\Entity\ArticleLocale No errors.
App\Domain\Entity\PersonPromoCode No errors.
App\Domain\Entity\PaymentLog
  • The field 'App\Domain\Entity\PaymentLog#entityId' has the property type 'string' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
App\Domain\Entity\Enumeration\VehicleType No errors.
App\Domain\Entity\AdLog No errors.
App\Domain\Entity\WebAd No errors.
App\Domain\Entity\Enumeration\CurrencyType No errors.
App\Domain\Entity\Translation\DestinationTranslation No errors.
App\Domain\Entity\LocaleMessage No errors.
App\Domain\Entity\TripMapPoint No errors.
App\Domain\Entity\Translation\DirectoryDepartmentTranslation No errors.
App\Domain\Entity\Award No errors.
App\Domain\Entity\Activity No errors.
App\Domain\Entity\Enumeration\Civility No errors.
App\Domain\Entity\OfferToken No errors.
App\Domain\Entity\NotificationChannel No errors.
App\Domain\Entity\PressKit No errors.
App\Domain\Entity\Translation\RevisionTranslation No errors.
App\Domain\Entity\Translation\OffmapCategoryTranslation No errors.
App\Domain\Entity\PersonPointOfInterest No errors.
App\Domain\Entity\DirectoryDepartment No errors.
App\Domain\Entity\Enumeration\Network No errors.
App\Domain\Entity\OffmapCategory No errors.
App\Domain\Entity\StatisticLog\MonthlyStatistic No errors.
App\Domain\Entity\Translation\EnumerationTranslation No errors.
App\Domain\Entity\Enumeration\TripAttribute No errors.
App\Domain\Entity\Comment\TripComment No errors.
App\Domain\Entity\Paywall No errors.
App\Domain\Entity\Article No errors.
App\Domain\Entity\Metadata No errors.
App\Domain\Entity\Country No errors.
App\Domain\Entity\Enumeration\ParkingTime No errors.
App\Domain\Entity\RevisionLog
  • The field 'App\Domain\Entity\RevisionLog#entityId' has the property type 'string' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
App\Domain\Entity\Enumeration\PointOfInterestType No errors.
App\Domain\Entity\Enumeration\AttributeCategory No errors.
App\Domain\Entity\TeamMember No errors.
App\Domain\Entity\Translation\OffmapTranslation No errors.
App\Domain\Entity\PersonLog
  • The field 'App\Domain\Entity\PersonLog#entityId' has the property type 'string' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
App\Domain\Entity\PromoCode No errors.
App\Domain\Entity\StatisticLog\DailyStatistic No errors.
App\Domain\Entity\OwnershipRequest No errors.
App\Domain\Entity\ResetPasswordRequest No errors.
App\Domain\Entity\PointOfInterest\ContactInformation No errors.
App\Domain\Entity\PointOfInterest\Picture No errors.
App\Domain\Entity\Enumeration\CamperVanType No errors.
App\Domain\Entity\StatisticLog\YearlyStatistic No errors.
App\Domain\Entity\Translation\DirectoryCountryTranslation No errors.
App\Domain\Entity\Config No errors.
App\Domain\Entity\Translation\PaywallTranslation No errors.
App\Domain\Entity\PointOfInterestGps No errors.
App\Domain\Entity\Trip No errors.
App\Domain\Entity\PictureLog
  • The field 'App\Domain\Entity\PictureLog#entityId' has the property type 'string' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
App\Domain\Entity\Enumeration\PersonDeleteReason No errors.
App\Domain\Entity\Translation\TeamMemberTranslation No errors.
App\Domain\Entity\Step No errors.
App\Domain\Entity\PointOfInterest\OpeningDate No errors.
App\Domain\Entity\Address No errors.
App\Domain\Entity\TripCountry No errors.
App\Domain\Entity\Offmap No errors.
App\Domain\Entity\Translation\ChapterTranslation No errors.
App\Domain\Entity\Translation\AttributeTranslation No errors.
App\Domain\Entity\PressRelease No errors.
App\Domain\Entity\View\DetailPersonView No errors.
App\Domain\Entity\Notification No errors.
App\Domain\Entity\Translation\CommentTranslation No errors.
App\Domain\Entity\Attribute No errors.
App\Domain\Entity\Invoice No errors.
App\Domain\Entity\PointOfInterest No errors.
App\Domain\Entity\Enumeration\KnownType No errors.
Gedmo\Translatable\Entity\MappedSuperclass\AbstractTranslation No errors.
Gedmo\Translatable\Entity\MappedSuperclass\AbstractPersonalTranslation No errors.
Gedmo\Translatable\Entity\Translation No errors.