learner1988
learner1988

Reputation: 141

W3TOTAL CACHE : Disk Enhanced Vs Disk Basic

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.

Upvotes: 6

Views: 4466

Answers (1)

Ben T
Ben T

Reputation: 77

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

Upvotes: 5

Related Questions