• Resolved carlos978

    (@carlos978)


    1.- change in a certain time (example 1 day or 2 days…) the assigned paths (can be 1 or more),
    example: wp includes –> (New Includes Path) is assigned another name to change the path.
    – the new function would be to generate another (random name) in a lapse of that time. for better protection of the website.

    2.-(JavaScript Post-Processing type) in combination. when the page is too big (with many pages or entries), generates a lot of cache occupying all the disk space. the only way to free the space is disabling this function.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Maya

    (@tdgu)

    Hi,
    1) This isn’t something hard to achieve but will cause issues in certain setups. Once changed any of the plugin options and a clear cache is required. Depending on the environment, the server cache and CDN cache may be necessary to clear as well. That might be a problem when automatizing the options change, per your description, as the caches may still serve old data.

    2) Try using the “In Place & Encode Inline” or “Combine & Encode Inline” options which will not create so much data on your disk. If using plain “Combine”, if there’s a string/value which changes within the JavaScript code, like a timestamp value, or a unique hash, this will make the plugin to always generate a new cache for this particular code, making the cache size to grow unexpectedly. So, you shouldn’t use “Combine” if your site uses such dynamic in-line code.

    Thanks

    Thread Starter carlos978

    (@carlos978)

    thank you very much for your response.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘you could add these 2 new features to the plugin.’ is closed to new replies.