coldbydefault-portfolio
Preparing search index...
types/pagespeed
PageSpeedResult
Interface PageSpeedResult
interface
PageSpeedResult
{
loadingExperience
?:
{
metrics
:
{
CUMULATIVE_LAYOUT_SHIFT_SCORE
?:
{
percentile
:
number
}
;
FIRST_CONTENTFUL_PAINT_MS
?:
{
percentile
:
number
}
;
FIRST_INPUT_DELAY_MS
?:
{
percentile
:
number
}
;
LARGEST_CONTENTFUL_PAINT_MS
?:
{
percentile
:
number
}
;
}
;
}
;
metrics
:
PageSpeedMetrics
;
strategy
:
"mobile"
|
"desktop"
;
url
:
string
;
}
Index
Properties
loading
Experience?
metrics
strategy
url
Properties
Optional
loading
Experience
loadingExperience
?:
{
metrics
:
{
CUMULATIVE_LAYOUT_SHIFT_SCORE
?:
{
percentile
:
number
}
;
FIRST_CONTENTFUL_PAINT_MS
?:
{
percentile
:
number
}
;
FIRST_INPUT_DELAY_MS
?:
{
percentile
:
number
}
;
LARGEST_CONTENTFUL_PAINT_MS
?:
{
percentile
:
number
}
;
}
;
}
metrics
metrics
:
PageSpeedMetrics
strategy
strategy
:
"mobile"
|
"desktop"
url
url
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
loading
Experience
metrics
strategy
url
coldbydefault-portfolio
Loading...