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
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?
The text was updated successfully, but these errors were encountered:
I have tested a website that uses this gem with Google PageSpeed.
I get this recommendation:
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?The text was updated successfully, but these errors were encountered: