POST https://eureka.demo.eurekaenergyconsulting.com/admin/poles/new

Query Metrics

6 Database Queries
6 Different statements
24.77 ms Query time
0 Invalid entities
5 Managed entities

Grouped Statements

Show all queries

Time Count Info
19.79 ms
(79.88%)
1
"COMMIT"
Parameters:
[]
1.68 ms
(6.77%)
1
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.native_name AS native_name_4, t0.is_active AS is_active_5, t0.is_default AS is_default_6, t0.sort_order AS sort_order_7 FROM language t0 WHERE t0.is_active = ?
Parameters:
[
  1
]
1.22 ms
(4.91%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.is_active AS is_active_7, t0.is_verified AS is_verified_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.last_login_at AS last_login_at_11 FROM user t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.95 ms
(3.85%)
1
INSERT INTO poles (slug, num, sort_order, icon_svg, is_active, created_at, updated_at) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "crud-v2"
  88
  88
  ""
  1
  "2026-08-03 12:59:02"
  "2026-08-03 12:59:02"
]
0.59 ms
(2.39%)
1
INSERT INTO pole_translations (locale, title, description, result_text, cta_text, pole_id) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[
  "fr"
  "TV2"
  "D2"
  "R2"
  "C2"
  14
]
0.55 ms
(2.21%)
1
"START TRANSACTION"
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Language 2
App\Entity\User 1
App\Entity\Pole 1
App\Entity\PoleTranslation 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Pole No errors.
App\Entity\Language No errors.
App\Entity\PoleTranslation No errors.
App\Entity\PoleFeature No errors.