Today, the new version 1.0.1 of IndexReloaded was released on https://wordpress.org/plugins/indexreloaded/.
In addition to a few corrections in the code, new features were implemented during the creation of Critical CSS.
CSS selectors @font-face are now also checked for their “criticality”. This further reduces the scope of the Critical CSS.
Another change improves the accuracy of our Critical CSS.
We supplement the classes in the model for creating Critical CSS with classes from the server-based HTML.
We generally use the HTML as it is displayed on the client.
We supplement the classes contained therein with the classes additionally found in the server-based HTML.
This also covers those classes that are removed from the HTML on the client immediately after the page is loaded.
Another useful change concerns the preloads. The system now checks whether the file referenced in a preload option is also referenced in the HTML of the website. However, the HTML check does not work for fonts, as these are referenced from CSS files. We will implement the check for fonts in a future version.
You can find more information about IndexReloaded on our getindexreloaded page.