Skip Navigation

[Resolved] Back-end Publishing and Editing of CPTs is really slow

This support ticket is created 6 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

Tagged: 

This topic contains 1 reply, has 2 voices.

Last updated by Christian Cox 6 years, 3 months ago.

Assisted by: Christian Cox.

Author
Posts
#1084622
Screen Shot 2018-08-16 at 9.58.01 AM.jpg
Screen Shot 2018-08-16 at 9.58.25 AM.jpg
Screen Shot 2018-08-16 at 9.58.17 AM.jpg

I want to bring to your attention some of the slowness I encounter on my website back end when publishing or editing a custom post type. I've created a screen capture video to show you the experience.

hidden link

I believe my host server is well equipped to handle the site, but any suggestions would be appreciated. The front-end of the site is fine, it's just the back-end and not all the back-end, primarily when editing or publishing a new post, it seems like it takes much longer than it should.

I cloned my site and even de-activated all plugins except Toolset plugins to see if that would help, it didn't. Any suggestions?

#1084759

Hi, it looks like the main issue happens when adding a new repeating field group (RFG) in the post editor screen. I reviewed your information and I have these comments:
- Your PHP version looks good, 7+ is more performant than 5.x.
- Your MySQL version is 5.5, but Toolset's minimum recommended version is 5.6. Consider upgrading MySQL if possible. https://toolset.com/toolset-requirements/
- If the slowness is specific to the admin area, try adding this line in wp-config.php to boost the memory allocation specific to the admin pages:

define('WP_MAX_MEMORY_LIMIT', '512M');

- Query Monitor's reporting features may slow down performance in the back-end, so I would recommend disabling that unless it's in use...but you already mentioned that disabling other plugins didn't help much so that's probably not relevant here.

If none of these steps seem to resolve the issue, I'll be glad to take a closer look. I can create a clone of your site using the Duplicator Pro plugin and run some tests locally.