https://erp.nolimit-web.ro/admin/app/offer/offer_project_change/ Return to referer URL

Query Metrics

2 Database Queries
2 Different statements
0.98 ms Query time
4 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.56 ms
(57.46%)
1
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.email AS email_3, t0.email_canonical AS email_canonical_4, t0.enabled AS enabled_5, t0.salt AS salt_6, t0.password AS password_7, t0.last_login AS last_login_8, t0.confirmation_token AS confirmation_token_9, t0.password_requested_at AS password_requested_at_10, t0.roles AS roles_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.id AS id_14, t0.name AS name_15, t0.phone AS phone_16, t0.vacation_days AS vacation_days_17 FROM user t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  1
]
0.42 ms
(42.54%)
1
SELECT t0.name AS name_1, t0.price AS price_2, t0.scheduled_hours AS scheduled_hours_3, t0.worked_hours AS worked_hours_4, t0.url AS url_5, t0.end_date AS end_date_6, t0.description AS description_7, t0.security_data AS security_data_8, t0.deadline AS deadline_9, t0.hourly_rate AS hourly_rate_10, t0.contact_person_name AS contact_person_name_11, t0.contact_person_email AS contact_person_email_12, t0.contact_person_phone AS contact_person_phone_13, t0.id AS id_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.company_id AS company_id_17, t0.project_type_id AS project_type_id_18, t0.status_id AS status_id_19, t0.currency_id AS currency_id_20, t0.project_manager_id AS project_manager_id_21 FROM project t0 WHERE t0.id = ?
Parameters:
[
  "106"
]

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
Sonata\UserBundle\Entity\BaseUser No errors.
App\Entity\User No errors.
App\Entity\Base\AbstractEntity No errors.
App\Entity\Base\AbstractTimestampableEntity No errors.
App\Entity\Task No errors.
App\Entity\TaskLog No errors.
App\Entity\CashOut No errors.
App\Entity\AnualLeave No errors.
App\Entity\Project
  • The association App\Entity\Project#company refers to the inverse side field App\Entity\Company#projects which does not exist.
App\Entity\Company
  • The association App\Entity\Company#payments refers to the owning side field App\Entity\Payment#company which does not exist.
  • The association App\Entity\Company#county refers to the inverse side field App\Entity\County#clients which does not exist.
  • The association App\Entity\Company#city refers to the inverse side field App\Entity\City#clients which does not exist.
App\Entity\ProjectType
  • The association App\Entity\ProjectType#contracts refers to the owning side field App\Entity\Contract#contractType which does not exist.
App\Entity\ProjectStatus No errors.
App\Entity\Currency No errors.
App\Entity\Offer No errors.
App\Entity\Contract
  • The mappings App\Entity\Contract#projectType and App\Entity\ProjectType#contracts are inconsistent with each other.
App\Entity\CashIn No errors.