• Since you have disabled crawling with role in in version 6.5.2 my websites can’t be cached correctly.

    As medical newspaper we offer a full view of some article only to registered users, an also advertising is different for those people. Now we revert back 6.5.1.

    Are you planning to enable again crawling with role in the future?

    Have you any suggestion to obtain same results? (e.g. different caches for registered /non registered users)

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support qtwrk

    (@qtwrk)

    yes, it will be add back in future version after refactoring

    if you know bit about the shell script , you can use curl command to mimic one user’s visit with ESI enabled , it should populate the cache for other users in same group/role as well.

    Hi.

    I had curl script before and it worked fine with role simulation but now stopped.
    This was header.
    ‘Connection: keep-alive’,
    ‘Upgrade-Insecure-Requests: 1’,
    ‘User-Agent: lscache_runner’,
    ‘Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8’,
    ‘Accept-Encoding: compressed’,
    ‘Accept-Language: en-US,en;q=0.9’,
    and this was cookies
    $crawler_cookies = array(
    $vary_name => $vary_val,
    ‘litespeed_role’ => //user id,
    ‘litespeed_hash’ => get_option(‘litespeed.router.hash’)
    );


    any idea?

    thanks

    Darko

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.