• Resolved ramonjosegn

    (@ramonjosegn)


    Hello dear for the new plugin

    I have some questions:

    – the plugin use GZIP compression?
    – it is possible delete the cache with some button?
    – when update pages/posts/comments the website auto-refresh?
    – when uninstall the plugin, the directory are removed and the website load the real information?
    – the plugin insert a comment in the HTML code for know it is really working?

    Thanks for support

    https://www.ads-software.com/plugins/lsd-simple-cache/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Bas Matthee

    (@basmatthee)

    Hi Ramon(?),

    Let me first tell you that the plugin is in it’s very first state of development. This means there are some functionalities to come that I have in mind.

    Thank you for your post. You just made my ToDo list a bit longer. ??

    In short:
    – Not yet
    – Not yet. An admin page still has to be created. Making it able to enable/disable gZip compression, adjust the cache lifetime, set a parameter to view a page uncached, exclude pages from cache, and of course the ability to clear all cache.
    – Pages are cached 60 minutes by default (adjust one of the first lines of the plugin file to change this for now). When a $_POST is detected (new post, new comment, etc.) the cache is cleared.
    – Good point. I just realized I don’t have an uninstall hook yet. But when the plugin is de-installed, no cache pages will be served to your visitors nor you. To clear all cache at once while running the plugin, you can add the ?clear_lsd_simple_cache=1 to your URL to delete all cache and it’s folders from the wp-content/uploads folder. So that would be https://www.example.com/?clear_lsd_simple_cache=1.
    – A <!–HTML Comment–> is placed at the end of the file to show you you are viewing a cached version of the page. You can check the HTML source on my personal website as an example. (The last line would say <!– Cached by LSD Simple Cache –>).

    Thank you for the feedback and inspirational questions!

    Thread Starter ramonjosegn

    (@ramonjosegn)

    Ok,thanks for help me with my questions

    I am using Cachify but have a little options but works fine (no gzip)

    Plugin Author Bas Matthee

    (@basmatthee)

    If you search in the plugin for ob_start() and replace it with ob_start(‘ob_gzhandler’), you got gzip compression enabled. For this plugin, but also for the one you are using right now.

    Thread Starter ramonjosegn

    (@ramonjosegn)

    Thanks for the tip!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Some questions’ is closed to new replies.