#3012 closed enhancement (wontfix)
Lazy Load the DB
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Optimization | Version: | 2.0.4 |
| Severity: | normal | Keywords: | mysql database db |
| Cc: |
Description
Pretty patch: http://jpipes.com/source/wordpress-lazy-load.patch
Mentioned on hackers: http://comox.textdrive.com/pipermail/wp-hackers/2006-August/007744.html
Modified patch attached. Not as pretty, but backward compatible.
Attachments (1)
Change History (4)
comment:2
masquerade
— 7 years ago
- Resolution set to wontfix
- Status changed from new to closed
Lazy loading in WP is pointless, there is no instance where we don't query the db.
Note: See
TracTickets for help on using
tickets.
Lazy Load from Jay Pipes