• Resolved Devendra Singh Bhandari

    (@devendra21986)


    I am experiencing a problem with the Minify HTML plugin when used in conjunction with the Simply Static plugin. Despite activating the Minify HTML plugin and configuring the settings accordingly, it appears that the minification process is not taking effect.

    I would greatly appreciate your assistance in resolving this matter. If there are any known conflicts between the Minify HTML plugin and Simply Static, or if there are any additional steps I should take to troubleshoot further, please let me know. My aim is to optimize the performance of my static website by minimizing the HTML code.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Tim Eckel

    (@teckel)

    My guess, is that Simply Static is rendering the pages on the back-end to create the static pages. Because it never actually initiates the WordPress hook to send the page to the browser, the Minify HTML is never triggered.

    Minify HTML does its magic by minimizing the output buffer right before sending to the browser. Simply Static probably never gets that far when generating the static pages. It would appear Simply Static basically never allows Minify HTML to ever run.

    Thread Starter Devendra Singh Bhandari

    (@devendra21986)

    Thank you for your quick response. I will try to debug the flow of both plugins.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with Minify HTML Plugin in Simply Static’ is closed to new replies.