Project

General

Profile

Actions

Bug #52934

closed

State-saving from dataTables generates overly long cookies

Added by Stefan Neufeind about 11 years ago. Updated about 6 years ago.

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 #1

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.
Actions #2

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

Actions #3

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

Actions #4

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

Actions #5

Updated by Stefan Neufeind about 11 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF