-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Content and media loads twice from SQL to nucache on a fresh server #9779
Comments
Hey @nzdev, Thanks for reporting this performance issue. I'll take a look and label to ensure the right people get to see this. Emma |
Hi @nzdev, We're writing to let you know that we would love some help with this issue. We feel that this issue is ideal to flag for a community member to work on it. Once flagged here, folk looking for issues to work on will know to look at yours. Of course, please feel free work on this yourself ;-). If there are any changes to this status, we'll be sure to let you know. For more information about issues and states, have a look at this blog post Thanks muchly, from your friendly Umbraco GitHub bot :-) |
@nul800sebastiaan I've marked this one as 8.15 too (and removed the tags from the PR targeting this one ... I think that's what we want?). I'm not 100% sure this wasn't already released though but I think it's for 8.15. Let me know what you think. |
The PR (#9859) was merged into the PR #10182 fixing issue #8893 which is already marked as 8.15. I guess this is fine for adding to the release notes as it makes clear that this is a fix that was added to the release. So while a bit of a confusing journey for this one, good to mark it as fixed in 8.15 yep! 👍 |
Media and Content loads twice into NuCache from the sql database when a fresh server (no nucache .db files and no last synced file).
1st load is when the PublishedSnapshotService starts. Then once the DatabaseServerMessenger starts, the server is determined as out of sync, then the content and media is loaded from sql again. This significantly increases the time for a new instance to be ready to serve requests.
Umbraco version
I am seeing this issue on Umbraco version: 8.11.1
Reproduction
Bug summary
Content and media is loaded twice from sql on startup when the app_data/TEMP directory is empty
Specifics
Steps to reproduce
Delete contents of App_Data/TEMP.
Start site.
Watch logs for loading content/media from the database entries.
Expected result
Content and media is loaded only once on start up from SQL into nucache
Actual result
Content and media is loaded twice on start up from SQL into nucache
The text was updated successfully, but these errors were encountered: