|
|
kiki & ayano
Jr. Member ⚓︎
 


devour the past ⛺︎ My Room
Artifacts:

|
 |
« Reply #46 on: an Autumn night » |
|
my websites are collectively around 1.04 GB in size according to neocities, but that's mostly due to running a pokemon website where i have multiple sets of assets containing graphics of every gen 1-2 pokemon (around 251 of them, + 25 extra unown forms) in both their normal and shiny colorations, which are essential to make certain javascript tools on the site work. in particular i host some decently high quality GIFs on the site of some 3D models of said pokemon, and both the normal and shiny folders for those take up ~215 MB on their own. since they're there partially for archival purposes, it was a bad idea to sacrifice the quality for less size. plus, there's a third folder for those 3D model GIFs that breaks them into vertical png spritesheets which is essential for yet another javascript tool, which is yet another 200+ MB. that being said, on no webpage are all of these images loaded at once (usually two at most), and overall the actual pages on the site are still very lightweight. i try to make sure images in my articles are compressed and whatnot. i don't host any media other than images and html/js files in particular. i could probably stand to downsize some of the images used in kiki's journal on our personal website a bit more, though those don't take up much overall space. it would just be nice for those journal entries to load a little faster and i don't think compressing them more would lose much.
- ayano
|
|
|
|
|
Logged
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Semper
Full Member ⚓︎
  
 

shifting into soup mode ⛺︎ My Room
StatusCafe: semper
RSS: 
Guild Memberships: Artifacts:
 
|
 |
« Reply #57 on: a Spring night » |
|
My main site is 173.5 mb currently, and that is a majority art. I have well over a hundred pieces stored on my server with plans to make several more galleries. I accept that this is just the way of a visual artist's website, even if I were to compress all my files. I admit I could do more compressing (and make peace with Webp), but as I see it I'm not really breaking the bank in either storage or bandwidth. I consider it a flex that my whole site can fit on a usb key several times over. I'm also sitting comfortably at 50GB of storage with that Neocities supporter swagger and I cannot imagine filling that up anytime soon unless I get really into hosting HD video. I'm interested in what @technomage and @Melooon said about how bandwidth works: If you want your site to load quicker, reducing file sizes blindly is generally not where you want to focus. Clean up your code so the browser doesn't need to work any harder than it needs to, and focus on caching files like your CSS and anything that gets reused across many pages that you can load with JS/iFrames or native HTML solutions. Your browser only has to download these files once, and things load faster... Plus it does, incidentally, have the side-effect of making file sizes smaller too, so... Brought it back around lol Individual pages can slow down if they have a lot of stuff on them, but that slowdown happens in your visitors browser and hosting the images elsewhere will have no effect (it’ll actually slow it down even more because loading images from multiple domains is a teeeeny bit slower)
It’s better to keep everything in one place no matter how big or small it is This fascinates me! I didn't know that the browser fighting to parse spaghetti is what can slow down a site's load time. I see this as all the more reason to keep my code clean and well documented.
|
|
|
|
« Last Edit: a Spring day by Semper »
|
Logged
|
Feel free to climb the tree
|
|
|
|
|
|
|