Opened 3 years ago
Closed 3 years ago
#1914 closed Defect (duplicate)
profile's icondirect page ignores caching
| Reported by: | cash | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.0 |
| Component: | Blog | Version: | 1.7 |
| Severity: | minor | Keywords: | |
| Cc: | brettp | Difficulty: |
Description
The caching for profile icons assumes the username is used in the directory structure
Change History (2)
comment:1 Changed 3 years ago by brettp
- Milestone changed from Elgg 1.7 to Elgg 1.8
- Summary changed from profile's icondirect page depends on the old data directory structure to profile's icondirect page ignores caching
- Type changed from Unconfirmed Defect to Confirmed Defect
comment:2 Changed 3 years ago by cash
- Component set to Blog
- Resolution set to duplicate
- Status changed from new to closed
- Version set to 1.7
duplicate of #2035
Note: See
TracTickets for help on using
tickets.

The caching is completely ignored because of an if (false) in line 107: http://trac.elgg.org/extensions/browser/plugins/profile/icondirect.php#L107
For 1.8 we'll need to re-evaluate simplecache and implement something a bit more flexible.