dleewee

joined 1 year ago
[–] dleewee@beehaw.org 2 points 11 months ago (3 children)

Worse plug how? You can buy DP cables without the locking mechanism.

Example

[–] dleewee@beehaw.org 1 points 11 months ago

No problem at all! I was reluctant to comment as it seemed that you weren't interested in pursuing Nextcloud any further, but went ahead with my comment because I initially had very poor performance when using the basic container running with SQLITE.

I will admit that I had sync issues with a notes program when putting the file on Nextcloud. Some apps just aren't compatible with that storage paradigm it would seem.

Thanks for the thoughtful replies and good luck on your search!

[–] dleewee@beehaw.org 1 points 1 year ago* (last edited 1 year ago) (3 children)

Let's dig into performance a bit. Your gen8 server i believe is using E5-26xx CPUs which is plenty of power for speedy performance in Nextcloud. You mentioned upgrading the CPUs and RAM so should be good to go.

  1. Ensure application files are stored on a SSD. I have seen significantly poor performance in Nextcloud when it's running fully from HDD storage.
  2. Data storage is fine to remap to HDD storage. If running with docker this is as easy as:

volumes: - /HDD_storage/nextcloud/data:/var/www/html

  1. Make sure to run Mariadb/MySQL for the database as opposed to SQLITE.
  2. Ensure REDIS is used and working. This will cache and speed up the UI.

With all of that working correctly, Nextcloud is very performant on my comparable Dell R720.

Edit, I see below you are on a microserver. I think all of the above still applies but I don't have any experience with that hardware. I would still expect it possible to perform well on that device.

[–] dleewee@beehaw.org 9 points 1 year ago (5 children)

Would love to hear the highlights of what PenguinCoder did to remediate things.

[–] dleewee@beehaw.org 2 points 1 year ago

The article is misleading by leaving out critical details about the amount of energy actually used in the test.

That said, progress is progress.

[–] dleewee@beehaw.org 6 points 1 year ago (1 children)

It's been ages since I ran into a site issue, using both desktop and mobile Firefox. Not saying it doesn't happen, but seems that issues are very few and far between these days.