Skip to content

Decreasing Fomantic UI footprint to the lowest as possible #459

Answered by hugopeek
batata004 asked this question in General
Discussion options

You must be logged in to vote

Although this issue is closed, just wanted to leave a quick note because I think everyone that uses SUI / FUI for building websites will probably experience the same as @batata004 to some degree. Myself included.

What proved absolutely vital in my case is Gzip. By default, my base library Romanesco weighs in at around 900 KB for the min.css and 250 for min.js. So that's pretty beefy and it won't get that much smaller by disabling some unused components.

Gzip however, manages to get the transferred CSS down to 120 KB and the JS to 60:

That makes things a whole lot more agreeable!

Replies: 9 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by lubber-de
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #459 on October 07, 2020 20:06.