Hey ,
Am not an expert on PHP,MYSQL but i can share something for mybb community
in my experiment i found
often using table data in MYBB forum is mybb_sessions , presently the storage engine for this table is MyIsm ... But if we change this to MEMORY ... The performance will increase well drastically ... But there could be an issue of RAM memory eating .. If we use storage engine as MEMORY ...
Use below steps to solve the issue ... And enjoy better performance
1.upload 10minutes.php in to inc/tasks ( available in attachment of given link http://kreview.com/t-Tips-to-increase-mybb-performence)
2.Login to mybb admin and open page "Tools And Maintenance"
3.Open "Task Manager" available in left menus
4.open "Add New Task"
5. Select "Task File" as 10minutes.php and fill " Title *" and "Short Description * " as "flush session 10 minute"
6. Fill "Minutes" as 0,10,20,30,40,50
7. All other input fields no need to change (Default is enough)
Below steps do after login to CPanel
8. Login to "phpmyadmin" and navigate your database then open the table named "mybb_sessions"
9.On top menu there is an option "Operations" having a spanner icon ... open it
10.Under "Table options" select box for "Storage Engine" select "MEMORY"
then "Go"
Thats ... You done alll ....
Another is in Home » Board Settings » Server and Optimization Options
set "NO" to "Output template start/end comments? " (it need only in debugging or designing)
set "NO" to "Enable Forum Jump Menu?" i believe this feature is not impacting to user experiance
Am not an expert on PHP,MYSQL but i can share something for mybb community
in my experiment i found
often using table data in MYBB forum is mybb_sessions , presently the storage engine for this table is MyIsm ... But if we change this to MEMORY ... The performance will increase well drastically ... But there could be an issue of RAM memory eating .. If we use storage engine as MEMORY ...
Use below steps to solve the issue ... And enjoy better performance
1.upload 10minutes.php in to inc/tasks ( available in attachment of given link http://kreview.com/t-Tips-to-increase-mybb-performence)
2.Login to mybb admin and open page "Tools And Maintenance"
3.Open "Task Manager" available in left menus
4.open "Add New Task"
5. Select "Task File" as 10minutes.php and fill " Title *" and "Short Description * " as "flush session 10 minute"
6. Fill "Minutes" as 0,10,20,30,40,50
7. All other input fields no need to change (Default is enough)
Below steps do after login to CPanel
8. Login to "phpmyadmin" and navigate your database then open the table named "mybb_sessions"
9.On top menu there is an option "Operations" having a spanner icon ... open it
10.Under "Table options" select box for "Storage Engine" select "MEMORY"
then "Go"
Thats ... You done alll ....
Another is in Home » Board Settings » Server and Optimization Options
set "NO" to "Output template start/end comments? " (it need only in debugging or designing)
set "NO" to "Enable Forum Jump Menu?" i believe this feature is not impacting to user experiance