Google PageSpeed Insight

All Quick 'n Easy Web Builder support issues that are not covered in the forums below.
Post Reply
Blitzer
Posts: 19
Joined: Thu Jun 02, 2016 1:51 pm
Location: germany
Contact:

Google PageSpeed Insight

Post by Blitzer »

This homepage is very slow. Is the template too slow?
(Google PageSpeed Insights: 46 percent, normal would be 75 percent)

Blitzer
User avatar
Pablo
Site Admin
Posts: 3918
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: Google PageSpeed Insight

Post by Pablo »

Which website are you referring to?

Note that the speed of a website mainly depends on the speed of the server/host and the size of the used images.
Blitzer
Posts: 19
Joined: Thu Jun 02, 2016 1:51 pm
Location: germany
Contact:

Re: Google PageSpeed Insight

Post by Blitzer »

https://developers.google.com/speed/pagespeed/insights/
- Enter a web web page URL - (http://qnewb.com/)

It appears that the "Compress" option is enabled with gzip on the server.
Google Pagespeed Insights is now 86 percent.

Tip!
To enable compression, some providers may change the .htaccess. The following block should be inserted:

# enable php compression
php_value zlib.output_compression 1
php_value zlib.output_compression_level 6

# enable apache compression
<IfModule mod_deflate.c>
<IfModule mod_filter.c>
SetOutputFilter DEFLATE
AddOutputFilterByType DEFLATE application / * text / * font / * image / x-icon image / svg + xml
</ IfModule>
</ IfModule>

Blitzer
Post Reply