After last update adding posts in wordpress is freezing website.
127.0.0.1 admin [2018-06-15 04:53:14] 'New patch available' ('Update version': '' => '11')
127.0.0.1 admin [2018-06-15 04:53:58] 'Upgrade extension' ('Extension Id': 'wp-toolkit' => 'wp-toolkit', 'Extension Name': 'WordPress Toolkit' => 'WordPress Toolkit', 'Extension Release': '936' => '946', 'Extension Version': '3.2.1' => '3.2.2')
After this update I had php crash and timeout problems (504 errors) when adding new post so I found this whas there
A website is not accessible with "Nginx 504 Gateway Time-out"
But it's not 100% fix. Website was still freezing and timeout but without php crashes.
I found solution, but I think it's temporary because it not fix problem in 100%, some times still got timeouts. We need to add this in "Disable caching for locations":
/wp-admin/post-new.php?wp-post-new-reload=true
/wp-admin/post-new.php
/wp-admin/post.php*
and turn off HTTP no-cache headers are received in request
Im using Plesk Onyx v17.8.11_build1708180301.19 os_Debian 9.4
It's possible to fix in next update?
127.0.0.1 admin [2018-06-15 04:53:14] 'New patch available' ('Update version': '' => '11')
127.0.0.1 admin [2018-06-15 04:53:58] 'Upgrade extension' ('Extension Id': 'wp-toolkit' => 'wp-toolkit', 'Extension Name': 'WordPress Toolkit' => 'WordPress Toolkit', 'Extension Release': '936' => '946', 'Extension Version': '3.2.1' => '3.2.2')
After this update I had php crash and timeout problems (504 errors) when adding new post so I found this whas there
A website is not accessible with "Nginx 504 Gateway Time-out"
But it's not 100% fix. Website was still freezing and timeout but without php crashes.
I found solution, but I think it's temporary because it not fix problem in 100%, some times still got timeouts. We need to add this in "Disable caching for locations":
/wp-admin/post-new.php?wp-post-new-reload=true
/wp-admin/post-new.php
/wp-admin/post.php*
and turn off HTTP no-cache headers are received in request

Im using Plesk Onyx v17.8.11_build1708180301.19 os_Debian 9.4
It's possible to fix in next update?
Last edited: