this post was submitted on 23 Aug 2023
16 points (100.0% liked)
Free and Open Source Software
17926 readers
35 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
These tips are all solid, and reflect my setup. Database (MariaDB) and PHP files on the SSD, data storage on spinny bois. Don't underestimate the importance of a recent enough version of PHP, OpCache, enabled, and so on.
There's a whole chapter on performance tuning in the manual, and the "Security & setup warnings" part of the administration settings should point out some configuration issues, when it finds them.
My setup might actually take a (smallish) performance hit because I use btrfs for all my filesystems. Just don't get roped into the whole "wsl on Windows" thing, that's just not going to work out, it's a kludge that MS offers to not bleed users to Linux too much, but it's certainly not meant for server workloads.
The hardware should not be the bottleneck at all, the 1265 in OPs machine should not be significantly slower than the 1280 in mine.