MyBB Community Forums

Full Version: [req]a piece of code "MybbSessions" for faster MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Dear all PHP expert, Smile

To boost or make MyBB faster, I am using "mybb_sessions" table as HEAP not MyISAM. And setting MySQL configuration heap limited for 16MB. This table will grow until the limit after 2-3 days! We have more 1000 users active a day (same time at 60 minutes), excluding guests.

So, for all expert here.
Could you give a simple PHP code to empty this Heap, and I will run regularly as MyBB Task.

Thank You Cool
the daily cleanup task do that, look there
Where is it?
Maybe I forgot something