pomodoro
pomodoro copied to clipboard
A simple WordPress translation cache
``` PHP Warning: fseek() expects parameter 1 to be resource, bool given in /home/www/wp-content/mu-plugins/pomodoro.php on line 94, referer: https://site.loc/wp/wp-admin/post.php?post=9592&action=edit ```
In my case, I use wpml, when activating pomodoro, the version of the site with a second language begins to show a 503 and/or 500 error Is it possible to...
How to verify it is working. Can not see any php cache files generated. Can not see any `.mocache`
Some plugins are dumb enough to filter via `gettext` which may impact performance quite a bit.
Hi, I have problem with "default" textdomain. I have admin-cs_CZ.mo and cs_CZ.mo In query monitor I see default | gettext | +load_default_textdomain() | wp-content/languages/cs_CZ.mo | 324 KB -- | --...
Maybe make it work with this #10 glob/unlink `Pomodoro::clear`, maybe a WP_CLI interface (#7), nice.
Было бы удобно при администрировании
When mofiles are updated we have to clear our caches, otherwise changed translations will not be served. New translations will, though. First thought is parsing the update date from the...