[wp-trac] [WordPress Trac] #15304: New file-based persistent cache
WordPress Trac
wp-trac at lists.automattic.com
Wed Nov 3 12:48:43 UTC 2010
#15304: New file-based persistent cache
-------------------------+--------------------------------------------------
Reporter: mrasnika | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Cache | Version:
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
Comment(by scribu):
You still need to read the file on each page load, but with your approach,
instead of reading only what you need, you have to read the whole cache,
which can get pretty huge.
So, this would lead to worse performance than with WP Super Cache, for
example.
Also, PHP's file parsing isn't free, especially since the file could get
pretty huge.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15304#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list