Sites made by me last month - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Sites Using GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=9) +--- Thread: Sites made by me last month (/showthread.php?tid=14337) |
Sites made by me last month - Oleg06 - 2020-05-27 Used UIkit framework and GetSimple CMS https://injuregroup.com/ https://idenergia.ru/ Multilingual website. Made on this template. https://getsimplethemes.ru/vizit/magic-forest/magic-forest-en/ https://china-russia.ru/ RE: Sites made by me last month - vixrealitum - 2020-07-23 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. RE: Sites made by me last month - Felix - 2020-07-23 Thanks for sharing https://tinypng.com/ https://developers.google.com/speed/pagespeed/insights/ added to my tool box RE: Sites made by me last month - Oleg06 - 2020-07-23 (2020-07-23, 09:02:28)vixrealitum Wrote: Oleg, if I can add anything - I would work on the speed of loading pages.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/plugins/nokes_fileeditor.zip http://get-simple.info/extend/plugin/file-editor/906/ example https://injuregroup.com/uslugi/konsultacii-po-voprosam-nalogooblozheniya/ discussion here http://forum.getsimplecms.ru/viewtopic.php?pid=9579#p9579 In the .htaccess file I am using code like this Code: # Enable GZIP RE: Sites made by me last month - BosseDorotea - 2021-11-13 (2020-07-23, 09:02:28)vixrealitum Wrote: Oleg, if I can add anything - I would work on the speed of loading pages. Have you tried compressing the files to their minimal sizes? It helps in loading pages. |