• Resolved Carsten Lund

    (@carsten-lund)


    Hi there, I just purchased a LiteSpeed plugin licence through WHM/cPanel, and my server has been setup for Memcached by WHM/cPanel support, and the Object Cache Memcached Extension is Enabled.

    The purpose for adding a LiteSpeed server to my site is to be able to object cache the highly dynamic content of my BuddyPress members page.

    But when the cache is enabled, all the dynamic content are page cached as well, and profile pages are not updated.

    Does the Exclude Settings work with Object Cache, should I still exclude urls with dynamic content with Object Cache active?

    How do I take advantage of object caching for my buddyPress content, and which settings should I use?

    Do you have any documentation on this?

    Thanks!

Viewing 8 replies - 16 through 23 (of 23 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    no , I don’t think object cache would really “significant speed improvement”

    please provide the report number , you can get it in toolbox -> report -> click “send to LiteSpeed”

    and make sure you set debug log to ALL

    I will check it for you.

    Best regards,

    Thread Starter Carsten Lund

    (@carsten-lund)

    Thanks, report should be sent.

    ‘no , I don’t think object cache would really “significant speed improvement” ‘

    hmm, that’s makes me sad to hear;-)
    I have read a lot about adding performance to BP, and the recommendation was real object cache, only achieved on a VPS, which was why I migrated from shared hosting, but if the extra 25 dollars a month is not worth it…

    Plugin Support qtwrk

    (@qtwrk)

    yes , after you sent report , it will generate you a 8 letter string , please pass me that string so I can locate your report

    as far as I know , BP has its own caching system , doesn’t it ?

    Thread Starter Carsten Lund

    (@carsten-lund)

    Report number: OWLSFTZB

    No I don’t think BP has any caching system

    Thread Starter Carsten Lund

    (@carsten-lund)

    Plugin Support qtwrk

    (@qtwrk)

    <!-- Page generated by LiteSpeed Cache 3.6.1 on 2021-01-21 18:41:18 -->
    <!-- X-LiteSpeed-Cache-Control: public,max-age=604800 -->
    <!-- X-LiteSpeed-Tag: 9b1_HTTP.200,9b1_front,9b1_URL.6666cd76f96956469e7be39d750cc7d9,9b1_F,9b1_Po.33269,9b1_PGS,9b1_ -->
    <!-- Object Cache  [total] 4413 [hit_incall] 4290 [hit] 66 [miss_incall] 21 [miss] 36 [set] 58 -->

    total is the total number of objects the page requested.

    hit_incall is the number of objects that did not hit Memcached but hit the runtime data from above.

    hit is the number of objects retrieved from Memcached.

    miss_incall is the number of objects not set in runtime. That is to say, when php ran into the current line, no data was set before.

    miss is the number of objects not found in Memcached.

    set is the number of objects set in Memcached.

    yes, I do see object is in place

    Thread Starter Carsten Lund

    (@carsten-lund)

    Okay that’s great, thank you very much for investigate this for me, you have been most helpful.

    The linked article is the one talking about performance improvements in BP with object cache ??

    Regards
    Carsten

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    okay , thanks for the info

    but from what I know about wordpress object cache system

    it’s same effect use our cache plugin or any other plugin for object cache.

    Best regards,

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘Caching dynamic content with Object Cache’ is closed to new replies.