Preloads and preconnects
-
I would like to modify priorities on load but ran into some trouble with the latest version:
1. The latest FVM version seems to ignore preload settings:
For example: If I select the option “Disable CSS Link Preload” nothing happens. All “Async CSS Files” will still be preloaded (by FVM) on load but should not be preloaded at all in the current configuration. I would like to preload only the main css and javascript files, things that must be available very early (above the fold). All the other stuff can be loaded normal (behind a full size GDPR banner).
2. I would like to preconnect a few external ressources behind the scene:
I made a quick test with some “Pre* Party Resource Hints” (plugin) to make DNS checks available earlier (for later full connects where needed). Unfortunately the “header cleanup” sweeps out those attempts but shall be active.
The first thing seems to be a bug in the current version. But, are there any recommended methods for filtering those two parts with functions that could include the desired exceptions for only some preloads and preconnects?
(I would like to test if nothing must be ignored or be put into render blocking parts of the page, if preloading is used only for most important parts.)
- The topic ‘Preloads and preconnects’ is closed to new replies.