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
{{ message }}
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.
I have my pages set up to take screenshots with a page height of 10,000 px. The generated PNG files are ~10mb. As I click back and forth between baseline and actual in VisualReview, I noticed that there was a considerable delay. After opening the network tab, I realized that each image is loaded / reloaded from the server each time I click the radio button for baseline / actual.
Ideally, the UI should be written in a way that it does not need to make a request out to the server every time, or the cache headers should be set to allow the browser to cache the images.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have my pages set up to take screenshots with a page height of 10,000 px. The generated PNG files are ~10mb. As I click back and forth between baseline and actual in VisualReview, I noticed that there was a considerable delay. After opening the network tab, I realized that each image is loaded / reloaded from the server each time I click the radio button for baseline / actual.
Ideally, the UI should be written in a way that it does not need to make a request out to the server every time, or the cache headers should be set to allow the browser to cache the images.
The text was updated successfully, but these errors were encountered: