[wp-trac] Re: [WordPress Trac] #3174: SQL cacher
WordPress Trac
wp-trac at lists.automattic.com
Wed Sep 27 21:25:16 GMT 2006
#3174: SQL cacher
--------------------------+-------------------------------------------------
Reporter: quix0r | Owner: anonymous
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Optimization | Version: 2.1
Severity: normal | Resolution:
Keywords: sql,cache |
--------------------------+-------------------------------------------------
Comment (by westi):
-1 for this.
Surely you are just replicating the work of the mysql query cache.
Why the sprintf's when you can just use the standard php string creation
code.
If you really think this makes your blog faster can you not do it by using
the pluggable db stuff added for #2721 in [4153], [4154] and [4160]
Yes getters and setters are true OO but WordPress in general is not true
OO and you are adding code for no real benifit.
You need to split out any other individual changes into seperate tickets
(for example the RSS Fetch disabling).
--
Ticket URL: <http://trac.wordpress.org/ticket/3174>
WordPress Trac <http://wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list