3.0.0 Bug Report Thread
-
@julian just wanted to pick this up again. The same URL in PROD (v2.x) loads instantly, but the same in DEV takes almost 3s + to load. See below
My DEV instance is configured in the same way as PROD (nginx and other settings), but just seems so much slower
EDIT: Actually, this looks like a socket timeout
-
That sounds like parsing some posts is taking too long when they are not cached, I noticed that happening with various plugins that make network requests to parse posts like iframely/github embed etc. Try disabling those and see if it makes a difference.
-
-
We should probably add bookmarks to the user menu - currently you have to:
- Open user menu
- Go to profile
- Click on posts
- Click on bookmarks
-
@julian Probably.
Prod
Dev
Huge difference between the two of them. I guess I could write a script that walks each URL to increase the cache, but this is somewhat overkill for Dev. I just wanted to make sure there wasn't anything going on that impacts performance in Prod once we go live.
-