When i click to "Page weight" I see that :
- "fontawesome-webfont.svg" is 434kb
- "MaterialIcons-Regular.svg" is 276kb
- "index.css" is 179kb
- "fontawesome-webfont.ttf" is 162kb
- "fontawesome-webfont.eot" is 162kb
- "MaterialIcons-Regular.eot" is 140kb
- "FontAawesome.otf" is 132kb
and so on...
Since the competitors we are competing with has the whole page weight of 200-300kb i would like to ask is it possible to lower those numbers?
Best regards
FONT AWESOME
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Re: FONT AWESOME
The fonts will only be included if you use them.
If you only use a single icon then you can set the output format to SVG
If you only use a single icon then you can set the output format to SVG
Re: FONT AWESOME
I use few of them at the top of the page as a part of the menu.Pablo wrote: Thu Jul 04, 2019 7:49 pm The fonts will only be included if you use them.
If you only use a single icon then you can set the output format to SVG
What does the SVG do to the single icon? I mean how does it solve the problem? I am not that familiar with this, never done it yet.
Re: FONT AWESOME
If using only one or a few "Font Awesome" and you publish them as single SVGs, you only get single file for each symbol. Reduce the downloading time... when using as font (standard) the whole Font Awesome font is downloaded... takes more memory and time.laros wrote: Thu Jul 04, 2019 8:05 pmI use few of them at the top of the page as a part of the menu.Pablo wrote: Thu Jul 04, 2019 7:49 pm The fonts will only be included if you use them.
If you only use a single icon then you can set the output format to SVG
What does the SVG do to the single icon? I mean how does it solve the problem? I am not that familiar with this, never done it yet.