Rest up! I worry about what this place will look like on July 1st, when Reddit shuts off API access entirely.
Chat
Relaxed section for discussion and debate that doesn't fit anywhere else. Whether it's advice, how your week is going, a link that's at the back of your mind, or something like that, it can likely go here.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
Where are the bottlenecks? Frontend servers or on the db? I have a lot of experience running postgres at scale.
I had a first look last night and my preliminary findings are that the DB is actually fine, but the frontend (server.js from Lemmy-ui) and the Pict-rs service are the culprits.
Pictrs doesn't have lots of configuration options and often calls on exiftool to to... whatever. Pictrs also seems to have to deal with a few large pictures, so we reduced the upload size.
Sadly the error users get is some JSON parse error, so this doesn't really tell them the issue and they might try to upload again.
Found a few things which we might want to open a bug report for, but we first have to set up a test server to check my suspicions.