Opened 2 years ago
Closed 18 months ago
#3181 closed Defect (fixed)
Make js languages cacheable
| Reported by: | ewinslow | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.2 |
| Component: | JavaScript | Version: | Github Master |
| Severity: | minor | Keywords: | |
| Cc: | brett@… | Difficulty: |
Description
Right now they seem to be generated on the fly every time, but they're clearly cacheable (server side and client side).
Change History (5)
comment:1 Changed 2 years ago by ewinslow
- Component changed from Core to JavaScript
comment:2 Changed 2 years ago by ewinslow
- Milestone changed from Needs Review to Elgg 1.8
comment:3 Changed 2 years ago by ewinslow
- Milestone changed from Elgg 1.8 to Elgg 1.8.x
comment:4 Changed 18 months ago by cash
- Milestone changed from Elgg 1.8.x to Elgg 1.8.2
comment:5 Changed 18 months ago by cash
- Resolution set to fixed
- Status changed from new to closed
Fixes #3181 caching language js on server side with proper headers
Changeset: 1ebbff44be8bccb87ec8cacee171d9b951ec50f4
Note: See
TracTickets for help on using
tickets.

Performance-related