SWIS Performance v2.1.2

Page caching for faster site response times. Defer JS/CSS assets for a better user experience. Control which scripts and stylesheets load per page to reduce overhead and eliminate unused assets.

SWIS is a collection of tools for improving the speed of your site. It includes the following:

* Page Caching to reduce the overhead of PHP and database queries. AKA: super speed boost.

* Defer/Delay JS to prevent render-blocking scripts with flexible rules engine for per-page and per-script optimization.

* Load CSS asynchronously to prevent render-blocking CSS.

* Inline critical CSS to prevent a Flash of Unstyled Content (FOUC) when using async CSS.

* Minify JS/CSS to trim out extra white-space.

* Compress all assets and set proper expiration headers for awesome browser caching.

* Deliver all static resources from a CDN. CDN sold separately, perhaps you’d like https://ewww.io/easy/

* Disable unused JS/CSS resources. Fully customizable, load/unload files site-wide, or on specific pages.

* DNS pre-fetch and pre-connect hints so browsers can load third-party assets quicker.

* Optimize Google Fonts.

Scroll to Top