Archived topic
Components/font-icons.min.css?ver=3.0.1
5 replies · Started by Uwe on October 13, 2020
Hello GeneratePress team,
after the last update my pages have a longer loading time and 2 new values are displayed.
It appears in the page speed analysis:
Eliminate resources that are blocking rendering:
… Components/font-icons.min.css? Ver = 3.0.1 (wandern-mit-uwe.de) with 1.1kb and possible savings of 480ms
Preload important requirements:
… Fonts / generatepress.woff2 (wandern-mit-uwe.de) with possible savings of 180 ms
Google suggests <link rel = preload> as a solution.
How can I do this or it will be in the next update?
Please can you give me a tip to solve the problems?
I thank you in advance for your competent help.
Best regards
Fank
Hi there,
Those are both from font icons.
To remove them, use the SVG icons option in Customize > General.
Let us know if you need more info :)
Hello GeneratePress team,
Kudos to your support, always competent and fast, a role model for others!!!
Many thanks for the answer. It worked, the loading time is better 😊
There are 2 other resources displayed that are blocking rendering:
…css/all.min.css?ver=3.0.1 7 KiB 330 ms
…generatepress_child/style.css?ver=160 0,6 KiB 480 ms
Is there any way to solve the problem?
I would be very happy to receive a help.
Best regards
Frank
Hi there,
you can use a plugin like Autoptimize to optimize the delivery of the CSS - read here on how to configure that:
https://docs.generatepress.com/article/configuring-autoptimize/
Hello David,
many thanks for the answer.
I know the plugin and have installed it on 2 pages.
For another page I try to avoid using any plugins at all times.
There I created hooks (CSS and scripts) and positioned them in the head and footer.
I also created the lazyload as a hook with code snippets.
I thought there was a trick with a hook so that I didn't have to use a plugin.
Best regards
Frank
You're welcome