• Resolved sinho0689

    (@sinho0689)


    hello.

    Q. Is it possible to use the benefits of CDN such as file cache when writing code fragments using wpcode? [html, text, js, css, php, universal] It seems that the code type is classified like this.

    For each code snippet, is the database accessed and loaded?

    I searched for cdn cache on the wpcode wordpress support page, but I couldn’t find any related questions or documentation, so I ask a question.

    Where can I find information about the wpcode plugin’s cache handling?

    Q. Is the global header footer code content cached?

Viewing 1 replies (of 1 total)
  • Plugin Author Mircea Sandu

    (@gripgrip)

    Hi @sinho0689,

    In the current configuration there’s no way to use a CDN for the assets added using WPCode. All the output on the page regardless of the code type can be cached if you are using a page caching solution.

    Snippets are loaded from the database, in the current setup they don’t add an extra query as they are preloaded and loaded with other WP options so in most cases there should not be any performance difference but due to the nature of adding code snippets, you have a lot of freedom and there’s nothing preventing you from adding a snippet that slows the site down due to the code running in it.

Viewing 1 replies (of 1 total)
  • The topic ‘code snippet cache cdn, how to process it?’ is closed to new replies.