/rt-optimizer

A WordPress plugin that improves Core Web Vitals score by loading scripts via worker thread. Keeps the main thread idle for users to interact with page as quickly as possible.

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

rt Scripts Optimizer

A WordPress plugin that improves Core Web Vitals score by loading scripts via worker thread. Keeps the main thread idle for users to interact with page as quickly as possible.

Features

  1. Uses Worker Thread - This plugin uses worker thread for all the scripts loaded via wp_enqueue_scripts function, to minimize the main thread scripts execution, and loads them only on the user interactions like tap, click, scroll or keypress events.
  2. Disables Emojis - Removes core WP Emojis javascript to reduce extra script execution.

How it works?

  1. With the help of rt_scripts_handler function hooked with scripts_loader_tag filter, the function outputs all script tags with type="text/rtscript" which are loaded via wp_enqueue_scripts.
  2. You can filter or skip some javascripts incase any error occurs by adding script handle like this and then scripts will load normally on main thread by path or handles via backend plugin option.

Does this interest you?

Join us at rtCamp, we specialize in providing high performance enterprise WordPress solutions