borowiak / pwa-technologies

Automatically exported from code.google.com/p/pwa-technologies
0 stars 0 forks source link

Apply "Refresh" on the Replay interface by default #94

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Some pages only present their embedded images after "Refreshing" the archived 
page.

http://arquivo.pt/wayback/wayback/19961013204418/http://www.si.edu/

However, most users do not do this and get a poor user experience from the PWA 
service.

Thus, the suggestion is that the Javascript that rewrites the links within the 
archived page would also include a command to force the Refresh of the archived 
page. The "Refresh" command should be the last one to be executed by the script.

The effectiveness of thus change must be carefully tested because it will 
impose additional load on the system. The Document Servers will receive two 
requests per access to each web archived page.

I believe that this effort will payoff.

This change should considered when the new interface for the Replay bar is 
implemented. 

https://code.google.com/p/pwa-technologies/source/browse/#svn%2Ftrunk%2FPrototyp
eReplayBarHTML 

Original issue reported on code.google.com by danielco...@gmail.com on 21 Nov 2014 at 11:21

GoogleCodeExporter commented 9 years ago
We spotted another issue that should be related. 

In this link:
http://arquivo.pt/wayback/wayback/20091222143335/http://vodka-atonito.blogspot.c
om/

Even after refreshing the page, the images dont appear. While loading the image 
we can see the images but after page load completes it disappear.

This problem was reproduced in Ubuntu Desktop with Chrome and Firefox Browsers

Original comment by daniel.b...@gmail.com on 10 Apr 2015 at 4:37