You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noted about this in this comment, but I think it's better to create a separate issue.
Also the similar behaviour was in VM, but it was fixed recently.
Expected Behavior
Downloading with GM.xmlHttpRequest of "big" files works fast, without any lag or freezing.
ViolentMonkey (the latest version) downloads a 100 MB almost instantly (as soon as all data were received from a server).
Actual Behavior
Downloading of a 100 MB file leads to a lags for 6 second + for 10 the page is totally frozen. (16 seconds of total)
Install this script, reload this page, and try to select different parts of a text, you will see the lags (~1 fps) and the page freezing for some time until the file is downloaded (saved).
You can also try this with less sized file (32 MB): https://giant.gfycat.com/ShockedSecondaryFiddlercrab.mp4
Note: the lags (freezing) start after the file downloading was complied in the background script (when the data transmit will be started from the background script to the content script).
I have noted about this in this comment, but I think it's better to create a separate issue.
Also the similar behaviour was in VM, but it was fixed recently.
Expected Behavior
Downloading with
GM.xmlHttpRequest
of "big" files works fast, without any lag or freezing.ViolentMonkey (the latest version) downloads a 100 MB almost instantly (as soon as all data were received from a server).
Actual Behavior
Downloading of a 100 MB file leads to a lags for 6 second + for 10 the page is totally frozen. (16 seconds of total)
Specifications
Script
The text was updated successfully, but these errors were encountered: