• Resolved FlixWatch Support

    (@flixwatchsupport)


    I wanted to understand if whatever is being indexed by lsphp crawler, are they being stored in lsmcd?

    If not, if I want to store all the posts data (ID, Taxonomy, Meta Fields, etc), what do I have to do?

    My primary issue is with post like this – https://www.flixwatch.co/catalogue/netflix-usa/
    where there are multiple filter(9)/sort options(7) for users and when used, it results in querying the database, slowing down the response. I would like the data to be accessed from Object Cache instead of querying the database.

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

    (@qtwrk)

    Hi,

    is being indexed by lsphp crawler

    what do you mean by “indexed” in this context ?

    I would like the data to be accessed from Object Cache instead of querying the database.

    basically , LSCWP uses object cache in WordPress’s API call , so if WP by default doesn’t put certain data into object cache , then nor will LSCWP.

    Best regards,

    Thread Starter FlixWatch Support

    (@flixwatchsupport)

    what do you mean by “indexed” in this context ?

    I meant if lsphp is doing page level caching, it would be caching everything related to the post, right?

    so if WP by default doesn’t put certain data into object cache , then nor will LSCWP.

    How do I find out, what is coming from cache and what is coming from MYSQL?

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    No , PHP process itself doesn’t do anything , it only does what PHP script(s) instruct it to do

    LSCWP has crawler which will crawl the page you set in its sitemap or from your existing sitemap.xml

    https://docs.litespeedtech.com/lscache/lscwp/crawler/

    you can use some plugin like “query monitor”

    Best regards,

    Thread Starter FlixWatch Support

    (@flixwatchsupport)

    Ok. Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Are Crawler and LSMCD connected?’ is closed to new replies.