Make WordPress Core

Opened 17 years ago

Closed 16 years ago

Last modified 15 years ago

#7820 closed enhancement (wontfix)

Optimizations for localized values for plugin metadata

Reported by: jacobsantos's profile jacobsantos 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)

#1 follow-up: @jacobsantos
16 years ago

  • Keywords needs-patch added
  • Milestone changed from 2.8 to 2.9

Yeah, good luck with this one.

#2 @FFEMTcJ
16 years ago

  • Milestone changed from 2.9 to Future Release

#3 in reply to: ↑ 1 @Denis-de-Bernardy
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

#4 @Denis-de-Bernardy
16 years ago

  • Resolution set to wontfix
  • Status changed from new to closed

#5 @Denis-de-Bernardy
16 years ago

  • Milestone Future Release deleted

#6 @hakre
15 years ago

Related: #13699

Note: See TracTickets for help on using tickets.