[TYPO3-core] RFC: #17672: CSH - each label fires one request

Steffen Kamper info at sk-typo3.de
Sat Feb 19 16:37:04 CET 2011


Hi,

This is an SVN patch request.

Type: Bugfix

Bugtracker references:
http://bugs.typo3.org/view.php?id=17672

Branches:
trunk, 4.5

This slows down performance on getting CSH in a module, as each label 
fires a request, if it's hovered the first time.

As each request takes resources, server transfer data and time, it's 
much better to switch to one request each module.

This patch change the behaviour, is a key isn't loaded, CSH requests 
complete labels for the table.

How to test:
Go to user setup module. Open your console to watch requests.
Now hover over labels - you will see one request each hover.

Apply the patch, you should only see one request on first hover.

vg Steffen
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 17672.patch
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20110219/f93811c0/attachment.asc>


More information about the TYPO3-team-core mailing list