• Hi I am using WPML and WP super cache on a site with 2 languages. Now WP super cache only caches my main language, it does not cache the second language. The pages in the second language only get cached when I actually visit them in my browser.
    Is anyone familiar with this problem and know a solution for it?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Sa?a

    (@stodorovic)

    Hi @mvandermei

    I’m guessing that’s question related to preload?

    WP Super Cache makes query which list all posts and for each post uses get_permalink function to get URL for particular post (cron task uses default language).

    It’s similar issue as desktop/mobile cache. Only one URL per post is fetched (default language and default browser). It’s possible to make some PHP script which will do it. Maybe it’s possible to add some filter for this. I’ll think over and create issue on github.

    Regards,
    Sasa

    Hi @stodorovic

    The same issue for CDN, only the default language is served by CDN.

    Hi @stodorovic

    Don’t forget to add both related issues to Github! (couldn’t find them there yet?)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multilanguange site not caching 2nd language’ is closed to new replies.