The Optimizer enables new levels of website performance, unlocking both compression and cache. To use you just enable a flag in the NodeHost dashboard under your container.
Speed Results
The results are based on our test site, a Wordpress blog with some content and plugins. You can view the non cached version here and the cached version here.
Without
With
Adding preload content
If you already have preload content like Wordfence you can include it by making a .optimizer_preload
file. The contents of this file will always be loaded in with all requests.
To preload Wordfence you can make the contents of the .optimizer_preload
file the following.
<?php
include "".$_SERVER["DOCUMENT_ROOT"]."/wordfence-waf.php";