• Resolved ericbourges

    (@ericbourges)


    Hi
    On a site installed on a Hostinger server using Litespeed, I enabled Memcached and set up transients.
    But I note that, despite the fact that Memcached is activated, these transients register in the database when they should remain stored in the RAM of the server, right?
    Is this normal or is there an adjustment to be made?
    Thank you for your help

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

    (@qtwrk)

    I am not sure if I understood your questions , but there is always some data will be in memory instead of stored in object cache though.

    Thread Starter ericbourges

    (@ericbourges)

    Ah, ok.
    So it is normal that I find all my created transients saved in the option table of my database?
    I thought that the MemCached object cache was used to keep this kind of data in RAM to be served faster than a database query lives.

    Plugin Support qtwrk

    (@qtwrk)

    well , think it other way around , object cache , is type of caching system , by that saying , it does not “generate” data , but only store the data , then where did the data come from ? — the database

    like code -> object cache –(if not cached)–> DB

    • This reply was modified 2 years, 10 months ago by qtwrk.
    • This reply was modified 2 years, 10 months ago by qtwrk.
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Memcached and transients’ is closed to new replies.