Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sites made by me last month
#1
Used UIkit framework and GetSimple CMS
https://injuregroup.com/
https://idenergia.ru/
Multilingual website. Made on this template. https://getsimplethemes.ru/vizit/magic-f...forest-en/
https://china-russia.ru/
Reply
#2
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.
Reply
#3
Thanks for sharing
https://tinypng.com/
https://developers.google.com/speed/pagespeed/insights/
added to my tool box
Reply
#4
(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 Smile
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>
Reply
#5
(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.
Reply




Users browsing this thread: 1 Guest(s)