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

Better management of the 200 page views/day limit in WebPageTest #149

Open
phacks opened this issue Mar 27, 2020 · 0 comments
Open

Better management of the 200 page views/day limit in WebPageTest #149

phacks opened this issue Mar 27, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@phacks
Copy link
Contributor

phacks commented Mar 27, 2020

Today, the majority of “Failed audits” is due to the project reaching the limit of 200 page views / day imposed (rightly) by the WebPageTest API.

There should be a better way to handle that than what we do right now, which is “keep trying to run audits on a fixed schedule (3x per day, 3 runs per audit) and if it fails so be it”.

Possibly an interface that would let project admins choose how they spend their tokens? I drew up a quick mockup:

a mockup of the token management user interface

Excalidraw source

Note: for private WebPageTest instances, there is no upper limit on the number of pageviews (to the best of my knowledge). We should think about what to do in that case (let an admin set an arbitrary limit? Set no limit?)

@phacks phacks added the enhancement New feature or request label Mar 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant