• iWPer

    (@iwordpresser)


    Hi,

    Your plugin idea is perfect, zo many people use WordPress for static websites. You plugin speeds these websites, and others, up tremendously and lightens the server load to a minimum.

    I just tested the plugin on a semi-static website and encountered a big issue.
    The plugin generates the static pages without allowing other plugins (or at least mine (Autoptimize and WP Super Cache)) to modify the contents of the HTML. Therefore, external files can not be combined, minimized or loaded through CDN and last-modified-headers (for browser caching) are not added.

    Would it be possible to generate the static pages exactly the way they would be without the plugin?
    Could there be a “Regenerate static files” button in the top bar of the admin menu?
    Could there be an option to auto-regenerate the static files upon posting/changing a page/post?
    Could a schedule be set, to auto regenerate the static files at or after a specified time?

    Also, upon disabling/deleting the plugin, the “index.html” file does not get removed. Therefore, the website is always loaded the way it was when the file was generated and one would have to login through FTP to fix this.

    I’m just putting it all out there. Just do with it what you can/want/see-fit.

    Again, the idea for this plugin is PERFECT!!! Thank you!

    https://wordpress.org/plugins/super-static-cache/

Viewing 1 replies (of 1 total)
  • Plugin Author hitoy

    (@hitoy)

    tks for use ssc.
    the compatibility problem is a big problem, but for some reason, the ssc has these problem because ssc use the php ob_ functions to cache. so, if other plugins use the same functions, it may be cause some compatibility problem and now there is no solution. but if you use add_filter, add_action and other API of wordpress, there will not cache the problem.

    the cache file is generate automatic if anonymous visite your website. if you want to regenerate it ,pls remove the cache file manual, ssc is a cache plugins not lik wp super cache that give a expires time of a cache file.

Viewing 1 replies (of 1 total)

The topic ‘Generate pages including other plugin features’ is closed to new replies.