http://158.160.22.174/favicon.ico

Query Metrics

14 Database Queries
8 Different statements
11.83 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
3.06 ms
(25.89%)
2
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "face2face"
]
1.93 ms
(16.33%)
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:
[
  "face2face"
  "face2face"
  "doctrine_migration_versions"
]
1.67 ms
(14.10%)
6
SELECT DATABASE()
Parameters:
[]
1.48 ms
(12.49%)
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 = 'face2face' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[
  "face2face"
  "doctrine_migration_versions"
]
1.27 ms
(10.70%)
1
SELECT t0.id AS id_1, t0.uri AS uri_2, t0.type AS type_3, t0.photo AS photo_4, t0.photo_wide AS photo_wide_5, t0.photo_background AS photo_background_6, t0.photo_avatar AS photo_avatar_7, t0.premium AS premium_8, t0.font AS font_9, t0.short_description AS short_description_10, t0.rating AS rating_11, t0.rating_vote AS rating_vote_12, t0.position AS position_13, t0.in_top_banner AS in_top_banner_14, t0.created AS created_15, t0.is_new_face AS is_new_face_16, t0.description AS description_17, t0.enabled AS enabled_18, t0.keywords AS keywords_19, t0.payment_receiver AS payment_receiver_20, t0.payment_iban AS payment_iban_21, t0.payment_ipn AS payment_ipn_22, t0.payment_bank AS payment_bank_23, t0.payment_bic AS payment_bic_24, t0.payment_okpo AS payment_okpo_25, t0.person_payment_phone AS person_payment_phone_26, t0.person_payment_card AS person_payment_card_27, t0.person_payment_bank AS person_payment_bank_28, t0.premium_detail AS premium_detail_29, t0.top_banner_expired AS top_banner_expired_30, t0.premium_expired AS premium_expired_31, t0.tc_login AS tc_login_32, t0.tc_pass AS tc_pass_33, t0.status AS status_34, t0.promo_video_id AS promo_video_id_35, t0.user_id AS user_id_36 FROM speaker t0 WHERE t0.uri = ? AND t0.enabled = ? AND t0.status = ? LIMIT 1
Parameters:
[
  "favicon.ico"
  1
  1
]
1.20 ms
(10.18%)
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:
[
  "face2face"
  "doctrine_migration_versions"
]
0.92 ms
(7.79%)
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:
[
  "face2face"
  "doctrine_migration_versions"
]
0.30 ms
(2.52%)
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\Entity\Speaker No errors.
App\Entity\MediaObject No errors.
App\Entity\User
  • The mappings App\Entity\User#speakers and App\Entity\Speaker#user are inconsistent with each other.
App\Entity\Category No errors.
App\Entity\Badge No errors.
App\Entity\SpeakerLink No errors.
App\Entity\Review No errors.
App\Entity\SpeakerCourse No errors.
App\Entity\SpeakerConsultation No errors.
App\Entity\PromoCode No errors.
App\Entity\SpeakerCharity No errors.
App\Entity\Order No errors.
App\Entity\Notification No errors.
App\Entity\Complaint No errors.