performance-metrics
Here are 260 public repositories matching this topic...
DNS preanalyze
DNS preanalyze is a way to reduce DNS analyze time:
<meta http-equiv="x-dns-prefetch-control" content="on" />
<link rel="dns-prefetch" href="http://www.baidu.com" />
For the moment there is no ability to use IAM instance profile for access to s3 bucket as it is not described in documentation
Could yo
-
Updated
Oct 17, 2021 - Java
-
Updated
Jan 29, 2019 - JavaScript
-
Updated
Nov 5, 2021 - Java
-
Updated
Nov 3, 2021 - C++
-
Updated
Oct 27, 2021 - C#
-
Updated
Jan 15, 2021 - C++
-
Updated
Aug 14, 2021 - JavaScript
-
Updated
Nov 12, 2021 - Go
-
Updated
Feb 12, 2018 - JavaScript
-
Updated
Sep 29, 2021 - JavaScript
-
Updated
May 14, 2019 - Python
-
Updated
May 15, 2019 - Java
Is your feature request related to a problem? Please describe.
The .. module has a conditional dependency on the parseurl library. This library is not an agent dependency. However, if parseurl is present then the agent will use it instead of it's own home grown URL parsing.
We've had users report that this conditional `re
-
Updated
May 12, 2019 - Go
-
Updated
Aug 23, 2021 - Scala
-
Updated
Nov 3, 2021 - Scala
-
Updated
Jan 16, 2020 - Go
-
Updated
Sep 22, 2021 - JavaScript
-
Updated
Apr 13, 2021
-
Updated
Oct 8, 2021 - TypeScript
Ad blockers
it seems that APM RUM is blocked by ublock origin ad blocker.
The rule:
Any way to get pass it? Might be a option a to have that we can change the URL to avoid those ad blockers blocking performance data?
Thanks
-
Updated
Jun 11, 2018 - JavaScript
-
Updated
Feb 23, 2020 - TypeScript
-
Updated
Nov 7, 2021 - Java
-
Updated
Mar 29, 2017 - HTML
-
Updated
Jul 24, 2021 - Java
-
Updated
Oct 12, 2021 - HTML
Improve this page
Add a description, image, and links to the performance-metrics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the performance-metrics topic, visit your repo's landing page and select "manage topics."
https://github.com/GoogleChrome/lighthouse/blob/master/lighthouse-core/audits/image-size-responsive.js#L149
This is the only audit that saves a separate "elidedUrl" property. All other audits save the result of
URL.elideDataURIto theirurlproperty. We should just seturlto this elided value, and dropelidedUrl. Otherwise, data uir images failing this audit will make the LHR larger th