Automattic / babble

Multilingual WordPress done right.
https://wordpress.org/plugins/babble/
245 stars 50 forks source link

Object cache just the post's translations IDs rather than objects #268

Closed joehoyle closed 9 years ago

joehoyle commented 9 years ago

This means we don't have to use up space unnecessarily, and also in some case this will mean there is no DB activity at all due to a persistant object cache and no need for additional WP_Query'ies

See #236

simonwheatley commented 9 years ago

Are there some quick basic unit tests which would be appropriate here?

simonwheatley commented 9 years ago

Are there some quick basic unit tests which would be appropriate here?

In which case, we should wait until #271 is merged.

joehoyle commented 9 years ago
simonwheatley commented 9 years ago

@joehoyle Any update here?

johnbillion commented 9 years ago

Over to you, Simon. Fixes and tests added to the PR.