burhan-syed / troddit

A web client for Reddit with authenticated logins and a variety of browsing options
https://www.troddit.com
GNU Affero General Public License v3.0
554 stars 82 forks source link

Troddit is very slow to load subreddits if you follow a lot of users and subreddits #92

Closed desbest closed 2 years ago

desbest commented 2 years ago

Troddit is very slow to load subreddits if you are a power user who follows a lot of users, subreddits and multireddits.

It has something to do with loading the sidebar and fetching every subreddit, user, and multireddit I'm subscribed to, upon EVERY page load.

Because of this, I cannot follow or unfollow any subreddits until the loading has finished. I've had to use an adblock extension to block this URL in a regex (regular expressions) format.

www\.reddit.com\/user\/[a-z0-9]*\/about\.json\?aw_json=1

See this video for details.

And guess what? The website STILL works if I have that blocked.