Skip Navigation

[Resolved] Templates fail to open after upgrade

This support ticket is created 2 years, 8 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
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9: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/Karachi (GMT+05:00)

This topic contains 17 replies, has 2 voices.

Last updated by Arno 2 years, 8 months ago.

Assisted by: Waqar.

Author
Posts
#2380325

Ok, good to hear that fix is already planned.

1. Thanks, it saves every 15 minutes now.

2. Yes, I use Cloudflare as of yesterday 🙂 Good tip, I configured it.

3. Thanks, I added that code to the Code Snippets plugin, which is an easy way to avoid working in functions.php directly.

4. I also asked the hosting provider for memory tuning tips, and I set these in PHP INI:
memory_limit: 1024M
post_max_size: 1024
upload_max_filesize: 1024
max_execution_time: 3000
max_input_vars: 3000

I'll see how it goes. I did a quick test by opening the template "Tmp Travel ticket". It did fully load but still took 2 minutes. Which is too long I'd say.

Kind regards,
Arno

#2380935

Thanks for the update and glad that those recommendations proved useful.

Unfortunately, I don't have any more immediate ideas or suggestions to further improve the loading time of this complex template. But, important thing is that it is loading fully now, without any errors and the recent changes should considerably improve the editing experience.

You're welcome to let us know in case you face any difficulty in editing the views or content templates again, through a new ticket.

#2380939

Thanks Waqar!