• Resolved David Okoli

    (@enochdavid)


    I use your plugin with the coinpayments adapter and wanna know your advice on caching and CDN while using your plugins.

    I use the Litespeed Cache for caching and Cloudflare for CDN. Any impact on performance and how best to overcome this. Please I need detailed advice, I dont mind length.

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author dashed-slug.net

    (@dashedslug)

    Hello,

    The only advise I can think of is this:

    1. Whatever caching mechanism you use, ensure that the JSON-API responses are not cached. So, exclude any URLs that contain the __wallets_action GET parameter to be on the safe side.

    2. Some users in the past have had issues with transients not expiring because they use caching plugins, and have enabled the memcached option without actually connecting to a memcached daemon. So, whatever you use for caching, it’s best if you understand what it’s doing ??

    3. Some caching plugins also minify/tidy the HTML content. You should disable this on pages where the UIs are used. The reason is that the UI depends on HTML comments (<!-- -->), and these should not be stripped from the output.

    Hope this helps.

    with regards

    Thread Starter David Okoli

    (@enochdavid)

    thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Caching advice’ is closed to new replies.