http://www.staging.startplatz.de/accelerator/partners/web-de-cologne

Query Metrics

2 Database Queries
2 Different statements
1.13 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.60 ms
(53.32%)
1
SELECT t0.id AS id_1, t0.displayName AS displayName_2, t0.displayNameEn AS displayNameEn_3, t0.slug AS slug_4, t0.descriptionShort AS descriptionShort_5, t0.descriptionShortEn AS descriptionShortEn_6, t0.descriptionLong AS descriptionLong_7, t0.descriptionLongEn AS descriptionLongEn_8, t0.descriptionLongHtml AS descriptionLongHtml_9, t0.descriptionLongHtmlEn AS descriptionLongHtmlEn_10, t0.internalContentHtml AS internalContentHtml_11, t0.internalContentHtmlEn AS internalContentHtmlEn_12, t0.offeringsLong AS offeringsLong_13, t0.resources AS resources_14, t0.logoOverride AS logoOverride_15, t0.tags AS tags_16, t0.categoryTags AS categoryTags_17, t0.contentTags AS contentTags_18, t0.publicCategory AS publicCategory_19, t0.adminRating AS adminRating_20, t0.status AS status_21, t0.isActive AS isActive_22, t0.metadata AS metadata_23, t0.legacyPageId AS legacyPageId_24, t0.practiceDescription AS practiceDescription_25, t0.practiceDescriptionEn AS practiceDescriptionEn_26, t0.signals_de AS signals_de_27, t0.signals_en AS signals_en_28, t0.availabilityStatus AS availabilityStatus_29, t0.availabilityNote AS availabilityNote_30, t0.internalNotes AS internalNotes_31, t0.createdAt AS createdAt_32, t0.updatedAt AS updatedAt_33, t0.teamId AS teamId_34 FROM sp_team_partners t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "web-de-cologne"
]
0.53 ms
(46.68%)
1
SELECT post_content
                    FROM wp_posts
                    WHERE post_name = :slug
                    AND post_status = 'publish'
                    AND post_type = 'page'
                    LIMIT 1
Parameters:
[
  "slug" => "accelerator-global-menu"
]

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\StartPlatz\Bundle\UserBundle\Entity\User No errors.
App\StartPlatz\Bundle\UserBundle\Entity\LoginToken No errors.
App\StartPlatz\Bundle\PartnersBundle\Entity\Partner No errors.
App\StartPlatz\Bundle\MemberBundle\Entity\Team No errors.
App\StartPlatz\Ecosystem\Participation\Entity\Participation No errors.
App\StartPlatz\Bundle\StartupBundle\Entity\Application
  • The field 'App\StartPlatz\Bundle\StartupBundle\Entity\Application#ratingAverage' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field App\StartPlatz\Bundle\StartupBundle\Entity\Application#assessments is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\StartPlatz\Bundle\AllmedaBundle\Entity\BatchApplicationAssessment#application does not contain the required 'inversedBy="assessments"' attribute.