Skip Navigation

User banner
Posts
85
Comments
468
Joined
2 yr. ago

Lemmy Wish list @lemmy.ml

lemmy_server client API listing of communities, add instance parameter

Autistic Adults @lemmy.ml

Overstimulation is Ruining Your life

Lemmy Wish list @lemmy.ml

What are your must-have top features you’d want to see in a Lemmy app or web client? - /c/AskLemmy

Lemmy Wish list @lemmy.ml

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

lemmy.ml meta @lemmy.ml

lemmy.ml now has over 1 million comment IDs in the database

Lemmy Support @lemmy.ml

Did Lemmy 0.18.0 change that it would fetch a summary of news stories when posting?

Lemmy Server Performance @lemmy.ml

lemmy.world feedback is that 0.17.4 performs better than 0.18.1 - is this true? What is slower?

Lemmy Server Performance @lemmy.ml

lemmy_server API for Clients and Federation alike, concurrency self-awareness, load sheding, and self-tuning

Lemmy Server Performance @lemmy.ml

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

lemmy.ml meta @lemmy.ml

At the time of this posting, lemmy.ml is crashing internally and frequently reporting JSON parsing problems of "timeout" messages - past 15 minutes

Lemmy Wish list @lemmy.ml

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

Lemmy Server Performance @lemmy.ml

Add http cache for webfingers by cetra3 · Pull Request #3317 · LemmyNet/lemmy (adding moka as an in-memory cache to Rust code)

Lemmy Wish list @lemmy.ml

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')

Lemmy Wish list @lemmy.ml

Procedures & code for ReHoming a Lemmy Community before and after an Instance is "lost"

Lemmy Wish list @lemmy.ml

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 Performance @lemmy.ml

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 Server Performance @lemmy.ml

Lemmy's Rust code - interfacing to PostgreSQL, http methods for federation connections inbound and outbound

Lemmy Wish list @lemmy.ml

Ability for site admin to list words that users/communities can't register with to prevent impersonation.

Lemmy Wish list @lemmy.ml

Even with lemmy.ml restarting today now on version 0.18, the default "active" view of posts seems neither active or fresh

Lemmy Server Performance @lemmy.ml

Lemmy PostgreSQL performance: comment_like & post_like tables have a lot of indexes (5 alone on comment_like), SQL INSERT is taking 0.4 seconds per upvote. Federation incoming lower priority?