Open GoogleCodeExporter opened 9 years ago
Original comment by jmara...@google.com
on 14 Jan 2013 at 7:44
By CE throughput, do you mean the resource got a .pagespeed.ce. URL? How big
was the image? Could you also elaborate on how step (3) was performed?
Original comment by morlov...@google.com
on 14 Jan 2013 at 10:23
Yes, a .ce url
Original HTML from IIS7 welcome screen:
<img src="welcome.png" alt="IIS7" width="511" height="411"/><br/>
<img src="welcome.png" alt="IIS7" width="577" height="411"/>
Will yield after refresh
<img
src="http://ps64release.weamp/511x411xwelcome.png.pagespeed.ic.q-98nme2T2.png"
alt="IIS7" width="511" height="411"/><br/>
<img src="http://ps64release.weamp/welcome.png.pagespeed.ce.WqzgBU_lVs.png"
alt="IIS7" width="577" height="411"/>
Both images will be around 180 KB.
We´ve done some other tests with other resources on all platforms, which give
the same result, ce resources are slower than resized resources under high
loads.
Original comment by kspoels...@we-amp.com
on 22 Jan 2013 at 7:22
Original issue reported on code.google.com by
kspoels...@we-amp.com
on 10 Jan 2013 at 8:19