Redirect 302 redirect from GET @n/a (8c6358)

GET http://fit-portal-module.fit.softplus.tsszo.eu/login

Query Metrics

60 Database Queries
6 Different statements
28.02 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

default connection

Time Count Info
2.36 ms
(8.43%)
2
SELECT t0.id AS id_1, t0.identity_server_url AS identity_server_url_2, t0.global_module_url AS global_module_url_3, t0.identity_server_app_key AS identity_server_app_key_4, t0.license_level1 AS license_level1_5, t0.license_level2 AS license_level2_6, t0.license_level3 AS license_level3_7, t0.app_key AS app_key_8, t0.event_hub_url AS event_hub_url_9, t0.translation_module_url AS translation_module_url_10, t0.currency AS currency_11, t0.fit_module_url AS fit_module_url_12, t0.sales_module_url AS sales_module_url_13, t0.file_storage_module_url AS file_storage_module_url_14 FROM config t0
Parameters:
[]

fit_admin_module connection

Time Count Info
0.50 ms
(1.77%)
1
SELECT t0.id AS id_1, t0.theme_color_primary AS theme_color_primary_2, t0.theme_color_secondary AS theme_color_secondary_3, t0.is_service_mode AS is_service_mode_4, t0.service_mode_allow_special_access AS service_mode_allow_special_access_5, t0.change_logo_hash AS change_logo_hash_6 FROM layout_config t0 LIMIT 1
Parameters:
[]
0.47 ms
(1.67%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.content AS content_4, t0.sort_order AS sort_order_5, t0.is_active AS is_active_6, t0.open_on_new_page AS open_on_new_page_7 FROM menu_link t0 WHERE t0.is_active = ? ORDER BY t0.sort_order ASC
Parameters:
[
  1
]
0.46 ms
(1.65%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.meta_description AS meta_description_3, t0.meta_keywords AS meta_keywords_4, t0.robots AS robots_5 FROM seo_settings t0 LIMIT 1
Parameters:
[]

translation_cache connection

Time Count Info
22.87 ms
(81.61%)
52
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)
Parameters:
[
  1728242189
  "tss-translation-key:\x01tags\x01locale"
  "tss-translation-key:locale"
]
1.36 ms
(4.86%)
3
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1728242189
  "tss-translation-key:tss_translation\x01tags\x01"
]

Database Connections

Name Service
fit_admin_module doctrine.dbal.fit_admin_module_connection
translation_cache doctrine.dbal.translation_cache_connection
default doctrine.dbal.default_connection

Entity Managers

Name Service
fit_admin_module doctrine.orm.fit_admin_module_entity_manager
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

fit_admin_module entity manager

Class Mapping errors
Tss\FitModuleDatabaseBundle\Entity\LayoutConfig\LayoutConfig No errors.
Tss\FitModuleDatabaseBundle\Entity\Seo\SeoSettings No errors.
Tss\FitModuleDatabaseBundle\Entity\MenuLink\MenuLink No errors.

default entity manager

Class Mapping errors
Tss\IdentityServerBundle\Entity\BaseConfig No errors.
App\Entity\Config No errors.