6

Regarding the w3total cache working mechanism, I searched the internet but couldnt find any proper information regarding these two. What is the difference between the disk enhanced and disk basic in w3Total cache.And why is disk enhanced preferred over disk basic? What the advantages and disadvantages of using the options disk enhanced and disk cache repectively?

Thanks.

learner1988
  • 141
  • 3
  • 11

1 Answers1

5

Basic - invokes a PHP script, similar to the standard wp-cache plugin.

Enhanced - avoids invoking any PHP script, instead it modifies the .htaccess file to direct Apache2 to a static (cached) version of the resource.

Source

Ben T
  • 77
  • 1
  • 4
  • 1
    Source link is broken, but this one may work: http://blog.loadimpact.com/blog/wordpress-load-test-part-2-amendment/ – jlbang Apr 28 '16 at 15:14