• I have a heavy database load, and resulting slow page-load times on my production server that require I eliminate all optional database load on the production server. I need pre-caching, but the load that it puts on the server to generate the cache isn’t something I can do while the server is operating live in production.

    I’m running on Amazon EC2 so I can easily duplicate my server instance and run precaching on a non-production clone of the live server.

    Questions:

    Can I just copy the cache files from that clone instance over to the production filesystem?

    Are there database records for wp super cache that I need to be concerned about updating on the production server?

    Thanks in advance for your help!

  • The topic ‘[Plugin: WP Super Cache] Copy cache filesystem – issues?’ is closed to new replies.