Beryl Agency is a webdesign company. Let me know what you think of this website.
https://beryl.agency/
Beryl Agency is a webdesign company. Let me know what you think of this website.
https://beryl.agency/
School example of disfunctional website. Goal of a website is to offer information in practical and functional way as fast as possible that is easily understood and accessed. That website breaks basic function of the core purpose of a website.
Mobile:
1. No asyncronisation of scripts, so basically website is unaccessible for more then 50 seconds.
2. Every section that is crowded with animations that start at the same time drain so much browsers memory and stretches it to its limits that scrolling becomes jerky and in the end all other animations start breaking also.
3. Javascript events that are responsible for vertical slider behaviour interfere with basic touch screen functionality so whenever you swipe down and if slider does not capture the touch and move of a finger browser does, and then page reloads. Annoying.
4. Content not optimized and compressed.
Desktop browsers can handle a lot so all this issues are not that obvious.
Solution:
1. Stop using other peoples libraries that are not optimized for your product, write your own scripts.
2. If you already want to use so many overlapping animations, use canvas, which will destroy your SEO, or divide animations into segments and fire new one when ongoing finishes.
3. Deal with render blocking scripts.
Sent from my K7 using Tapatalk