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
I've been trying to figure out how to reduce the impact of font-awesome, at least on first load. Primarily on the booking page as that is where loading slowly might give the worst impression. I've failed so far.
Few icons are used from the package so it would be good to optimize out the excess.
Thanks. I use https://pagespeed.web.dev/ to check. Setting async or defer doesn't always help. The app seems to use a tiny part of fontawesome but i realize it might not be easy to only cut those out of the main package. There are alternatives. eg. boxicons or fontello allow selecting icons and only including those.
I've been trying to figure out how to reduce the impact of font-awesome, at least on first load. Primarily on the booking page as that is where loading slowly might give the worst impression. I've failed so far.
Few icons are used from the package so it would be good to optimize out the excess.
setting async does help.
in booking_layout.php
The text was updated successfully, but these errors were encountered: