-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lag and not show speed and time lelf. #4
Comments
I added support for speed and time measures. Please try the latest dev version here, And about the 5 second lag: the downloader first need to get the file info by sending a |
thx u for answer me. i try to download big filesite it freeze browser. i think more big files site more freeze it stuck , when i download from this url. it can't download complete. How i save to another folder? i set download to desktop but C:\Users\name\Downloads |
Please open a new bug for this
Can you confirm on the latest dev version, https://github.com/inbasic/turbo-download-manager/blob/master/src.safariextension/executables/extension.xpi?raw=true
It is very unlikely the size of file has anything to do with the performance. The downloader writes chunks as soon as they are ready. Anyhow, please try the downloader on a clean profile to make sure none of your extensions is conflicting with the downloader. Then try to download when the UI is open and once when it is closed. Is there any visible performance difference? |
i confirm v.0.1.4 |
So there is no more freezing problem in 0.1.4 or 0.1.5b1? |
0.1.5b1 same problem it stuck , when i download from youtubetomp3 and userscloud. So there is no more freezing problem ? --> i think it very lag. |
Turned out that youtubetomp3 only allows a few threads for each download. If you reduce the number of threads to 3 and do not pause the download, it works fine. But if you pause the download multiple times, the server returns 403 (forbidden). I added a new item to the UI. Now you can check the number of retires extension does for a single download. If this number exceeds 30, the download is pausing. Try the latest built, 0.1.5b3, https://github.com/inbasic/turbo-download-manager/blob/master/src.safariextension/executables/extension.xpi?raw=true I was not able to check userscloud though.
Wow! it does lag your browser! I assume this is a conflict with another extension of yours. Can you try the downloader on a clean profile and repeat this test? |
0.1.5b3 i can download from youtubetomp3 and userscloud.complete. it stuck 0% number exceeds 30, the download is pausing and i click resume many time but it stuck o% long time. Wow! it does lag your browser! I assume this is a conflict with another extension of yours. Can you try the downloader on a clean profile and repeat this test? --> i test on a clean profile and i think it not different,it very lag but it only a big files download. |
I believe the lag issue is fixed on 0.1.6b1, Basically, the problem was the time required by OS to create such a huge file. In 0.1.6b1, the downloader increases the number of chunks and start writing initial chunks. This way OS has enough time to allocate the file. Can you confirm? |
Confirm!! awesome,don't lag anymore. About this url. |
So this server does not support multi-threading. In the latest dev version, there is a better support for this type of servers; meaning, the number of threads requested by user is now ignored (only a single thread is actually applied). And when the download fails, the downloader fails the download process instead of pausing it as there is no support for resuming anymore. Just for clarification, if a server is not supporting multi-threading, there is no advantage of using TDM at all. You can find multi-threading support info in the download log ("i" button). |
ok,i see. :) |
@lagun I am closing this bug. Please do let me know if you have any more suggestions by opening new bugs. |
Firefox 41.0.1
it lag 5 sec after i click download files and it not how much speed and time lelf.
this url
http://dl.filehorse.com/win/anti-virus/avast-antivirus/Avast-Free-Antivirus-10.4.2233.exe?st=RcVRm2hdj09OfWXYLZo3NQ&e=1444147125&fn=avast_free_antivirus_setup.exe
picture
http://postimg.org/image/8i5umr6pf/
About speed download is good
The text was updated successfully, but these errors were encountered: