Page 1 of 1

Page speed

Posted: Fri Nov 20, 2020 2:45 pm
by moris
Hi,

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/

Image

Thank you.

Re: Page speed

Posted: Fri Nov 20, 2020 3:24 pm
by Pablo
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...

Re: Page speed

Posted: Fri Nov 20, 2020 4:14 pm
by moris
Ok thank you.
Another question, where can I find the hCaptcha extension?

thanks.

Re: Page speed

Posted: Fri Nov 20, 2020 4:58 pm
by Pablo
It is an option of the 'reCAPTCHA' object.

Image

Re: Page speed

Posted: Sat Nov 21, 2020 10:06 am
by moris
Ok thanks.
When I submit the form i receive a long text of "H-captcha-response :"
Is it supposed to be like that? How can I remove it?

Re: Page speed

Posted: Sat Nov 21, 2020 6:13 pm
by Pablo
This data is added by the hCaptcha script.
There is currently no way to filter this.

Re: Page speed

Posted: Sat Nov 21, 2020 8:43 pm
by moris
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?

Thank you.

Re: Page speed

Posted: Sun Nov 22, 2020 7:57 am
by Pablo
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.

Re: Page speed

Posted: Mon Nov 30, 2020 6:17 pm
by moris
The software must include a condition that if a page does not use jQuery then do not upload/include:
/js/jquery-1.12.4.min.js

This is killing my website loading time on pages I don't even use jQuery.

Please consider adding it.
Good SEO is all about Page speed today.
Thank you.

Re: Page speed

Posted: Mon Nov 30, 2020 8:54 pm
by Pablo
If you do not use any features or scripts that require jQuery then the file will not be included in that page.

If you need help to determine where it is used then please prepare a demo project, so I can see what you have done.