steve bullman Posted November 2, 2022 Report Share Posted November 2, 2022 I was advised by my developer to use Asynchronous JS for display ads, but it is considerably slower than using Javascript method. Whilst Javascript loads instantly, there is a clear second delay if I use JS. Is there a way to improve this? scalemates 1 Quote Link to comment Share on other sites More sharing options...
scalemates Posted November 6, 2022 Report Share Posted November 6, 2022 Using Async JS should make the rest of the page (without the ads) load faster because rendering is not blocked while the JS snippet dowloads. Are you seeing a delay in your ads? or also a delay of the page contents? And what do you mean with considerable? Quote Link to comment Share on other sites More sharing options...
steve bullman Posted November 15, 2022 Author Report Share Posted November 15, 2022 On 11/6/2022 at 3:18 PM, scalemates said: And what do you mean with considerable? See for yourself https://staging.arbtalk.co.uk/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.