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

FAQ page loads are very slow #59

Closed
durden opened this issue May 5, 2016 · 1 comment
Closed

FAQ page loads are very slow #59

durden opened this issue May 5, 2016 · 1 comment

Comments

@durden
Copy link
Contributor

durden commented May 5, 2016

I recently started profiling page loads and the FAQ page is by far our slowest. I seen it peak around 8 seconds to load.

@durden
Copy link
Contributor Author

durden commented May 5, 2016

The problem is we're screen-scraping our Heroku slack inviter application to show the number of active users, etc. We're using a free Heroku instance, which requires a minimum of 6 hours of sleep/day. So, we often hit the FAQ page and must wait for the heroku instance to spin-up to grab the active users.

We could remove this functionality altogether, or we could grab the slack active users via an async request.

@durden durden closed this as completed in a79feeb May 5, 2016
durden added a commit that referenced this issue May 5, 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

No branches or pull requests

1 participant