-
Notifications
You must be signed in to change notification settings - Fork 641
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
Upgrading craftcms causes the cms system to load and save very slowly #10759
Comments
Draft and revision creation is known to slow the entry editing experience down a bit – see the discussion at #9802. You can opt out of automatic draft creation by disabling the autosaveDrafts config setting. And you can also consider disabling versioning from your sections’ settings, if it’s not necessary. Good news is that both draft and revision creation are much faster in Craft 4 (see #10577 + #10589). It’s currently in beta, and the first stable release will be in just a few weeks, on May 4. |
@brandonkelly |
@dsfofwuc If you want to write into [email protected], we can try to help you get past the 60-second timeout in your environment as a stop-gap until you're able to upgrade to Craft 4. |
@angrybrad Can you give me some ways online? The project is now online, it is very urgent, thank you |
@dsfofwuc It is going to depend on your environment. Please email [email protected]. |
Description
We upgraded from craftcms3.4 and craft-neo2.5.10 to craftcms3.7.30 and neo2.12.5 and found some problems. After the upgrade,but the craftcms page is very slow to load, save data is also very slow and save Entries 504 time out,We have set php.ini memory_limit=-1, max_execution_time=120.
Steps to reproduce
1.upgrade craftcms
Additional info
"craftcms/cms": "3.7.30",
"craftcms/redactor": "2.10.2",
"creativeorange/craft-article": "1.0.5.1",
"fruitstudios/validateit": "1.0",
"spicyweb/craft-neo": "2.12.5",
"vlucas/phpdotenv": "3.4.0"
The text was updated successfully, but these errors were encountered: