Refreshing pages with incomplete images
Currently refreshing a page only redownloads the text portion (I believe) and not the images, which is perfect IF the images have been fully downloaded/cached. On my slow connection, image-downloads frequently timeout, and refreshing doesn't retry to get them :'(.
Hi. That's true. Probably we should have "reload image" in IMAGE OPTIONS menu. Regards, furaisanjin 2010/9/22 Dennis Nezic <dennisn@dennisn.dyndns.org>:
Currently refreshing a page only redownloads the text portion (I believe) and not the images, which is perfect IF the images have been fully downloaded/cached. On my slow connection, image-downloads frequently timeout, and refreshing doesn't retry to get them :'(.
_______________________________________________ Dillo-dev mailing list Dillo-dev@dillo.org http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev
On Wed, Sep 22, 2010 at 12:43:03AM -0400, Dennis Nezic wrote:
Currently refreshing a page only redownloads the text portion (I believe) and not the images, which is perfect IF the images have been fully downloaded/cached. On my slow connection, image-downloads frequently timeout, and refreshing doesn't retry to get them :'(.
With a slow connection (e.g. dialup), use something like: http_max_conns=2 /* or 3 */ in dillorc (this solves most of the problem). If a long image download stalls anyway, you will have to reload the whole of it: right click image, "Isolate image", reload, back. -- Cheers Jorge.-
On Wed, 22 Sep 2010 11:06:50 -0400, Jorge Arellano Cid wrote:
On Wed, Sep 22, 2010 at 12:43:03AM -0400, Dennis Nezic wrote:
Currently refreshing a page only redownloads the text portion (I believe) and not the images, which is perfect IF the images have been fully downloaded/cached. On my slow connection, image-downloads frequently timeout, and refreshing doesn't retry to get them :'(.
With a slow connection (e.g. dialup), use something like:
http_max_conns=2 /* or 3 */
in dillorc (this solves most of the problem).
Yes, lowering that seems to have helped.
If a long image download stalls anyway, you will have to reload the whole of it: right click image, "Isolate image", reload, back.
It would still be nice if this could be automated via the normal reload mechanism :D.
participants (3)
-
dennisn@dennisn.dyndns.org
-
furaisanjin@gmail.com
-
jcid@dillo.org