I have tested a website that uses this gem with Google PageSpeed.
I get this recommendation:
Preload key requests
Consider using `<link rel=preload>` to prioritize fetching resources that are currently requested later in page load.
…font-awesome/fa-solid-900-eb98716….woff2
Rails offers preload_link_tag for normal assets... but it's not clear if we can use it to preload assets of this gem.
Any idea?
Probably this gem should include a method like preload_fa_tag. What do you think?
I have tested a website that uses this gem with Google PageSpeed.
I get this recommendation:
Rails offers
preload_link_tagfor normal assets... but it's not clear if we can use it to preload assets of this gem.Any idea?
Probably this gem should include a method like
preload_fa_tag. What do you think?