Posts: 1,928
Threads: 88
Joined: Apr 2010
2020-05-27, 18:45:10
(This post was last modified: 2020-05-27, 19:10:45 by Oleg06.)
Posts: 33
Threads: 1
Joined: Dec 2011
Oleg, if I can add anything - I would work on the speed of loading pages.
https://developers.google.com/speed/pagespeed/insights/
Use image compression (tiny png works very well - tinypng.com) + add gzip compression in htaccess.
The effects will surprise you.
I saw you are using yandex maps. Can you tell how they compare to google maps? I would like to know. I am currently using mapbox.
Posts: 515
Threads: 21
Joined: Feb 2019
Posts: 1,928
Threads: 88
Joined: Apr 2010
2020-07-23, 19:13:51
(This post was last modified: 2020-07-23, 19:18:08 by Oleg06.)
(2020-07-23, 09:02:28)vixrealitum Wrote: Oleg, if I can add anything - I would work on the speed of loading pages.
https://developers.google.com/speed/pagespeed/insights/
Use image compression (tiny png works very well - tinypng.com) + add gzip compression in htaccess.
The effects will surprise you.
I saw you are using yandex maps. Can you tell how they compare to google maps? I would like to know. I am currently using mapbox.
Google analytics scripts and Yandex metrics prevent us from showing decent site loading speed
There is a useful plugin in the Russian segment. The plugin converts all .jpg and .pngs on the page to .webp, if the browser supports this format. Unfortunately the plugin cannot replace the images generated by the News Manager plugins and I18N Special Pages.
https://getsimplecms.ru/data/uploads/plugins/gswebp.zip
https://getsimplecms.ru/data/uploads/plu...editor.zip
http://get-simple.info/extend/plugin/file-editor/906/
example
https://injuregroup.com/uslugi/konsultac...lozheniya/
discussion here
http://forum.getsimplecms.ru/viewtopic.p...9579#p9579
In the .htaccess file I am using code like this
Code:
# Enable GZIP
<ifmodule mod_deflate.c>
AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
</ifmodule>
Posts: 1
Threads: 0
Joined: Nov 2021
2021-11-13, 20:15:04
(This post was last modified: 2022-01-23, 08:54:22 by BosseDorotea.)
(2020-07-23, 09:02:28)vixrealitum Wrote: Oleg, if I can add anything - I would work on the speed of loading pages.
https://developers.google.com/speed/pagespeed/insights/
Use image compression (tiny png works very well - tinypng.com) + add gzip compression in htaccess.
The effects will surprise you.
I saw you are using yandex maps. Can you tell how they compare to google maps? I would like to know. I am currently using mapbox.
Have you tried compressing the files to their minimal sizes?
It helps in loading pages.