Redirect 302 redirect from GET @pimcore_admin_notification_findlastunread (c408d1)

GET https://pdm-lg-beta.prodanet.com/admin/login

Query Metrics

16 Database Queries
9 Different statements
37.99 ms Query time
0 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
9.78 ms
(25.74%)
1
CREATE TABLE IF NOT EXISTS prodanet_maintenancenotification (
            notification_date datetime,
            notification_message nvarchar(50),
            notification_countdown_message nvarchar(50),
            notification_enabled boolean
        ) DEFAULT CHARSET=utf8mb4;
Parameters:
[]
9.05 ms
(23.81%)
8
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\AdminBundle\PimcoreAdminBundle"
  "pimcore"
]
8.02 ms
(21.11%)
1
CREATE TABLE IF NOT EXISTS prodanet_pdf_groups (
            id int NOT NULL AUTO_INCREMENT,
            name CHAR(30) NOT NULL,
            PRIMARY KEY (id)
        ) DEFAULT CHARSET=utf8mb4;
Parameters:
[]
4.99 ms
(13.13%)
1
CREATE TABLE IF NOT EXISTS prodanet_pdf_properties (
            product_group_id int,
            property nvarchar(50)
        ) DEFAULT CHARSET=utf8mb4;
Parameters:
[]
1.61 ms
(4.25%)
1
INSERT IGNORE  INTO users_permission_definitions (`key`) VALUES ('prodanet_maintenance_notification');
Parameters:
[]
1.38 ms
(3.63%)
1
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
1.28 ms
(3.36%)
1
INSERT IGNORE  INTO users_permission_definitions (`key`) VALUES ('prodanet_definitions_excel_export');
Parameters:
[]
1.02 ms
(2.69%)
1
SELECT * FROM translations_admin LIMIT 1;
Parameters:
[]
0.86 ms
(2.28%)
1
INSERT IGNORE  INTO users_permission_definitions (`key`) VALUES ('prodanet_pdf_properties_manager');
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

No managed entities.

Entities Mapping

No mapped entities.