https://czas.qsell.pl/projekt-oferta-zadanie/zakoncz-js Return to referer URL

Query Metrics

10 Database Queries
7 Different statements
7.03 ms Query time
3 Invalid entities

Queries

Group similar statements

# Time Info
1 1.67 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.toggl_token AS toggl_token_6, t0.color AS color_7, t0.slack_channel_id AS slack_channel_id_8, t0.g_calendar_id AS g_calendar_id_9, t0.slack_private_channel_id AS slack_private_channel_id_10, t0.phone_number AS phone_number_11, t0.time_multiplier AS time_multiplier_12, t0.deactivated AS deactivated_13, t0.avatar AS avatar_14, t0.position AS position_15, t0.report_work AS report_work_16, t0.type AS type_17 FROM user t0 WHERE t0.id = ?
Parameters:
[
  43
]
2 0.99 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.content AS content_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.planned_on_day AS planned_on_day_6, t0.status AS status_7, t0.repeat_type AS repeat_type_8, t0.completed_at AS completed_at_9, t0.info AS info_10, t0.graphic_url AS graphic_url_11, t0.is_graphic AS is_graphic_12, t0.project_id AS project_id_13, t0.created_by_id AS created_by_id_14, t0.offer_package_task_id AS offer_package_task_id_15 FROM task t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  "65613"
]
3 0.44 ms
"START TRANSACTION"
Parameters:
[]
4 0.64 ms
UPDATE task SET status = ?, completed_at = ?, graphic_url = ? WHERE id = ?
Parameters:
[
  3
  "2024-09-30 02:28:25"
  "https://drive.google.com/drive/folders/1E25rCXp5_oJiwIE9aD9Sv4HbYGukFSJC?usp=drive_link"
  65613
]
5 0.38 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.price AS price_4, t0.description_for_user AS description_for_user_5, t0.slack_channel_id AS slack_channel_id_6, t0.number_allegro_account AS number_allegro_account_7, t0.type AS type_8, t0.client_slack_channel_id AS client_slack_channel_id_9, t0.allegro_account AS allegro_account_10, t0.want_return AS want_return_11, t0.ads_budget AS ads_budget_12, t0.category AS category_13, t0.leader_id AS leader_id_14, t0.offer_package_id AS offer_package_id_15 FROM project t0 WHERE t0.id = ?
Parameters:
[
  10
]
6 0.49 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.toggl_token AS toggl_token_6, t0.color AS color_7, t0.slack_channel_id AS slack_channel_id_8, t0.g_calendar_id AS g_calendar_id_9, t0.slack_private_channel_id AS slack_private_channel_id_10, t0.phone_number AS phone_number_11, t0.time_multiplier AS time_multiplier_12, t0.deactivated AS deactivated_13, t0.avatar AS avatar_14, t0.position AS position_15, t0.report_work AS report_work_16, t0.type AS type_17 FROM user t0 WHERE t0.id = ?
Parameters:
[
  329
]
7 0.89 ms
"COMMIT"
Parameters:
[]
8 0.26 ms
"START TRANSACTION"
Parameters:
[]
9 0.61 ms
INSERT INTO logged_time (description, work_time, toggl_id, created_at, user_id, project_id) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[
  1 => "Reklama banerowa dla kago_pl"
  2 => "0"
  3 => null
  4 => "2024-09-30 02:28:25"
  5 => 43
  6 => 10
]
10 0.67 ms
"COMMIT"
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\User
  • The association App\Entity\User#tasks refers to the owning side field App\Entity\Task#user which does not exist.
App\Entity\Project No errors.
App\Entity\LoggedTime No errors.
App\Entity\Task
  • The mappings App\Entity\Task#users and App\Entity\User#tasks are inconsistent with each other.
App\Entity\Absence No errors.
App\Entity\TrainingMaterial No errors.
App\Entity\Work No errors.
App\Entity\Lead No errors.
App\Entity\OfferPackageTask No errors.
App\Entity\ProjectOfferPackage No errors.
App\Entity\OfferPackage No errors.
App\Entity\MaxTimeProject No errors.
App\Entity\RaportAds
  • The mappings App\Entity\RaportAds#raportAdsScreenshots and App\Entity\RaportAdsScreenshot#raportAds are inconsistent with each other.
App\Entity\AllegroDataAds No errors.
App\Entity\AllegroCostInfo No errors.
App\Entity\RaportDate No errors.