Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AlkoKod/da879d3cef80d3f97c2ef797405cafef to your computer and use it in GitHub Desktop.
Save AlkoKod/da879d3cef80d3f97c2ef797405cafef to your computer and use it in GitHub Desktop.
#Exclude Files From Defer Js
You can follow the documentation from WP Rocket here - https://docs.wp-rocket.me/article/976-exclude-files-from-defer-js
##The FluentForms JS files are located in these two paths:
wp-content/plugins/fluentform/public/js
wp-content/plugins/fluentformpro/public/js
You can exclude them one by one or full JS folder.
Just add this to WP Rocket exclude:
/wp-content/plugins/fluentform/public/js/(.*).js
/wp-content/plugins/fluentformpro/public/js/(.*).js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment