https://vsechnykurzy.cz/cron/emails

Query Metrics

2 Database Queries
2 Different statements
1.99 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 0.81 ms
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.deleted_at AS deleted_at_4, t0.source AS source_5, t0.target AS target_6, t0.comment AS comment_7, t0.identifier AS identifier_8, t0.created_by_id AS created_by_id_9, t0.updated_by_id AS updated_by_id_10, t0.deleted_by_id AS deleted_by_id_11 FROM redirect t0 WHERE t0.source = ? LIMIT 1
Parameters:
[
  "cron/emails"
]
2 1.18 ms
SELECT e0_.id AS id_0, e0_.created_at AS created_at_1, e0_.updated_at AS updated_at_2, e0_.deleted_at AS deleted_at_3, e0_.from_email AS from_email_4, e0_.from_name AS from_name_5, e0_.subject AS subject_6, e0_.text AS text_7, e0_.html AS html_8, e0_.recipient AS recipient_9, e0_.is_sent AS is_sent_10, e0_.sent_at AS sent_at_11, e0_.identifier AS identifier_12, e0_.created_by_id AS created_by_id_13, e0_.updated_by_id AS updated_by_id_14, e0_.deleted_by_id AS deleted_by_id_15 FROM email e0_ WHERE e0_.is_sent = ? ORDER BY e0_.created_at ASC LIMIT 10
Parameters:
[
  0
]

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\Base No errors.
App\Entity\Redirect No errors.
FOS\UserBundle\Model\User No errors.
Sonata\UserBundle\Entity\BaseUser No errors.
App\Entity\SonataUserUser No errors.
App\Entity\Organizer No errors.
App\Entity\Promoter No errors.
App\Entity\CancellationPolicy No errors.
App\Entity\TermsAndConditions No errors.
App\Entity\CourseLength No errors.
App\Entity\CourseType No errors.
App\Entity\CourseTopic No errors.
App\Entity\City No errors.
App\Entity\Address No errors.
App\Entity\Course
  • The mappings App\Entity\Course#stats and App\Entity\CourseStats#course are inconsistent with each other.
App\Entity\CourseFrequency No errors.
App\Entity\CoursePlaceType No errors.
App\Entity\CourseState No errors.
App\Entity\CourseRegistration No errors.
App\Entity\CourseRegistrationRequest No errors.
App\Entity\Email No errors.
App\Entity\EmailTemplate No errors.
App\Entity\CourseReview No errors.
App\Entity\CourseProgressLevel No errors.
App\Entity\LanguageLevel No errors.
App\Entity\TeachingType No errors.
App\Entity\CourseTerm No errors.
App\Entity\RetrainingType No errors.
App\Entity\ApplicantCompany No errors.
App\Entity\Applicant No errors.
App\Entity\SupportLevel No errors.
App\Entity\SupportLevelFunction No errors.
App\Entity\SystemFunction No errors.
App\Entity\Payment No errors.
App\Entity\AccountRole No errors.
App\Entity\AccountType No errors.
App\Entity\AccountState No errors.
App\Entity\CancellationCategory No errors.
App\Entity\CancellationRequest No errors.
App\Entity\UserAddress No errors.
App\Entity\CourseStats
  • The association App\Entity\CourseStats#course refers to the inverse side field App\Entity\Course#courseStats which does not exist.
App\Entity\OrganizerStats No errors.