[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [LayerTree](./puppeteer.protocol.layertree.md) > [ProfileSnapshotRequest](./puppeteer.protocol.layertree.profilesnapshotrequest.md) > [minDuration](./puppeteer.protocol.layertree.profilesnapshotrequest.minduration.md) ## Protocol.LayerTree.ProfileSnapshotRequest.minDuration property The minimum duration (in seconds) to replay the snapshot. Signature: ```typescript minDuration?: number; ```