Skip Navigation

[Resolved] Front end out put cache – toggle broken?

This support ticket is created 3 years, 6 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: Africa/Casablanca (GMT+01:00)

This topic contains 3 replies, has 2 voices.

Last updated by Narindo 3 years, 6 months ago.

Assisted by: Jamal.

Author
Posts
#2229059
Screenshot 2021-11-24 at 16.00.43.png
Screenshot 2021-11-24 at 16.02.18.png

Tell us what you are trying to do?
Trying to enable front end out put cache

Is there any documentation that you are following?
https://toolset.com/forums/topic/frontend-output-cache/

Is there a similar example that we can see?
yes, our site. See screenshots

So we enabled the 'cache view' for our 'views', but in toolset > views , it says 'not cached'. Reading the 'documentation' from another forum post, it seems this is broken? Or is this correctly displayed that it is not cached? Can you help me clarify, my ideal is to have it 'cached'.

#2229119

Hello and thank you for contacting the Toolset support.

I just tested this on a clean install and I can see that the view is caching as soon as I visited it on the frontend. Have you visit those views on the frontend to make them rendered and cached?

If that does not help, would you allow me temporary access to your website to check this closely? Your next reply will be private to let you share credentials safely. ** Make a database backup before sharing credentials. **

#2235093

Thank you for the credentials and the details.

IMHO, both pages are rather fast, both the cached and the non cached views. They have loaded for the first time in around 10s, but then, all pages are loaded in less than 3s. This can be explained by the browser cache. The first load, my browser was not caching the website assets(CSS, Javascript, Fonts, Images). For the other page loads, the assets were cached and the pages were loading in less than 3s.

I noticed an issue with Dhamma Audios page for pagination. The other pages were pointed to the homepage with similar URLs to this one hidden link

This was rendering the default WordPress search. So, I activated AJAX pagination on the page, and I configured it to precache images and the next/previous page. The results seem fast to me.

For further optimization, I can suggest the following:
- Use the Query Monitor plugin to detect the slower queries. A query that is less than 100ms is not considered slow.
- Use an optimization plugin for CSS and Javascript assets, to concatenate and minify them. However, keep in mind, that some Toolset files need to be excluded. They are discussed on this article
- I would have suggested to use a caching plugin, but you are already using LiteSpeed Cache. It is not recommended to have more than one caching plugin.

I hope this helps. I'll remain at your disposal if you have any questions.

#2235167

The pages / searches are indeed loading quickly now. Many thanks for help tweaking it, this makes quite a difference now.