Refreshing comments on an active post is one of the hardest-hitting requests for the server performance-wise in 0.18.1 era.
see comments
Refreshing comments on an active post is one of the hardest-hitting requests for the server performance-wise in 0.18.1 era.
see comments
API for performance vote/like
Bulk voting that client sends to servers. These are the comments and posts that I would like to upvote, list.
Bulk vote downloads: These are the postings I want the latest vote count on. These are the comments I want vote counts on. list.
An API to query comments and posts and get returned only the post_id/comment_id and counts, with limits up to 2500 rows returned. Very little data per row, many rows, bulk refresh so that a client can find out about interesting comments and posts and then request them from the API.