site banner

Bugs, Suggestions, Small Comments, And Site News

Have you found a problem in the site? Do you want to make a suggestion on improvement? Do you just want to say "hi everyone"? Post it here!

If you'd like to help with development, check out the Github and the dev Discord. We have a practically infinite list of small things that need to be fixed or changed.

24
Jump in the discussion.

No email address required.

Yeah it's definitely on the 'nice to have' -- Tampermonkey is a good suggestion, I may dive in and see if I can get some idea of feasibility that way.

The font changes etc. continue to look really good -- it seems like you've increased the chunk size of comments loaded as well? I'm getting more than previously anyways, which is working well performance-wise AFAICT.

it seems like you've increased the chunk size of comments loaded as well?

Yep, went from 50 comments per page to 200 comments per page :)

This did increase page load time painfully, though - it's tolerable for now but it's not going higher until we have better setups for this.

Huh, is that "observed client-side" or some test dealie?

It's not noticeably longer for me (like, I literally didn't notice for a while because it was a lot closer to the reddit experience) and anyways 'one longer pageload' would be better than 'four slightly shorter pageloads'!

Transition is getting pretty smooth (if not better than Reddit in some ways) -- excellent work man!

You actually can observe it client-side; click the Culture War Roundup comment page and count how long it takes to display the page. It's going to be at least two seconds because that's how long it takes the server to chug through the processing. Double that number again and it'll probably go up to 4-5 seconds, and there's a surprisingly low limit on how long people will comfortably wait for a page to display.

We've got some ideas on how to fix this, but they join a queue of other things we need to deal with.

Transition is getting pretty smooth (if not better than Reddit in some ways) -- excellent work man!

Thanks! I'm pretty happy with it - the shortest-term threats are, somehow, over with.

Now we just gotta deal with the longer-term problems. :V