Project

General

Profile

Actions

Feature #57468

closed

minify html output more

Added by Simon Schaufelberger almost 10 years ago. Updated over 9 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2014-03-31
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
no-brainer
Sprint Focus:

Description

since there are tools like firebug and so on, nobody needs "beautiful" html output.

In the html output there are still too many empty lines. Remove them!

Actions #1

Updated by Simon Schaufelberger almost 10 years ago

... and make use of PageRenderer->removeLineBreaksFromTemplate i production mode.

That won't work if pre-tags are in use or intended line breaks (for example in javascript):

var myText = 'this is my message
with 2 lines';
Actions #2

Updated by Gerrit Code Review almost 10 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28999

Actions #3

Updated by Gerrit Code Review almost 10 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/28999

Actions #4

Updated by Christian Kuhn over 9 years ago

  • Status changed from Under Review to Rejected

The patch was rejected in its current form, see reviews for details. If the patch is still relevant, it could be revived, however.

Actions

Also available in: Atom PDF