You are going to block this site. This will do the following:
- You will no longer see this site in searches.
- Site will no longer see your site in searches.
- Site will not be able to comment on your site profile.
- Any comments this site has posted to your profile will not be displayed.
Are you sure you want to do this?
github is decent, I think. the only issue (that I've had) is that it doesn't support server side scripts so php. and then I saw this really cool one called poyoweb but it only has 500mbs of space- I'm also not sure what the interface is like!
oh-- and poyoweb is also static hosting ;-;
Aw dang... I guess I would have to either host the mySQL and PHP stuff outside, which doesn't seem ideal. I still hope to find one that supports dynamic pages, cause convenience of administering everything in the same place. I'll have to wait and see
netlify if you want high uptime. They have bandwidth limits, as well, however. I would highly recommend optimizing all the images on your website, as well, which will help minimize bandwidth usage. I use ImageMagick, but there are online tools like ezgif.com that do the same thing.
Optimization and compression sound scary in theory, but in reality most people (yourself included) probably won't notice the difference between an uncompressed .PNG and a 20-30% compressed .jpeg (unless you need transparency, in that case you can optimize .pngs using ImageMagick and EZGif (https://ezgif.com/)
github repo + Cloudflare Pages is a solid free hosting system! I use it, and it also has support for dynamic pages, which do have usage limits, but it's based on execution time. so you're unlikely to run into anything until you experience a truly gigantic popularity explosion! only thing is that the dynamic stuff ("cloudflare functions") are proprietary and a little weird to get used to. they are in JS though!
cloudflare pages is truly free as far as I can tell, I've been using it for corru.observer for a bit to great effect
Thank you all for the suggestions! I'll contemplate over em and see what I can go for <3