-
-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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 management screen loading takes too long #395
Comments
FWIW the 2 second delay is occurring with just a single post in the DB |
Fair point. This probably warrants a bit of investigation to locate the bottleneck, but I'm pretty sure it's the uncached request more than anything else. |
Should we have loading animations to appear in spaces before content loads? |
Was thinking about that - maybe - but let's see if we can actually speed it up first - if not, then we should look at adding a spinner or two. |
The first ever load without is always going to be slow. I would recommend adding it so that it is there for when it is needed. If things are loaded out of cache, they should be so fast the spinner won't appear. |
One other thing to note: Amazon EC2 is slow, and expensive. It might not be something we advocate. |
This ticket may relate to the email I just forwarded you, subject: "Our AWS bill" heh |
Drafting a response :) |
I've pushed a small fix that should improve this a small amount. Other than that I think this is down to two things
I'm going to punt this for review in 0.4 if these 2 issues haven't improved things. |
@JohnONolan worth checking this again with @jgable's changes |
Closing this as I think it's no longer a problem |
refs https://github.com/TryGhost/Team/issues/1580 - When you tried to update a member that doesn't exist, an internal error was thrown - It should throw a 'not found' error instead - Optimized when to fetch the initialMember Tests for 4.x in #14657 Tests for 5.x in #14658
When running a deployed instance of Ghost and clicking on "content" in the main nav of the admin - there is a 1.5 - 2 second delay before the content actually loads in.
This is a really noticeable lag.
I'd like to do 2 things here:
We can reduce the impact of the load delay (poor UX) with some light animations when the content does actually load (nice UX). I have two specific animations in mind:
The text was updated successfully, but these errors were encountered: