Redirect 302 redirect from GET @launch_platform (4b193b)

GET https://magmaerp-n2a.myn2a.online/platform/dashboard

Query Metrics

55 Database Queries
9 Different statements
10.57 ms Query time
3 Invalid entities
56 Managed entities

Grouped Statements

Show all queries

Time Count Info
4.51 ms
(42.63%)
29
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.active AS active_4, t0.privilege_id AS privilege_id_5, t0.category_id AS category_id_6, t0.release_id AS release_id_7 FROM documentation_privilege t0 WHERE t0.privilege_id = ?
Parameters:
[
  1
]
1.54 ms
(14.60%)
12
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.description AS description_3, t0.image_url AS image_url_4, t0.active AS active_5, t0.widgets_config AS widgets_config_6, t0.module_id AS module_id_7 FROM section t0 WHERE t0.id = ?
Parameters:
[
  2
]
1.18 ms
(11.14%)
2
SELECT t0.clef AS clef_1, t0.valeur AS valeur_2 FROM app_config t0 WHERE t0.clef = ?
Parameters:
[
  "maintenance_mode"
]
0.90 ms
(8.54%)
7
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.description AS description_3, t0.active AS active_4, t0.image_url AS image_url_5 FROM module t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.62 ms
(5.84%)
1
SELECT p0_.id AS id_0, p0_.collaboration_id AS collaboration_id_1, p1_.id AS id_2, p1_.nom AS nom_3, p1_.code AS code_4, p1_.slug AS slug_5, p1_.description AS description_6, p1_.route AS route_7, p1_.route_name AS route_name_8, p1_.category AS category_9, p1_.image_url AS image_url_10, p1_.active AS active_11, p1_.critical AS critical_12, p1_.billable AS billable_13, p1_.price_per_minute AS price_per_minute_14, p1_.credit_cost AS credit_cost_15, p1_.usage_cost AS usage_cost_16, p1_.override_formula_billing AS override_formula_billing_17, p1_.usage_count AS usage_count_18, p1_.denied_count AS denied_count_19, p1_.total_usage_seconds AS total_usage_seconds_20, p1_.created_at AS created_at_21, p1_.updated_at AS updated_at_22, p0_.user_uuid AS user_uuid_23, p1_.section_id AS section_id_24 FROM privilege_user p0_ LEFT JOIN privilege_user_privileges p2_ ON p0_.id = p2_.privilege_user_id LEFT JOIN privilege p1_ ON p1_.id = p2_.privilege_id WHERE p0_.collaboration_id = ?
Parameters:
[
  894
]
0.59 ms
(5.54%)
1
SELECT c0_.group_id AS sclr_0 FROM collaboration_group_member c0_ WHERE c0_.collaboration_id = ?
Parameters:
[
  "894"
]
0.50 ms
(4.75%)
1
SELECT t0.uuid AS uuid_1, t0.email AS email_2, t0.prenom AS prenom_3, t0.nom AS nom_4, t0.telephone AS telephone_5, t0.ifu AS ifu_6, t0.photo AS photo_7, t0.roles AS roles_8, t0.type_compte AS type_compte_9, t0.created_at AS created_at_10, t0.last_login_at AS last_login_at_11, t0.bpay_account AS bpay_account_12, t0.business_pay_account AS business_pay_account_13, t0.care_concept_account AS care_concept_account_14, t0.cashline_account AS cashline_account_15 FROM users t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "gbenagnonagbannon@gmail.com"
]
0.49 ms
(4.65%)
1
SELECT t0.uuid AS uuid_1, t0.email AS email_2, t0.prenom AS prenom_3, t0.nom AS nom_4, t0.telephone AS telephone_5, t0.ifu AS ifu_6, t0.photo AS photo_7, t0.roles AS roles_8, t0.type_compte AS type_compte_9, t0.created_at AS created_at_10, t0.last_login_at AS last_login_at_11, t0.bpay_account AS bpay_account_12, t0.business_pay_account AS business_pay_account_13, t0.care_concept_account AS care_concept_account_14, t0.cashline_account AS cashline_account_15 FROM users t0 WHERE t0.uuid = ?
Parameters:
[
  "759d4938-4a3a-4c94-b244-28d1bf506b0f"
]
0.25 ms
(2.32%)
1
SELECT t0.id AS id_1, t0.user_id AS user_id_2, t0.collab_id AS collab_id_3, t0.layout AS layout_4 FROM dashboard_layout t0 WHERE t0.user_id = ? AND t0.collab_id = ? LIMIT 1
Parameters:
[
  67
  "894"
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Privilege 29
App\Entity\Section 12
App\Entity\Module 7
App\Entity\DocumentationPrivilege 4
App\Entity\AppConfig 2
App\Entity\Users 1
App\Entity\PrivilegeUser 1

Entities Mapping

Class Mapping errors
App\Entity\AppConfig No errors.
App\Entity\Users No errors.
App\Entity\CollaborationGroupMember No errors.
App\Entity\CollaborationGroup No errors.
App\Entity\PrivilegeUser No errors.
App\Entity\Privilege No errors.
App\Entity\Section No errors.
App\Entity\DocumentationPrivilege
  • The field App\Entity\DocumentationPrivilege#feedbacks is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\DocumentationFeedback#documentation does not contain the required 'inversedBy="feedbacks"' attribute.
  • The field App\Entity\DocumentationPrivilege#videos is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\DocumentationVideo#documentation does not contain the required 'inversedBy="videos"' attribute.
App\Entity\DocumentationCategory
  • The field App\Entity\DocumentationCategory#documentations is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\DocumentationPrivilege#category does not contain the required 'inversedBy="documentations"' attribute.
App\Entity\DocumentationRelease
  • The field App\Entity\DocumentationRelease#documentations is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\DocumentationPrivilege#release does not contain the required 'inversedBy="documentations"' attribute.
App\Entity\PrivilegeGroup No errors.
App\Entity\DocumentationStep No errors.
App\Entity\DocumentationTag No errors.
App\Entity\DocumentationViewLog No errors.
App\Entity\DocumentationFeedback No errors.
App\Entity\DocumentationImage No errors.
App\Entity\DocumentationVideo No errors.
App\Entity\DocumentationVersion No errors.
App\Entity\Module No errors.
App\Entity\DashboardLayout No errors.