Not working on Firefox or Safari, but Chrome is OK
adrianvanburen opened this issue · 5 comments
This plugin does not work on Firefox or Safari, but does work for Chrome. Please see my website as an example:
As you see, Chrome is the only one that prefetches. Do you know why this is? Is it possible to bring support to these other two browsers?
@adrianvanburen Preload is not supported in all browsers. You can check the support here: https://caniuse.com/link-rel-preload.
Chromium-based browsers are guaranteed to work.
@adrianvanburen sorry, it's not preload, it's prefetch: https://caniuse.com/link-rel-prefetch
Safari is not supported. I think Firebox has disabled it by default. You might need to enable it.
@gijo-varghese Thank you for the guidance. I confirm that is correct.
For those with the similar complaint, this is how to change the setting in Firefox:
- Open a tab, go to "about:config"
- Click beyond the warnings
- Search for the setting "network.prefetch-next" and set it to "true"
This plugin does now, indeed work, with this setting activated. Proof:
@adrianvanburen great, thanks!