• lukelee

    (@lukelee)


    Doesn’t wordpress have it’s own cache system? What’s WP Super Cache plugin for? I am reading wordpress tutorial, and the book recommends this tutorial. I just don’t understand.
    Anyone please explain? many thanks.

Viewing 1 replies (of 1 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Doesn’t wordpress have it’s own cache system?

    A rudimentary one yes.

    https://codex.wordpress.org/Class_Reference/WP_Object_Cache

    What’s WP Super Cache plugin for?

    It creates static HTML copies of your dynamically generated by WordPress output. Those HTML only copies are easier IO and CPU wise for your web server to serve to your visitors.

    What plugins like WP Super Cache do is preserve that HTML output for a time and server that static HTML content to subsequent visitors. That puts less of a load on your web server and results in an overall increase in performance for your visitors.

Viewing 1 replies (of 1 total)
  • The topic ‘What is WP Super Cache?’ is closed to new replies.