Actions
Bug #29498
closedDisable compression for JS inline code in Backend
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2011-09-05
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
JSMin is a major performance nightmare and no network connection can be as slow as it would justify to spend so much time to execute JSmin several times for each and every backend request.
As long as we have no fast replacement in core available, disable compression for all JS snippets added with t3lib_PageRenderer::addJsInlineCode
in the Backend.
Files
Updated by Steffen Gebert over 13 years ago
- Category set to Backend User Interface
Actions
#2
Updated by Steffen Gebert over 13 years ago
- File callgraph-before.png callgraph-before.png added
- File callgraph-after.png callgraph-after.png added
- File profiling-before.html profiling-before.html added
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change I5623ad6c8b9d24777b6bcf46ea97bf51eb9c62d3 has been pushed to the review server.
It is available at http://review.typo3.org/4778
Updated by Steffen Gebert over 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset f707256c20c517f02eaf5769e512e802a4988e5d.
Updated by Riccardo De Contardi over 7 years ago
- Status changed from Resolved to Closed
Actions