2022-03-01, 06:00 AM
hi, I suggest in newer versions, if possible, use the file instead of storing it in the database for the template system.
Some reasons :
1 . Read and write speed in the file faster than the database (of course, the database is also stored in the file, but it is structured)
2. The template system is to help novice and lazy users to edit the template but greatly increases the use of resources on the website.
3. Developers define templates for each line of code, and some users install dozens of these plugins, reducing the performance of MyBB.
4. .....
Thank you
Some reasons :
1 . Read and write speed in the file faster than the database (of course, the database is also stored in the file, but it is structured)
2. The template system is to help novice and lazy users to edit the template but greatly increases the use of resources on the website.
3. Developers define templates for each line of code, and some users install dozens of these plugins, reducing the performance of MyBB.
4. .....
Thank you