Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modifies first-ad-paint audit to use impression ping. #121

Merged
merged 2 commits into from Sep 10, 2019

Conversation

jburger424
Copy link
Contributor

Modifies first-ad-paint audit to use impression ping instead of render event, this is to account for complications encountered with OOP IFrames.

Shifts scoring metrics by -300 ms to account for differences in observed metrics.

This is in preparation for GoogleChrome/lighthouse#8979

…r event, this is to account for complications encountered with OOP IFrames.

Shifts scoring metrics by -300 ms to account for differences in observed metrics.
Copy link
Contributor

@warrengm warrengm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved with a suggestion for a follow-up PR

@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

const AdPaintTime = require('../computed/ad-paint-time');
const ComputedAdPaintTime = require('../computed/ad-paint-time');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we rename "ad paint" to "ad render" in a future PR? It's not really accurate after this change

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Created #122 for this

@jburger424 jburger424 merged commit d2916b6 into googleads:master Sep 10, 2019
@jburger424 jburger424 deleted the first-paint branch September 10, 2019 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants