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

Make PageSpeed Insights part of CI #486

Merged
merged 1 commit into from
Nov 29, 2016

Conversation

denar90
Copy link
Member

@denar90 denar90 commented Sep 19, 2016

Related to #485

port: port,
options: {
//@todo up it to 85-90 when pages speed will be fixed
threshold: 10
Copy link
Member

Choose a reason for hiding this comment

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

What's the impact on testing runtime?

Copy link
Member Author

@denar90 denar90 Sep 19, 2016

Choose a reason for hiding this comment

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

I think impact is not so much but it worth it. Right now we have issue about page speed #394 After fixing it I really don't wanna go back and fix it once more. If someone propose changes which downgrade pagespeed then CI automatically fail it.

Copy link
Member Author

Choose a reason for hiding this comment

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

Or maybe you asking about purpose of adding threshold: 10 so low. I think to add PSI asap to already have it. threshold can be increased after next pr's with pagespeed fixes.
Also it helpful for testing during developing pagespeed fixes.

Copy link
Member

Choose a reason for hiding this comment

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

I think I was referring more to your TODO there - it sounds like PageSpeed is having some impact on the build times and I was curious as to whether it would cause issues in future.

With the threshold being low, what's needed to bring it up?

Copy link
Member Author

Choose a reason for hiding this comment

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

Ideally pages have to have threshold about 85, but right now on some pages it's lower. So value is set threshold: 10 to successfully pass the build process. When page speed will be fixed we can up it.
Other then that, it will be not run during deploy, so it's only just for checking new changes.

Copy link
Member

Choose a reason for hiding this comment

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

Ohh I see, it's related to scoring. For some reason I though threshold was related to a number of pages to run through it! My bad :P

Copy link
Member Author

Choose a reason for hiding this comment

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

No problem 👍

Copy link
Member

@scott-w scott-w left a comment

Choose a reason for hiding this comment

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

I'm a fan

@peterblazejewicz
Copy link
Member

@denar90 Artem, still valid? I want to merge this PR

@denar90
Copy link
Member Author

denar90 commented Nov 29, 2016

@peterblazejewicz I think so. If nobody against it, I would love to have it merged.

@peterblazejewicz peterblazejewicz merged commit e0b410d into marionettejs:master Nov 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants