[PR #3514] [MERGED] Add goal info to the prewarm list #4901

Closed
opened 2026-02-28 21:02:58 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3514
Author: @youngcw
Created: 9/27/2024
Status: Merged
Merged: 9/28/2024
Merged by: @youngcw

Base: masterHead: youngcw/add-goals-to-prewarm


📝 Commits (5)

📊 Changes

2 files changed (+10 additions, -0 deletions)

View changed files

📝 packages/loot-core/src/server/main.ts (+4 -0)
upcoming-release-notes/3514.md (+6 -0)

📄 Description

I think this will speed up the loading of the goal indicators on the budget page. I added the two cache entries to the list of values to prewarm for each month. This doesn't totally fix the issue, but I think it helps.

For a bit I've been seeing the category balances progressively color when opening the app(except for negative balances that are always colored correct). Sometimes it's really slow. It is more pronounced on mobile but still noticeable on desktop.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/3514 **Author:** [@youngcw](https://github.com/youngcw) **Created:** 9/27/2024 **Status:** ✅ Merged **Merged:** 9/28/2024 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `youngcw/add-goals-to-prewarm` --- ### 📝 Commits (5) - [`02b5ee4`](https://github.com/actualbudget/actual/commit/02b5ee4500014920a24f591ec3689edbc6a6f12f) add goals to prewarm list - [`93e2ad7`](https://github.com/actualbudget/actual/commit/93e2ad72d1a7d3e8dd3bc841adfab3680f7a19be) add to tracking - [`24c8133`](https://github.com/actualbudget/actual/commit/24c81336295a95c385d17fdb76d5b101c331cdee) note - [`4d09a1b`](https://github.com/actualbudget/actual/commit/4d09a1b38aaf8d9ee136ac73ffd11186fc5299c1) note - [`05edbc7`](https://github.com/actualbudget/actual/commit/05edbc7ecb9c3492b005952029ed87952340511b) lint ### 📊 Changes **2 files changed** (+10 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/loot-core/src/server/main.ts` (+4 -0) ➕ `upcoming-release-notes/3514.md` (+6 -0) </details> ### 📄 Description I think this will speed up the loading of the goal indicators on the budget page. I added the two cache entries to the list of values to prewarm for each month. This doesn't totally fix the issue, but I think it helps. For a bit I've been seeing the category balances progressively color when opening the app(except for negative balances that are always colored correct). Sometimes it's really slow. It is more pronounced on mobile but still noticeable on desktop. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 21:02:58 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#4901