Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: Forum maintenance / downtime: 2021-03-14 0600-1000UTC
colak wrote #329242:
Feels good and very fast from here!
For info, the old forum server was a 2-core Xeon E5 (benchmark):
~$ echo 'Processor: ' $(cat /proc/cpuinfo | grep 'name' | uniq | sed 's/model name\t: //g') '(cores available: '$(cat /proc/cpuinfo | grep process | wc -l)')'
Processor: Intel(R) Xeon(R) CPU E5-2650 v4 @ 2.20GHz (cores available: 2)
…and the new one is a single-core Xeon Gold (benchmark):
$ echo 'Processor: ' $(cat /proc/cpuinfo | grep 'name' | uniq | sed 's/model name\t: //g') '(cores available: '$(cat /proc/cpuinfo | grep process | wc -l)')'
Processor: Intel(R) Xeon(R) Gold 6140 CPU @ 2.30GHz (cores available: 1)
We also on newer hard drives, forum runs on PHP 8.0, and my build skills have improved markedly over the past 3 years, so it should be better all round.
(Edits for tweaks and benchmarks)
Last edited by gaekwad (2021-03-14 11:45:31)
Offline
Re: Forum maintenance / downtime: 2021-03-14 0600-1000UTC
Offline
Offline
Re: Forum maintenance / downtime: 2021-03-14 0600-1000UTC
That’s rather satisfying.
Offline