Details
Assignee
UnassignedUnassignedReporter
Zac SpitzerZac SpitzerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Priority
New
Details
Details
Assignee
Unassigned
UnassignedReporter
Zac Spitzer
Zac SpitzerLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Priority
Created 29 October 2020 at 12:30
Updated 29 October 2020 at 12:30
externalize strings is great, but has problems with cache clearing causing errors as per https://luceeserver.atlassian.net/browse/LDEV-2354
an alternative approach would be to just gzip the strings and just store them inline,
which would avoid the cache problem and still save memory.
if the file doesn't use tabs, but spaces, this would be even more efficient