Skip Navigation

[Assigned] Enabling caching of Views

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 4 replies, has 1 voice.

Last updated by Saul Baizman 1 day, 2 hours ago.

Assisted by: Minesh.

Author
Posts
#2877541
screenshot 2026.09.08 at 14.33.50@2x.png

Hi there,

We have an older site using the legacy Toolset Views, Toolset Layouts, and Toolset Types plugins. On the Toolset > Views screen in the dashboard, we noticed that none of our Views are cached. Please refer to the attached screenshot. (We may have disabled this but do not remember.)

Is there a way to enabling caching of Views? We searched the general Toolset settings at Toolset > Settings in the dashboard and the configuration for a couple of our Views but didn't see a way to enable caching.

Thank you.

Saul

#2877663

Minesh
Supporter

Languages: English (English )

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

Hello. Thank you for contacting the Toolset support.

I'm not sure why your view are not cached.

Can you please try to add the attribute cached="on" with your one of the view and check if that helps.

For example:

[wpv-view name="your-view-slug" cached="on"]
#2877759

Hi Minesh,

Thank you for your reply. Instructions for adding the attribute are clear.

One obstacle to adding the attribute is that the content is located in a Layout which references View cells. In other words, there's no accessible shortcode to modify. Please refer to this screencast:

hidden link

Should I attempt to replace these View cells with Visual Editor cells into which I can insert shortcodes with the desired "cache" attribute? In other words, how can I enable the cache for View cells?

Saul

#2878362

Minesh
Supporter

Exactly - you can try to do that and try to replace one of the view cell and add shortcode for that view cell using visual editor cell and see if you able to see it working.

#2878395

OK, thanks. I'll give it a try and report back.