MyBB 1.4 Feature Tour
MyBB 1.4 is a major release of the most powerful, free PHP and MySQL forum software available. There's over 50 new features, many behind the scenes optimizations and a complete rewrite of the Administrator Control Panel. Take a look at the tour below for a small snapshot of exactly what's new and improved in MyBB 1.4 or take a look at the full list.
Performance Improvements
So fast, you're still going to be chasing it
MyBB 1.2 was fast and efficient for what it needed to do. We've made further improvements with MyBB 1.4 though to make it even faster and handle larger sized forums than what were previously possible.
Working closely with the forum team members on the NCAAbbs forums and even having a MyBB team member on their team has allowed us to determine the bottlenecks in MyBB 1.2 and completely eradicate them from MyBB 1.4.
We haven't had a chance to run the numbers yet but when we do, we’ll be sure to let you know.
Built-in support for eAccelerator, memcached and X-Cache caching
In a standard installation of MyBB, we already cache the most frequently accessed items (a list of forums, user groups, birthdays etc) to either the database or the file system. While this is a great speed and optimization improvement, having this information stored in memory on the server is quicker once again.
MyBB 1.4 has the ability to store cached information using built-in shared memory caching from PHP modules such as X-Cache and eAccelerator and also has the ability to interface with memcached servers for cache storage.
Delayed thread view counter updates
MyBB keeps track of whenever a user views a thread to provide the number of views it's received. For larger forums, constantly updating this in the threads table meant tables were locked by the database server and posting time & modification would be affected.
It's now possible to have the number of views a thread receives updated in batches by the automated task scheduling system. The number of views a thread receives can now optionally be updated every X minutes instead of instantly.
« User Interface Improvements