Skip to content

Commit

Permalink
Update pagespeedonline_v5 percentile
Browse files Browse the repository at this point in the history
  • Loading branch information
iancamleite committed Sep 20, 2023
1 parent 1fd23db commit dfe8333
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/dyn/pagespeedonline_v5.pagespeedapi.html
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ <h3>Method Details</h3>
&quot;formFactor&quot;: &quot;A String&quot;, # Identifies the form factor of the metric being collected.
&quot;median&quot;: 42, # The median number of the metric, in millisecond.
&quot;metricId&quot;: &quot;A String&quot;, # Identifies the type of the metric.
&quot;percentile&quot;: 42, # We use this field to store certain percentile value for this metric. For v4, this field contains pc50. For v5, this field contains pc90.
&quot;percentile&quot;: 42, # We use this field to store certain percentile value for this metric. For v4, this field contains pc50. For v5, this field contains pc75.
},
},
&quot;origin_fallback&quot;: True or False, # True if the result is an origin fallback from a page, false otherwise.
Expand All @@ -385,7 +385,7 @@ <h3>Method Details</h3>
&quot;formFactor&quot;: &quot;A String&quot;, # Identifies the form factor of the metric being collected.
&quot;median&quot;: 42, # The median number of the metric, in millisecond.
&quot;metricId&quot;: &quot;A String&quot;, # Identifies the type of the metric.
&quot;percentile&quot;: 42, # We use this field to store certain percentile value for this metric. For v4, this field contains pc50. For v5, this field contains pc90.
&quot;percentile&quot;: 42, # We use this field to store certain percentile value for this metric. For v4, this field contains pc50. For v5, this field contains pc75.
},
},
&quot;origin_fallback&quot;: True or False, # True if the result is an origin fallback from a page, false otherwise.
Expand All @@ -398,4 +398,4 @@ <h3>Method Details</h3>
}</pre>
</div>

</body></html>
</body></html>

0 comments on commit dfe8333

Please sign in to comment.