GooseMod / OpenAsar

Open-source alternative of Discord desktop's app.asar
https://openasar.dev
GNU Affero General Public License v3.0
2.5k stars 66 forks source link

Suggestion: Cache `discord.com/app` #61

Open Rosentti opened 2 years ago

Rosentti commented 2 years ago

Every time when the Discord client is loaded, it downloads the web version of discord to display in the app. Could we cache or store the page and scripts locally instead, and make loading faster?

CanadaHonk commented 2 years ago

Genearl custom cache has been experimented with prior, results were mixed (+- about 5s depending on system).

boehs commented 1 year ago

I wonder under what cases a cache would increase loading times?

CanadaHonk commented 1 year ago

I wonder under what cases a cache would increase loading times?

@boehs Chromium's cache can interfere or be faster in some instances. Still experimenting.

LoneDev6 commented 1 year ago

Nice idea