So I am using the new version of Quick n Easy Web Builder. I have enabled Enable Cache Busting for faster page speed but Google PageSpeed tool is still yelling at me as can be seen in the attached screenshot.
Google PageSpeed is an important metric today for Google's SEO and I am trying to solve this issue, is there anything that can be done in the current status / in the future?
Source: https://developers.google.com/
Cache Busting does not increase the speed of the page. It forces the browser to reload the file from the server to make sure the styles are up-to-date.
To eliminate render-blocking resources, you can moves the JS and CSS files to the end of the page in Preferences -> HTML
Also, using less JavaScript based elements will increase the speed of the page...
I have added hcaptcha on this page but even if I don't fill the hcaptcha I can submit the form.
I have added Public Key and Private Key as provided from hCaptcha. And the hcaptcha object is part of the Form layer.
Why isn't it working?
The problem is related to the order of the objects on your page.
The captcha comes after the form, so it will be processed later.
To solve this:
- Move the captcha object from the form to an empty part of the workspace.
- Select ‘Move to back’ in the arrange tools
- Move the captcha object back to the form.