lassespilling
(Lasse Dollis Spilling)
December 11, 2025, 7:04am
1
Hi, i recently upgraded from Umbraco 13 to Umbraco 17.
I have been experiencing “cold boots” all of a sudden,
if i don’t visit the frontend in a few hours it takes a long time to “start” the website then it is quick again.
I am using delivery api, headless with an Astro SSR frontend. Same setup as on multiple other sites, except this one is Umbraco 17.
Is there anything new in Umbraco 17 that could cause this?
E.g. something to do with Runtime mode, modelsbuilder or something?
Thanks.
EssCee
(SC)
December 11, 2025, 8:20am
2
If you’re on Azure App Service, I would check:
Always On : Enabled
Ensure the plan is not Free or Shared.
Check if the app is restarting due to memory pressure?
lassespilling
(Lasse Dollis Spilling)
December 11, 2025, 8:30am
5
It is on a VPS server with multiple other Umbraco sites.
All the other run on Umbraco 13.
None of them have this issue.
Weirdly was just reading the release notes on 17.0.2 and there’s this:
main ← v17/bugfix/sync-boot-state-use-ilastsyncedmanager
opened 11:45AM - 10 Dec 25 UTC
## Summary
- Fix `SyncBootStateAccessor` to use the new `ILastSyncedManager` int… erface instead of the deprecated `LastSyncedFileManager`
- This resolves an issue where cold boots were being triggered every time because the old `LastSyncedFileManager` was not being updated
- Add backwards-compatible obsolete constructors using `StaticServiceProvider` to avoid breaking changes
## Test plan
- [x] Run the new integration tests: `dotnet test --filter "FullyQualifiedName~SyncBootStateAccessorTest"`
- [x] Verify cold boot is triggered on fresh install (no last synced ID in database)
- [x] Verify warm boot is triggered when a valid last synced external ID exists with a corresponding cache instruction
- [x] Verify existing code using the old constructor signature still compiles (with obsolete warning)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 Like
lassespilling
(Lasse Dollis Spilling)
December 11, 2025, 10:34am
7
cheeseytoastie:
17.0.2
Interesting, i will update and test.
system
(system)
Closed
January 10, 2026, 10:34am
8
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.