▒▓█ Website

BRAND NEW WEBSITE RESOURCE PRELOADER THAT SUCK LESS THAN PREVIOUS ONE

BRAND NEW WEBSITE RESOURCE PRELOADER THAT SUCK LESS THAN PREVIOUS ONE

What do you think about new-neon-glowing-terminal-like-resource-preloader? It should serve a as “waiting” pix on slower 3g connections. I rewrote parsing logic a bit and put some effort into the design. Loading icons injected by means of JavaScript with some “clip-path magic”, so no pictures or svg’s. Also dropped some decorations here and there, like these one. I am almost fullstack dev after all. As for me i am quite pleased with vertical orientation layout.
HOW TO IMPROVE PERFORMANCE OF WEBSITE

HOW TO IMPROVE PERFORMANCE OF WEBSITE

UPDATED ON: 2023-11-04 Nothing complex here, at least at this time. Here i’ll accumulate performance related information. ░▒▓ LAZY LOADING OF IMAGES ▓▒░ Just implemented lazy loading at my main index page. Concept is pretty simple you are loading images only when they appearing in the viewport of the browser. All you need to do is just to apply loading=“lazy” to the classes of loaded images. <img loading="lazy" src="/img/demo./png" alt="Picture"> In my case it was like this:

▀ BACK TO HOME PAGE ▀