Actions
Bug #52934
closedState-saving from dataTables generates overly long cookies
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-10-18
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The dataTables-module for jQuery used in extensionmanager, lang and documentation currently generates "overly" long cookies. This is because the table tries to store the current states for sorting etc. in a cookie. After having been to one or more of these modules the cookies are then transfered with each additional request in the BE, thus affecting performance for a lot of requests (including loading all images, JS- and CSS-files, ...). It adds up.
How to reproduce:- Clear your cookies
- Login to typo3
- Visit one of these modules using dataTables
- Watch cookies sent for all additional requests
Actions