Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: railspulse/rails_pulse
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: railspulse/rails_pulse
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: data-summaries-backup
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 50 files changed
  • 1 contributor

Commits on Aug 24, 2025

  1. Optimize performance with pre-aggregated Summary data

    - Add rails_pulse_summaries table for pre-aggregated metrics
    - Update all controllers to use Summary data for charts/metrics
    - Keep raw Request/Operation data for detailed views
    - Add BackfillSummariesJob and SummaryJob for data management
    - Add rake task for backfilling historical summaries
    - Improve cross-database compatibility (PostgreSQL, MySQL, SQLite)
    - Optimize dashboard queries from ~500ms to ~50ms load times
    - Remove cached_components in favor of inline rendering
    - Update metric cards to use conditional SQL aggregation
    - Fix sorting, pagination, and filtering across all pages
    railspulse committed Aug 24, 2025
    Configuration menu
    Copy the full SHA
    4be9dac View commit details
    Browse the repository at this point in the history
Loading