Good to know! Yeah the shorter the loading time the better, doesn't seem like the resources required are that heavy. :) Back in the day so many sites had splash screens or loading sequences, but it seems people realized it wasn't the most user-friendly way. Took some extra time each time you visited the site, and though it looked cool, eventually you started wanting to just get to the content right away. But if this is all cached then hmm...
Are you using Cloudflare btw? Been thinking about getting a good CDN, just a little worried it might cache the wrong resources. Admin panels and stuff. You really have to pay attention to the blacklist.
Alright. :) Sleep's good after all! Sure thing. I like reading behind the scenes stuff like this. Especially regarding site design/technicalities.
Cyberdevil
This might be the most professionally formatted news post I've stumbled upon here so far... very in-depth info on everything, maybe a little overly in-depth sometimes, but it's easy to skim through with this kind of structure.
Regarding the site, it looks pretty cool, though would probably be good with some on-screen instructions as to what's going on (when it loads, for example), and when it HAS loaded, so you can click that square and delve further in. It took some time to load too. Hope visitors aren't thrown off by that. You generally want to load things sequentially, with the most important content first, so that the visitor doesn't get bored and leave - less important areas can load in the background/below the top content - but this seems to not let you proceed until everything is completely done. But it does get me back to when sites were actually creative, and individual things, so that's pretty cool.
Looking forward to seeing more of your work here! That last visualizer definitely felt like more than it was. :) Maybe a sleep-deprived states is what it takes to really brings out that special inspiration.
Noisysundae
"Only the main layout and its components are loaded at start. There are 2 things that make the initial load long: The CDN providing the font, and the spinner animation itself. Currently, it checks if the site finishes loading only when an animation loop ends (~6 seconds) since I want it to be seamless. I guess I should speed it up a bit. And about the font, I'm going to quit using that CDN and just make it load from the site server normally.
Really, the visualizer design was laid out long before I start rushing it, so not getting enough sleep has nothing to do with the inspiration in this case. Nonetheless, I really thank you. Thought no one would bother reading anything but the first section. :D" — The Manager