#7820 closed enhancement (wontfix)
Optimizations for localized values for plugin metadata
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | high | |
Severity: | major | Version: | |
Component: | Optimization | Keywords: | needs-patch |
Focuses: | Cc: |
Description
The enhancement from #3089 loads all of the localized (.mo) file content for the plugins. When a user has many plugins with localized translations, this can slow down the page or crash PHP (use up all of the available memory).
Change History (6)
#3
in reply to:
↑ 1
@
16 years ago
Replying to jacobsantos:
Yeah, good luck with this one.
we've only so many options for this one:
- wontfix
- increasing the memory limit on the plugins.php page (not that great)
- splitting localization files in two
the last two options are only partial fixes:
- increasing the memory limit will only hide the problem under the rug, only to see it re-occur later on
- splitting the localization file isn't much better, since the localized plugin files may end up getting used anyway when multitudes of plugins are active
suggesting wontfix
Note: See
TracTickets for help on using
tickets.
Yeah, good luck with this one.