I ran into this Danluu blog post the other day, and found it fascinating. He performed a set of benchmark tests on all the major forum software, and then discussed the modern trends of inefficiency as well as how the entitled attitudes of developers contribute to it. Everything in the post is pretty much spot on, from my own experiences.
What really satisfied me was seeing the actual benchmark results (just a bit of scrolling down the page) and discovering that MyBB, the forum software Inyouchuuverse is built on, is one of the most efficient services out there for devices to connect to, even older ones. The one real downside to it is that it doesn't serve up a mobile layout for phone users, something the search engines wouldn't like about us.
That said, the fact that MyBB is open source means that if it doesn't do I want, I can just take a page from Lord Nightmare's playbook and rip out part of it and replace it with bits that work the way I want them to. With all the source code out there for reference, I can't imagine it would be too difficult to put together a mobile layout that could be served to users connecting from a phone. For that matter, there's a "MyBB Mobile" framework that allows the easy creation of a connected app with notifications and everything. Admittedly, though, that's a big project for a small community, so I'm not sure I'll be going that far.
Now, if that link looks a little bland, that's intentional. The creator decided to strip out pretty much all the CSS after discovering a bunch of inefficiencies in Octopress, the blog platform he was using. The page is a bit hard to read at first, but after I'd read through a few screens of it, it all just started to feel right. I don't foresee our site turning into "default 90s style" if you will, but there's a lot of food for thought in there as to what should really matter when presenting information online. Honestly, it gives me a ton of ideas on efficient designs, and now that I'm rediscovering web programming, there's no telling what will come of all this.
That last link included a very interesting resource, webpagetest.org, which connects to a website and breaks down every connection and every bottleneck. So, of course, I turned it loose on Inyouchuuverse.
Based on the knowledge that MyBB is pretty darn efficient, I wasn't too surprised with these results. Indeed, the entire page loads in about half a second. One thing I did find interesting was that the biggest resource drain was, of all possible things, the logo in the top left (1/10 second to download), with some jquery taking up a close second. I will admit there's a part of me that wants to swap out that PNG for the original SVG source, although at this point I doubt this forum could load much faster than it already does. Which makes me happy!