• Hello,
    I have widgets such as “last posts” and “popular posts”. Is it possible to bypass over the cache for thoose widgets ?
    Thers is an option “Don’t cache the following dynamic contents:” but there is no possibility to find is_widget.
    How can I do ?
    Thank you !

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor iSaumya

    (@isaumya)

    Hi @chuchuju,
    Widgets are part of a page. There is no way to just bypass certain widgets. You need to bypass the whole page in that case. Otherwise, you can use plugin which use Ajax to fetch those data. As ajax runs over javascript, even if the page is cached the javascript will work perfectly. If you are using a plugin which uses PHP based logics to fetch those contents then the only way is to bypass the whole page.

    Moreover, when you publish a new article or edit an article the cache gets cleared for the respective pages, so you are not supposed to have any issue even now.

    • This reply was modified 4 years, 1 month ago by iSaumya.
Viewing 1 replies (of 1 total)
  • The topic ‘widgets on lateral bar’ is closed to new replies.