Does anyone know if it is possible in Cypress to get not only the page load time but also its size? (megabytes) I need get page speed and page size and save this in log file. I use this article https://spin.atomicobject.com/2021/04/21/writing-performance-tests-cypress/ and page speed works, but i'm cant find how get page size (megabytes) of test page.