-
public final class ViewEvent.LcpSubPartsSub-parts of the LCP
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classViewEvent.LcpSubParts.Companion
-
Constructor Summary
Constructors Constructor Description ViewEvent.LcpSubParts(Long loadDelay, Long loadTime, Long renderDelay)
-
Method Summary
Modifier and Type Method Description final LonggetLoadDelay()final LonggetLoadTime()final LonggetRenderDelay()final JsonElementtoJson()-
-
Constructor Detail
-
ViewEvent.LcpSubParts
ViewEvent.LcpSubParts(Long loadDelay, Long loadTime, Long renderDelay)
- Parameters:
loadDelay- Time between first_byte and the loading start of the resource associated with the LCPloadTime- Time to takes to load the resource attached to the LCPrenderDelay- Time between the LCP resource finishes loading and the LCP element is fully rendered
-
-
Method Detail
-
getLoadDelay
final Long getLoadDelay()
-
getLoadTime
final Long getLoadTime()
-
getRenderDelay
final Long getRenderDelay()
-
toJson
final JsonElement toJson()
-
-
-
-