Re: How Secure Is My Password? (Solved)

Home 2019 Forums Account Settings How Secure Is My Password? Re: How Secure Is My Password?

February 16, 2017 at 10:08 am admin_lifexite

If a proxy cache is out of the question, and you’re serving complete HTML files, you’ll get the best performance by bypassing PHP altogether. Study how WP Super Cache works.

Uncached pages are copied to a cache folder with similar URL structure as your site. On later requests, mod_rewrite notes the existence of the cached file and serves it instead. other RewriteCond directives are used to make sure commenters/logged in users see live PHP requests, but the majority of visitors will be served by Apache directly.