ThomazPom / Moz-Ext-UltimaDark

Web Extension that uses agressive technique to get dark mode everywhere
12 stars 3 forks source link

Can't change extension settings while it is parsing a slow page for the first time #44

Closed Vintagemotors closed 6 months ago

Vintagemotors commented 6 months ago

Not sure if this is known or would even be in scope: Parsec took over 30 seconds for first load: https://parsec.app/ I added it to the excluded list once it loaded as it is natively dark.

ThomazPom commented 6 months ago

Good case, thank you. It's also due to the image editing feature in UltimaDark which is still broken.

ThomazPom commented 6 months ago

I fixed a bug in version 1.5.21 that was making pages hang for a long time—something that got messed up in 1.5.4. It might have made the loading time even longer, which is even worse with image editing feature on https://parsec.app/.

Vintagemotors commented 6 months ago

It appears to have been resolved by 1.5.21! I will continue to monitor and close this issue in a week as long as it does not occur again.

Update: it occurred again, 1.5.21 and Firefox 122.0b3 Developer Edition on discord.com

ThomazPom commented 6 months ago

Great news, i found a way to edit images as chucks. I don't know how far we can go with this, but if it is exploitable it will be a game changer in terms of speed.

ThomazPom commented 6 months ago

By far i mean that the current way of editing images don't care about chunks to do its job ( No chunk = low speed ), but to know if a picture deserves a brightening or not we may need a bit of context that a single chunk of an image can't give by itself.

Vintagemotors commented 6 months ago

Closing as delay is now negligible and within normal expectation for any browser extension on a slow page. (Tested on 1.5.28)