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

Reduce page load times on meeting days #1138

Open
antidipyramid opened this issue Jul 23, 2024 · 1 comment
Open

Reduce page load times on meeting days #1138

antidipyramid opened this issue Jul 23, 2024 · 1 comment

Comments

@antidipyramid
Copy link
Collaborator

Overview

Many site pages slow down considerably on meeting days. There are various code blocks (many duplicated) sprinkled throughout views and templates that trigger requests to Granicus.

Current Benchmarks

Performance on 7/18/24:

Page P95
/ 983.79ms
/events/ 826.56ms
/event/{slug} 759.09ms

Goal Benchmarks

We should shoot to resolve 95% of requests in under 500ms.

@antidipyramid
Copy link
Collaborator Author

@camachoo recommended: for the events page, we can try a "Show more" button that loads the next x number of days every time it's pressed rather than traditional pagination.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant