When this plugin is activated Avada Builder doesn’t load. As I deactivate problem fixes.
]]>Hello,
Please see my pagespeed result:
https://pagespeed.web.dev/analysis/https-kamoo-com-br/q86pfgdfx5?form_factor=mobile
Target website: https://kamoo.com.br/
You can see that in the same test, on mobile, the scripts WERE loaded while on Desktop they were not.
The problem is that if I continue testing on pagespeed, the scripts are postponed and I get a great score. I believe it is some incompatibility with the Litespeed Cache plugin.
Is there any javascript script that this plugin uses that I can whitelist in my litespeed plugin to improve compatibility? Or something I can do? Thanks.
This is the list of keywords currently configured in the plugin:
/v2/security.js
/js/v2?ver=7.4.0
https://www.mercadopago.com
sdk.mercadopago.com
clarity.ms
googletagmanager.com
Hello,
Flying Scripts gets into conflict with contact form 7. If I disable the flying script plugin the messages are being sent, otherwise it give an error.
Did anyone encountered this problem? How could I solve it?
Thank you!
]]>Hello. This plugin still conflict with wp super cache. Any fix?
]]>Please remove “async” and “defer” property from script tag when the Flying script changes “src” to “data-src”.
the tag doesn’t have src mustn’t have async so I can’t pass HTML validation.
Error:?Element?script
?must not have attribute?async
?unless attribute?src
?is also specified or unless attribute?type
?is specified with value?module
.
Hi,
I see a warning in the console: “[Warning] AdSense head tag doesn’t support data-type attribute. (adsbygoogle.js, line 217)”.
To reproduce the issue, please add “adsbygoogle” into Flying Scripts settings > Include Keywords.
How can I prevent this warning from appearing in the console without giving up to delaying adsbygoogle? Thanks!
Hello,
thank you for this great plugin!
There are some rare cases when w3tc_process_content
is triggered multiple times and then function flying_scripts_rewrite_html
will put src
to data-src
and then it will remove src
, so when it will run for the second time, then it will again replace data-src
this time with <script>
innerHTML that is ofc empty, so it will result in data:text/javascript;base64,
Easy fix is just wrap this condition part if ($script->getAttribute("src")) { ... } else { ... }
from flying_scripts_rewrite_html
function into another condition checking if there is already data-src
, eg. if (!$script->getAttribute("data-src")){ ... }
Can you please implement this fix ASAP?
Thank you very much.
]]>Hi, Thanks for this very useful plugin.
I was wondering if it was possible to lazy load WordPress default comments section using your plugin.
Is it something that’s feasible using your plugin?
Kind Regards
Swag.
]]>Environment:
WordPress 6.4.2
Flying Scripts 1.2.3
W3-Total Cache 6.4.1
One Signal 2.4.2
Chaty 3.1.8
Background:
I use Flying Scripts to delay the loading of One Signal, Chaty, & MailPoet Plugins.
I use W3-Total Cache for caching.
Issue & Observations:
With W3-Total Cache deactivated, Flying Scripts successfully delays the loading of the One Signal & Chaty plugins (5 second delay).
With W3-Total Cache activated, Flying Scripts fails to load One Signal & Chaty plugins.
This conflict occurs when W3-Total Cache is activated – even if all features are turned off, no configuration – no functions turned on. All caching turned-off (page, object, browser, etc.) and no minification or combination used.
Resetting W3-Total Cache back to factory defaults provides no change.
The simple existence of WP-Total Cache appears to be an issue for Flying Scripts. Have you seen this before?
Is there an existing solution to this?
You can observe this issue here (Flying Scripts is Activated. W3 Total Cache is Activated, no features on (full factory reset of settings).
]]>That is loading a .css file after on user interaction? Thanks
]]>84 Performance
80 Accessibility
95 Best Practices
93 SEO
This is the index measured from pagespeed for my site.
My site has adsense advertising code accidentally generating a lot of 3rd party js code.
I read that Flying Scripts can help me reduce the js code in adsene, is that correct?
Will this improve my site’s loading speed?
If I do that, will the adsene ads on my site still be normal?
Currently on my site I only use wp super cache and jeck boot plugin.
Does Flying Scripts conflict with these two plugins?
Looking forward to the help from Flying Scripts, thank you very much.
]]>Hello,
We have an error in console : Uncaught SyntaxError: Identifier ‘loadScriptsTimer’ has already been declared
Could you check ?
]]>Hello,
The plugin displays H6 tags on all pages, which sometimes have nothing to do with the content of the page. This practice is harmful for the referencing of an article.
How to remove this H6 tag and put in normal text of a certain height?
Hi,
Please tell me how to turn off the Flying Scripts plugin for the Homepage and 404 Page.
Thanks
]]>I’m using Flying Scripts (and love it!).
However, the cost of my fast pages comes with the negative of the first page click does not respond to the user’s desired action (Forest click only loads the delayed scripts.)
As a developer this behavior is understandable.
As a casual web user, this introduces frustration and confusion.
There may not be a fix (because the plugin acts as advertised).
But is there an ideal implementation to enjoy fast pages and avoid user frustration?
Thank you for all of your work on this plugin.
]]>Observations:
Outcome:
Is there a solution for this?
Is there a fix for this documented conflict / issue?
]]>Good morning,
How to delay a script only on mobile?
THANKS
Cordially
Hi Gijo, I was searching for super cache compatibility and found this “closed” thread https://www.ads-software.com/support/topic/flying-scripts-supercache-not-working/. Is Flying scripts compatible now with Super Cache? is there any special configuration needs to be done on super cache to make it work with flying scripts?
]]>Hello, thank you for the great plugin!
It seems that ‘gtag’ doesn’t load on search results page (e.g. domain.com/s=searchterm)
If we remove ‘gtag’ from the keywords list, it’s loading ok.
On other pages it’s working ok.
]]>Hi,
I disabled wp-cron in the wp-config.php file and when running the cron command, the output gets an error like below in PHP 8.2. Could you please check and maybe help to improve it?
PHP Warning: Undefined array key "REQUEST_METHOD" in /home/example/htdocs/www.example.net/wp-content/plugins/flying-scripts/html-rewrite.php on line 18
Thanks
]]>I am looking for a tutorial on how to use FlyingScripts for scripts like Lightboxes or Slideshows. They are working fine for me but as soon as i load them through FlyingScripts, i get console errors like “Uncaught ReferenceError: Splide is not defined”. Therefore i wonder how to rewrite the code.
Is there a specific event like “DOMContentLoaded” to handle that?
]]>Enabling flying scripts will cause Avada live builder to not load properly.
screenshot:
https://i.postimg.cc/C59sp44r/QQ-20230421085935.jpg
Hi there
Is it possible to disable only on the homepage?
I tried putting “/” but then it disables on every page. Or using the page ID, but that doesn’t work.
I have a script that I want to delay on posts, but not on the homepage. A bit of a corner case.
]]>Hello. I’m Francisco, owner of atutrabajo and I’m writing to you because, I think, this “failure” (in your plugin) that you will see below, can be an opportunity to improve your project (and mine, of course:).
I explain:
In my previous ticket (https://www.ads-software.com/support/topic/technical-consultation-2/#post-16561710) you told me that…
…”there is no order for the keywords. You can put it in any order”…
Okay. As I am a “simple” Graduate in Business Administration (UBA/FCE) Specialized in Logistics and Investment Projects, that is to say that I DO NOT understand ANYTHING about programming (and I also hate it, heh), I followed a sequence +/- “logic ” (Believe:).
I looked at the “Developer Tools” (from Chrome), how they loaded the fucking JS files. That is, which one loaded 1st., which 2nd. and so.
And with that I put together a list with; el1ro.js, el2do.js, el3ero.js, etc. () () It is understood that the names of the files are fictitious, right? ?(???)つ
Then I said. Okay. All my site in General and each of my pages / posts in particular, are “giant”. Ergo, every millisecond of load you can save will be (well) taken into account by Google Pagespeed, right?
Ergo. If for you the “order” is indistinct, I “assumed” that, since your plugin differs the loading of each JS, but from the list that I load in the box created for that, then, before deferring a file , your plugin has to know which one, right?
So, it occurred to me that – your plugin – is going to go to the list, read which js it has to differ and, it will add whatever, to the file in question, right?
At the same time, my cache plugin (W3TC), adds to all files a number that (I understand) you call query string, with the aim of helping browsers identify which file comes first, which second and so
I imagine (because – I repeat – I DON’T understand ANYTHING about programming:), that this is done so that, when the site is cached in a browser, the files are loaded in the order established by said query strings.
Conclusion:
If I tell you that, 1st. load file a, and then file b, and so W3TC will add a query string to file a, one to file b, and one to file c, such that, in browsers, it loads 1st. the a, then the b and then the c, right?
Ergo. Since, in the case of your plugin, what it does is defer (in my case for 5 seconds) each file, I have to tell it to defer them EXACTLY the other way around, then, if 1st. differs the a, then the b and then the c, there will be a few fractions of a second until the files in question, return to “fit” in place, right?
So, what I did in your plugin was, precisely, create a list of – as you say – “keywords” but indicating that, differ the files: c – b – a Do you understand?
I don’t know if my reasoning is logical and/or if my arguments are valid. But for me – apparently – it worked for me, heh.
I (de)show you what I want to explain in the following screenshots:
Result I – Mobile Pagespeed
https://ibb.co/NsfPcX9
If you look (well) – apart from having a good score, heh – the parameter “Total blocking time”, says that it is sooo good (80 ms).
This is (above all) the parameter that improves your plugin the most. How do I know? Simple…
Because before being + 1 day! accommodating (almost) ALL my js (except 11)(*) in v/plugin, this parameter gave me so much more.
So far, so good. And then? Well. Look at the following result…
Result II – Pagespeed on PC
https://ibb.co/v41nhhV
If you notice (besides a “perfect” score:), the aforementioned parameter (TBT), gives me 0 ms!
And then? So, if you look (well), the 3rd. “Best Practices” circle is blank and has a question mark.
This does NOT worry me but, when that appears, also this other…
https://ibb.co/g6p2GbF
As you can see, the 1st. 6 errors are FALSE (The others are not, heh:). What do I know. Basically for 2 (two) reasons:
That being said, now yes, the opportunity for improvement…
Frankly, here between us, Google in General and Pagespeed in particular, have me – as we say around here – “rotten” Why? Basically because;
1) This is the result of the same page in Pingdom Tools;
https://ibb.co/2j7jRjw
2(two) little things regarding this result (That I just realized:)…
a) When I had less js in your list THIS result was “better”, heh (*) I had an A and, between 94 and 96 points.
b) Don’t give a damn about gzip compression because said report is “false” () () I know because in any measurement tool – if you want you can try it – it gives me that, all my site , is compressed by +80%. But hey.
And what I think happened. Well, it’s a “theory” but, what I think is that, since there are less js (because now they are in the “air”, heh), there is also less everything else but, in relative terms.
For example:
After all this “chitchat” what would be the improvement proposal? Easy.
If you can get Pagespeed to stop displaying those horrible warnings I showed you, we, your users, would be sooo much happier using your plugin.
By? Well, because we would know that it is effective and because – furthermore – we would “comply” with that lead that is Google.
I hope it is understood.
I await your comments.
Greetings.
]]>I want to lazy load 1 ad type which inserted into a container with the class =’code-block-3′
I added ‘code-block-3’ as a keyword but it didn’t work , also tried the ad slot number as a keywords and also didn’t work
only adsbygoogle works but it also lazyload the auto ads
]]>Hello. For some time now, I have installed your fabulous plugin on my test site.
Until now I have done several tests (forgive the redundancy) but, I must be failing in something.
I will explain:
Let’s see if I can be more “explicit”. Here is a document that contains:
A) The order of appearance of the JS NOT included in W3TC, when Flying Scripts is activated.
A.1) In Home
A.2) On a Pillar Page with +43 thousand words, heh.
A.3) On another Pilar Page that, as of this writing, has +22 thousand words ˉ_(ツ)_/ˉ
A.4) In an Entry (And yes. Also with many words, heh).
B) The order of appearance of the JS NOT included in W3TC but, with Flying Scripts DISABLED
Note: Obviously, B.1) – B.2) – B.3) and B.4) are the same as in A)
Finally…
C) What I called Combined. That is, those that appear in the order of priority in the pages/entrance mentioned above () () Obviously respecting the “patterns” that MOST repeat themselves.
+
ALL the other JS that do NOT appear in the Chrome JS Console but that, if I don’t include them in Flying (nor – obviously – in W3TC) would give me “error” (In Pagespeed).
That is to say, in the Chrome JS Console ONLY the 1st ones appear. JS but, in Pagespeed EVERYONE in Listing C.
Anyway. I hope you understand, heh.
Summing up (Put it).
What I need to know is…
Should I put 1st. the JS that appear in the JS Console or, put them at the end and, before loading – in Flying Scripts – those that do NOT appear in the Console but DO in Pagespeed?
I await your comments.
From already thank you very much.
Greetings.
P.d 1: Here is the List of Scripts mentioned above;
https://docs.google.com/document/d/1OdCcAoQnevhGQH4PPjhfZFhTo07oIAnB/edit?usp=share_link&ouid=102851233358919075037&rtpof=true&sd=true
P.d 2: If you want to do tests, let me know, I deactivate your plugin and let you see for yourself, how these JS load (With and Without Flying Scripts activated).
]]>Some buttons need to be clicked twice, before a user is forwarded to the next page. This happens when Flying Script is activated. We also have WP Rocket installed. Here you see my recorded explanation video:
https://www.loom.com/share/3d0a2fe0c7e0477d8fea66f2083229ac
Hi!
Can wildcards be used for Disable On Pages? I want to disable the plugin for https://www.sagegoddess.com/checkout/order-received but a typical URL looks like https://www.sagegoddess.com/checkout/order-received/2539215/?key=wc_order_QKjY6tVQ4urc8&wfocu-si=6b047990a498ea7d27ee07b8bc053baa
Best!
]]>So, I have a google review widget from elfsight.com which is using a js file. I have delayed it for performance but when I use it with W3TC it the script does not load. So, I need your help.
I tried disabling all the options in General category but it did not work. It only works when I disable W3TC.
]]>Hello! Gijo,
Hope you’re well.
Just a quick heads up. When this plugin is activated Divi Builder doesn’t load. As I deactivate problem fixes. Please take a moment to check if possible.
Thanks & Regards,
Gulshan