#1760 closed enhancement (fixed)
Remove slugs from bbPress class and rely on object cache
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.1 | Priority: | normal |
Severity: | normal | Version: | 2.0 |
Component: | Tools - Code Improvements | Keywords: | |
Cc: |
Description
Originally bbPress loaded its slugs at run-time into class variables for safe keeping. Now that all slugs are reliable options in the database, we can remove these pointers and rely on the options and object caches to handle this.
This reduces code duplication, removes class variables that are no longer needed, and is a net performance and memory usage win.
Change History (4)
Note: See
TracTickets for help on using
tickets.
(In [3760]) Remove slug variables from bbPress class and rely on options and object cache going forward.