-
-
Notifications
You must be signed in to change notification settings - Fork 545
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
Slow website response times after update to 5.7 #10286
Comments
Are you able to try updating to v5.7.3 and let us know if that improves performance at all? |
Hi Duncan, after moving to v5.7.3 no difference is noticed unfortunately. |
Okay, thanks for checking anyway! |
I'm also experiencing this -- have tried v5.8 too. Version 5.6.2 is the last release that performs normally. |
I think it's due to #10139. I will dig into this soon. |
I haven't had a chance to actually test on a slow site and whether this resolves it, but I've thrown something up at #10325. I will investigate it more tomorrow, but if you'd like to try it out in the mean time and let me know if it helps, that would be awesome. You can change the |
Apparently that causes an issue. Maybe don't use it just yet. |
I have the same issue. I have collection with 178 items and related few taxomies, the pice of code takes 78% of loading time:
by the way, replacing this pice of code to blade partial increased the page speed to 1.82 s (Statamic 5.8.0) |
@OleksiiBrylin Are you able to try Jason's fix and let us know if that improves things for you? (see #10325) |
@duncanmcclean hope it's alright to chime in -- I've tried the fix and it's improved things although it's still roughly 2x slower than older versions (as opposed to the 4x previously) |
Thanks for testing! |
@RobMaple I've pushed an update to that PR. Can you try again with the latest? Edit: Or just upgrade to 5.10.0 |
BackgroundTossing some more information towards this issue as I believe it's related (possibly to this issue as well). We have 19k blog Removing In the
FixRemoving the above block of code makes all the pages snappy once more. I suspect because the below code is in
New IssueThis introduces a new issue however. Because the collection no longer has "access" to the categories taxonomy, you are unable to manage that data in the control panel. I think this issue should be reopened and looked at |
@michaeljhopkins Can you please open a new issue? Thanks. |
Bug description
After updating one of our websites (eloquent) to latest version 5.7.2, which have approx. 600 entries in a collection, the page response times from server increased to 4-5 seconds (all content). It turns out this due to changes in version 5.7, as the problem is not present under version 5.6.2.
We first upgraded to 5.7.2 and when we noticed the problem started downgrading to lower versions and can confirm that in 5.6.2 the site performs with normal response times.
How to reproduce
I guess the issue is related to the higher number of entries in a collection, as another websites we have with approx. 50 entries have normal response times in version 5.7.2.
Logs
No response
Environment
Installation
Fresh statamic/statamic site via CLI
Additional details
No response
The text was updated successfully, but these errors were encountered: