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

perf: Pagination slows down with many thousands of posts #15

Open
jaredcwhite opened this issue Apr 22, 2020 · 1 comment
Open

perf: Pagination slows down with many thousands of posts #15

jaredcwhite opened this issue Apr 22, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@jaredcwhite
Copy link
Member

Trying out a benchmark with around 2000 posts and the difference with pagination off vs on goes from <10 seconds to around 50 seconds! I've noticed a bunch of data loops in the pagination code that seem ripe for optimization and/or caching, so I'll start there and see if we can knock this build time way down.

@jaredcwhite jaredcwhite added enhancement New feature or request high priority This should get addressed as soon as possible. labels Apr 22, 2020
@jaredcwhite
Copy link
Member Author

I'm going to leave this in place for now even with #12 addressing some of the performance issues, until we can do further stress testing.

@jaredcwhite jaredcwhite removed the high priority This should get addressed as soon as possible. label Apr 23, 2020
@jaredcwhite jaredcwhite changed the title perf: Pagination gets really slow with 1000s of posts perf: Pagination slows down with many thousands of posts Apr 23, 2020
@jaredcwhite jaredcwhite added this to the 0.16.0 "Crystal Springs" milestone Jun 19, 2020
@jaredcwhite jaredcwhite removed this from the 0.16.0 "Crystal Springs" milestone Jul 24, 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