liftsiron
Owner/Admin
- Joined
- Nov 12, 2003
- Messages
- 18,995
A very big thanks to kubes to getting the forum up to 90% speed or better and the great new look. More thanks to kubes for turning me on to a fantastic web developer and vb6 database expert. We are at 100%.
There problems were fixed.
Increased the MySQL data buffer size to reduce data swapping from the drive. Turned off double-write in MySQL, cutting the amount of data written to the disk in half. Turned off "blocking" data sync to disk in MySQL, and instead new data is written every second. This makes writes happen in the background. Turned on PHP 8.2 opcache. This doubles PHP speed, on average. Installed the HTTP2 feature in Apache web server. This speeds up data transmission between the server and browser, especially on mobile devices. Turned on Brotli compression in Apache web server. This drops web page HTML data transmission size by about 75% to 90%.
There problems were fixed.
Increased the MySQL data buffer size to reduce data swapping from the drive. Turned off double-write in MySQL, cutting the amount of data written to the disk in half. Turned off "blocking" data sync to disk in MySQL, and instead new data is written every second. This makes writes happen in the background. Turned on PHP 8.2 opcache. This doubles PHP speed, on average. Installed the HTTP2 feature in Apache web server. This speeds up data transmission between the server and browser, especially on mobile devices. Turned on Brotli compression in Apache web server. This drops web page HTML data transmission size by about 75% to 90%.