Performance tuning page

1 reply [Last post]
Posts: 1691

After realizing that most of the loading time for the server (for me) was spent in the database, I decided to tweak my MySQL configs a bit and found that using innodb_flush_log_at_trx_commit=2 improved the loading times by 2-3x. Pretty useful for when you load the server at least 25 times a day. So, I decided to create a [[performance tuning]] page for configuration tweaks like this.

Posts: 17

Spodi,

Thanks for sharing this, It's really essential for those on testing spree(s).

Thanks!