Discover, trust, install: FAIR 1.0 is here

Plugin Banner

Flying Scripts: Delay JavaScript to Improve Site Speed & Performance

by Gijo Varghese

Version: 1.2.4

Download
Description

Download and execute JavaScript on user interaction.

Demo video

Flying Scripts delay the execution of JavaScript until there is no user activity. You can specify keywords to include JavaScripts to be delayed. There is also a timeout which executes JavaScript when there is no user activity.

Why should I use this plugin?

JavaScript is very resource-heavy. By delaying the execution of non-critical JavaScript (that are not needed for the initial render), you’re prioritizing and giving more resources to critical JavaScript files. This way you will reduce render time, time to interactive, first CPU idle, max Potential input delay etc. This will also reduce initial payload to browsers by reducing the no. of requests.

Support

Our premium products

Our free plugins

Contributors

  1. Visit ‘Plugins > Add New’
  2. Search for ‘Flying Scripts’
  3. Activate Flying Scripts for WordPress from your Plugins page.
  4. Visit Settings -> Flying Scripts to configure
What are the ideal scripts to be included?

Any script that is not crucial for rendering the first view or above fold contents. 3rd party scripts like tracking scripts, chat plugins, etc are ideal.

What should I put in include keywords

Any keyword inside your inline script that uniquely identifies that script. For example “fbevents.js” for Facebook Pixel, “gtag” for Google Tag Manager, “customerchat.js” for Facebook Customer Chat plugin.

How is it different from `defer`

defer tells browser to download the script when found and execute it when HTML parsing is complete. When you include a script in Flying Scripts, those scripts won’t be executed until there is a user interaction.

What is user interaction?

Events from the user like mouse hover, scroll, keyboard input, touch in mobile device, etc.

What is timeout?

Even if there is no user interaction, scripts will be executed after the specified timeout.

Super straight-forward and effective.

By iz4atkal on February 13, 2024

Highly recommended!

Sehr gutes Plugin

By twinsdz on October 12, 2023

It works very well. Thanks a lot.

Good and Efficient

By steve-8bm on January 31, 2023

Good and efficient plugin. 5 stars

Instant results

By Tom Bush (tom_nature) on January 7, 2023

Sooo easy to set up and a great way to deal with heavy JS from advertising etc. Really simple but brilliant approach to defer until user input.

Pagespeed Insights overall score went from 58/70 to 99/100 for mobile & desktop respectively without any other changes (appreciate these values fluctuate anyway but that's a significant jump even +/- a few points on the final values).

Great Plugin

By Tony Hisir (copperrefections) on October 26, 2022

It saved me a lot of time. Thank you for creating a wonderful plugin.

Awesome plugin solving third party performance issues

By Jundell Agbo (jundellagbo) on July 27, 2022

Thank you for making this amazing plugin.

Good Plugin

By Nabil Sikder (mdnabilsikder) on July 27, 2022

Sorry for the late, I am using it since it's released. Thank you for making this amazing plugin.

the mother of all optimization plugins 🙂

By Webprom Design (webprom) on July 7, 2022

This is a lifesaver!

Fantastic plugin

By junx0r on June 3, 2022

Great plugin, solves many issues with slow loading times, FCP, LCP, and such, by allowing you to delay non-essential javascript.

Simple and Work Perfectly

By Adam Muiz (adammuiz) on May 31, 2022

This plugin is pretty easy to use for beginer like me. I can see it, my site load faster after using this plugin for my Script. Thank you.

1.2.4

  • Updated list of event listeners to trigger user interaction

1.2.3

  • Increased DOM size limit
  • Updated “Optimize more” tab

1.2.2

  • Fix – Added mouse wheel event for user interaction

1.2.1

  • Fix – FacetWP compatibility

1.2.0

  • New – Exclude on pages
  • New – Set timeout to Never

1.1.9

  • Security updates

1.1.8

  • [BUGFIX] Disable for admin interface when using W3 Total Cache

1.1.7

  • [BUGFIX] Support for W3 Total Cache

1.1.6

  • [REMOVED] Unnecessary “scroll” event

1.1.5

  • [UPDATE] Set data-type='lazy' instead of type='lazy'. Removed setting type='text/javascript' via JavaScript

1.1.4

  • [BUGFIX] Remove event listeners after scripts are loaded

1.1.3

  • [UPDATE] Copy updates

1.1.2

  • [UPDATE] Minified JavaScript
  • [UPDATE] Updated copy, FAQ

1.1.1

  • [BUGFIX] Exclude json and other script tags

1.1.0

  • [NEW] Load scripts on user interaction
  • [REMOVED] Load scripts after delay

1.0.0

  • Initial release
  • Version:Version: 1.2.4
  • Active installs:Active installs: 30K
  • Last updated:Last updated: 5 months ago
  • Requires:Requires: 4.5
  • Tested:Tested: 6.8
Average rating:5 out of 5 stars.
  • Number of ratings: 36 ratings
  • Number of ratings: 1 ratings
  • Number of ratings: 0 ratings
  • Number of ratings: 0 ratings
  • Number of ratings: 0 ratings
Back to top