Skip to Content

Features

WebP Conversion

WebP is a small version of JPEG and PNG, this plugin automatically convert images to WebP format.

To enable this featured you need to create a SRE ticket with subject “Add nginx webp conf”, and content “SF link to domain level”.

CSS Optimization

  • Compiled files for both resources files and active theme files

  • Preload and defer all styles

  • FOUC

    You should add the Enqueued Handler under Styles Optimization to Include Files, compile styles resources, and applications excluded from deferring. Compile styles don’t block the page from rendering due to compressed styles and caching.

    Why we’re not using tools to generate the first-fold CSS? Tools such as Sitelocity, and Pegasaas uses a lot of bandwidth from the server, most of the server will crash from 2-3 parallel request to generate the first-fold due to usage of puppeteer from the server.

    cssOptimize

    Or generated manually using Pegasaas, and add it to the Critical CSS under Styles Optimization.

JavaScript Optimization

  • Compiled files for both resources files and active theme files
  • Defer all JavaScript including inline scripts

Minify Inline

You can enable this under Others section this remove comments, new lines, and unnecessary spaces

  • HTML
  • Styles
  • JavaScript

Google Fonts Migration

You can enable this under Others section this convert URL version 1 to version 2

Lazy loading

You can enable this under Others section this add lazy load tag for supported browser and fallback for not

  • Images
  • IFrames
  • Background Images

Dequeue IHF/IDX Assets

You can enable this under Others section this remove unnecessary files from IDX providers from Homepage

Remove jQuery Migrate

You can enable this under Others section this jQuery migrate is no longer supported for latest plugins

Enable Emoji Script

You can enable this under Others section this emoji is not needed since we don’t have comments for post

Preload largest Content

You can enable this under Others section this help decrease the time it takes for the initial DOM content to render

Last updated on