You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.
WordPress localization is quite heavy. After #740 and #739, it would be about 60-70% of each page load, with server load getting higher when using more plugins (more .mo files to read).
Is this worth it? What would be some good alternatives?
The code below would turn off loading all localization files, for testing purposes:
@sboerrigter Varnish doesn't 'solve' this problems, instead it masks them. On production this is fine, except for the high server load when a page or back-end needs to be generated. But during development, this becomes a serious issue. We actually disable 'bulky' plugins most of the time to increase development speed, but the theme could also improve performance (since it's about 50% of the page load right now).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
WordPress localization is quite heavy. After #740 and #739, it would be about 60-70% of each page load, with server load getting higher when using more plugins (more
.mo
files to read).Is this worth it? What would be some good alternatives?
The code below would turn off loading all localization files, for testing purposes:
The text was updated successfully, but these errors were encountered: