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

Improve speed of transactions page #1752

Merged

Conversation

zachgoll
Copy link
Collaborator

@zachgoll zachgoll commented Jan 31, 2025

Fixes #1746

Various performance improvements for the /transactions page and in general. Highest impact changes:

  • Update demo generator script to populate more "production like" data for profiling/benchmarking
  • N+1 queries when loading list of transactions
  • Reduced size of profile image, added lazy loading, use webp and quality tweaks

@zachgoll zachgoll linked an issue Jan 31, 2025 that may be closed by this pull request
@zachgoll zachgoll marked this pull request as ready for review January 31, 2025 23:57
@zachgoll zachgoll changed the title 1746 performance transactions page is slow in production Improve speed of transactions page Feb 1, 2025
@zachgoll zachgoll merged commit 2c2b600 into main Feb 1, 2025
5 checks passed
@zachgoll zachgoll deleted the 1746-performance-transactions-page-is-slow-in-production branch February 1, 2025 00:08
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.

Performance: Transactions page is slow in production
1 participant