You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Desired Behavior
The Remixicon sprite is very heavy, 700KB for the currently used version, 1.5Mb for the current updated remixicon sprite. Compression reduces the size to ~150kb, which is still a lot of excess weight. I think we can do better, we should build the sprite by our own for frontend and backend as we do not need hundreds of KBs to be loaded. svg_sprite from fnando could be an alternative.
A solution could also be to separate backend and frontend sprites.
The text was updated successfully, but these errors were encountered:
Desired Behavior
The Remixicon sprite is very heavy, 700KB for the currently used version, 1.5Mb for the current updated remixicon sprite. Compression reduces the size to ~150kb, which is still a lot of excess weight. I think we can do better, we should build the sprite by our own for frontend and backend as we do not need hundreds of KBs to be loaded.
svg_sprite from fnando could be an alternative.
A solution could also be to separate backend and frontend sprites.
The text was updated successfully, but these errors were encountered: