compare icon indicating copy to clipboard operation
compare copied to clipboard

Uses browsertime.har.gz instead of browsertime.har

Open SunnyGurnani opened this issue 3 years ago • 3 comments

When inferring Har Path from PageURL Compare is trying to find file browsertime.har.gz whereas SiteSpeed.io is creating browsertime.har

Test with Following https://dobermanv2.s3-us-west-2.amazonaws.com/sitespeed-result/2020/10/19/xGIVIfF4e-control/pages/www.realtor.com/index.html

Following is the error Failed to fetch JSON from https://dobermanv2.s3-us-west-2.amazonaws.com/sitespeed-result/2020/10/19/xGIVIfF4e-control/pages/www.realtor.com/data/browsertime.har.gz. Error: Forbidden

SunnyGurnani avatar Oct 19 '20 23:10 SunnyGurnani

Hi @SunnyGurnani I didn't fully get where its wrong? Is the compare button where the link is broken? Can you show me with a screenshot?

soulgalore avatar Oct 20 '20 02:10 soulgalore

image

SunnyGurnani avatar Oct 21 '20 03:10 SunnyGurnani

Aha thanks so we take for granted its gzipped. I guess the workaround then is to try to fetch both and if the first fail, try the other one.

soulgalore avatar Oct 21 '20 07:10 soulgalore