Skip Navigation

[Resolved] Content templates are do not load in the back-end (very slow loading)

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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 3 replies, has 2 voices.

Last updated by Minesh 4 months, 4 weeks ago.

Assisted by: Minesh.

Author
Posts
#2710718
Capture 867.JPG
Capture 866.JPG

On our website hidden link we are using a lot of content templates to display different post types. But lately I am having more and more issues with it. On the front-end the templates work fine. But I wanted to make some changes to some templates, but on the back-end they won't load. Sometimes it loads part of the screen but not all content on it. But even if it loads partially, I cannot make any changes. I have waited for 5 minutes in some cases, but the screen just freezes

The content on the page is as follows:
- A banner image that is inserted as a reusable block (pattern)
- A map with markers
- A view that has a list of the markers (it has a filter based on category)

We have a relatively strong server, so performance should not be an issue.

The only potential issue I could come up with is the way I assign a template to specific post types. A long time ago I have added a custom field (radio boxes) where you could select the type of template to be uses. I understood that for these purposes it would be better to use categories. If that was the issue it would be easy to solve that as I can correct this with WP all import. But since I don't have access to the templates, I cannot change the configuration there.

I already tried to deactivate all plugins outside of Toolset and using the 2024 theme, but that did not resolve the issue. But most plugins I use are from OnTheGoSystems anyway or are plugins that are recommended by your company.

What can I do to resolve this issue?

#2710727

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

I would like to know - What WordPress version you are using?

Could you please send me debug information that will help us to investigate your issue.
=> https://toolset.com/faq/provide-debug-information-faster-support/

Also - What if you try to increase memory for your backend: Add following line to your wp-config.php file.

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

More info:
- hidden link

Does this helps?

#2710729
Capture871.JPG

I checked the memory limit, but it is already higher than you recommended. I am using WP version 6.6.1

Looking forward to hearing your suggestions.

#2710734

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

We have possible issue with (however we are working on this to debug and confirm):
- A banner image that is inserted as a reusable block (pattern)

*** Please make a FULL BACKUP of your database and website.***
- What if you try to downgrade the WordPress version to v6.5.

Do you see it working with WP version v6.5.5?

#2710736

Yes, that resolves the issue, it is now working as expected. Can I be informed when there is a fix for this issue in the latest version of WordPress? Of course, I prefer the latest versions whenever possible.