What are your must-have top features you’d want to see in a Lemmy app or web client? - /c/AskLemmy
lemmy_server should run a SHA256 checksum against every uploaded image and keep a database of all known images so that it does not have to store and link to exact uploads of the same image
Did Lemmy 0.18.0 change that it would fetch a summary of news stories when posting?
lemmy.world feedback is that 0.17.4 performs better than 0.18.1 - is this true? What is slower?
lemmy_server API for Clients and Federation alike, concurrency self-awareness, load sheding, and self-tuning
lemmy-ui seems to be doing database search for Post Title matches while typing every single character or edit, for performance reasons suggest an option to disable this feature be available to admins
At the time of this posting, lemmy.ml is crashing internally and frequently reporting JSON parsing problems of "timeout" messages - past 15 minutes
Lemmy 0.18.0 does not work when Firefox or Chrome saves a web page when viewing a Post ("Page Not Found") · Issue #1587 · LemmyNet/lemmy-ui
Add http cache for webfingers by cetra3 · Pull Request #3317 · LemmyNet/lemmy (adding moka as an in-memory cache to Rust code)
Sorting by hot includes very old posts (Allow instance operators to trigger immediate rebuild of sorting, plus tune parameters on what is 'hot' and 'active')
Procedures & code for ReHoming a Lemmy Community before and after an Instance is "lost"
lemmy server database UPDATE of each start of service and an API call to return uptime/start time of lemmy_server code. metainfo table or something
Lemmy Server - full text real-time searching of all comments&posts is a performance concern. Might have worked when lemmy database was low on content.
Lemmy's Rust code - interfacing to PostgreSQL, http methods for federation connections inbound and outbound
Ability for site admin to list words that users/communities can't register with to prevent impersonation.