Project

General

Profile

Actions

Feature #77224

closed

Backend: Icon registration: Cache SVG files in css file

Added by Thomas Mayer almost 8 years ago. Updated 16 days ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2016-07-11
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

In issue 77048 I suggested to have SVG files encoded in a css file to limit the number of requests and have better compression.

This could also be extended for icons which are registered dynamically, e. g. by extensions, including, but not limited to
- extension logos
- Buttons in the left sidebar

For registration of an icon, a css class name could be submitted optionally. If not given, e.g. a random string or a hash from the file name including the path could be used as a default for the class name.

The resulting css file could be stored somewhere in TYPO3's cache. Which would then be a static file for web servers again.

Note that it is much easier to extend/recreate such a css file than it would be to create sprites dynamically (which would not work with svg files anyways).

All the advantages I mentioned for 77048 would apply for dynamically registered icons as well. As long as the markup of Icon::render() is used, this could even come along transparently, without a breaking change.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #77048: Backend: Embed SVG icons and flags in cssClosed2016-07-11

Actions
Actions #1

Updated by Georg Ringer over 4 years ago

  • Subject changed from Backend: Icon registragion: Cache SVG files in css file to Backend: Icon registration: Cache SVG files in css file
Actions #2

Updated by Benni Mack 16 days ago

  • Status changed from New to Rejected

Hey, as mentioned in the related issue, I will close this ticket now. With SVGs, use attributes, our own icon set and HTTP/2, I don't think we should put more effort in this here, as we don't use sprites anymore.

Actions

Also available in: Atom PDF