• Resolved rnbjunkie

    (@rnbjunkie)


    Hello Guys

    When i publish a new post, homepage cache should be purged to show off the new content. Unfortunately this is not happening on the mobile version of my homepage, but it works fine on the desktop version. How can i fix that?

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

Viewing 11 replies - 1 through 11 (of 11 total)
  • Try to purge quic.cloud cache.

    Thread Starter rnbjunkie

    (@rnbjunkie)

    Yes but i don’t want to purge quic.cloud anytime i post a new article, it should go automatically like in the desktop version

    Normally this should happen automatically, but not in real time, because there is no synchronization function yet (as far as I know), but purging the quic cache is absolutely necessary, otherwise you will always see the content that is in QC’s cache. And as long as the cache header of QC is hit, it is.

    Thread Starter rnbjunkie

    (@rnbjunkie)

    But why homepage desktop is showing new post, and mobile version doesn’t?

    I can only advise on this question and it is probably due to the fact that QC does not support any cache varies defined in the .htaccess and therefore only the default cache copy (desktop) is cached by QC. But that’s just a guess, albeit an obvious one. Plugin support should know that. Just wait for his reply.

    Thread Starter rnbjunkie

    (@rnbjunkie)

    Hopefully they can help me fix this. It’s pretty annoying that mobile user are seeing old post if they don’t refresh the page.

    Plugin Support qtwrk

    (@qtwrk)

    please try change your cache-control to max-age=0 , must-revalidate, no-cache

    Thread Starter rnbjunkie

    (@rnbjunkie)

    where should I modify that?

    Like this. Add this anywhere to your .htaccess, but outside of LiteSpeed markers:

    <FilesMatch "(\.html|\.htm|\.php|\.HTML|\.HTM|\.PHP)$">
        Header set Cache-Control "max-age=0, private, must-revalidate"
    </FilesMatch>
    Thread Starter rnbjunkie

    (@rnbjunkie)

    i’ve tried the code you’ve suggested but still not working the refreshing homepage on mobile device

    What happens if you press Strg + F5 keys?

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Mobile Homepage doesn’t update with new articles’ is closed to new replies.