We’re currently experiencing a high volume of inquiries and our response time could be up to 2 days. We apologize for the delay, and thank you for your patience. Our available time: 2 AM - 1 PM (Monday - Friday) (UTC+0 Timezone).

Okay
  Public Ticket #2502751
Content Cache Frontend
Closed

Comments

  • bucgene started the conversation

    Hi

    It seems there is a lagging in update for some part of the content, more prominently, page, menu, and widget. I believe its either content cache or cms cache. But clearing the cache (from the admin cache management) did not help. I'm in dev environment.

    For example i content I have changed. I have checked in the DB the content are udpated. In admin, the content appear as udpated too, but front end still showing the previous version.

    Is there anything you can help TQ!

  •  2,559
    Support replied

    Hi,

    Do you enable cache in Admin -> Settings -> General?

    In dev environment, you can use command php artisan cache:clear to clear all cache.

  • bucgene replied

    Thanks!