[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Audits](./puppeteer.protocol.audits.md) > [GetEncodedResponseRequest](./puppeteer.protocol.audits.getencodedresponserequest.md) > [sizeOnly](./puppeteer.protocol.audits.getencodedresponserequest.sizeonly.md) ## Protocol.Audits.GetEncodedResponseRequest.sizeOnly property Whether to only return the size information (defaults to false). Signature: ```typescript sizeOnly?: boolean; ```