Bug #52934
closedState-saving from dataTables generates overly long cookies
100%
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
Updated by Stefan Neufeind about 11 years ago
- Can we disable the saving in case we don't need/want it?
- Can we limit the data saved by dataTables?
- Can we restrict the cookies to certain requests? Unfortunately all those modules are loaded through mod.php and directly from the document-root.
Updated by Gerrit Code Review about 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/24885
Updated by Gerrit Code Review about 11 years ago
Patch set 1 for branch TYPO3_6-1 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25342
Updated by Gerrit Code Review about 11 years ago
Patch set 1 for branch TYPO3_6-0 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25344
Updated by Stefan Neufeind about 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 78d818f8b3ed274e1c9bbc03325df17247613e93.