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
When I turn caching on, I noticed that you cannot toggle inline translation mode. When I was tracing this back, I noticed that when you call the method, all it does it change the Translators attribute, but doesn't update or throw out the cache for that user (which is because the translator is only stored in the cache if they have a translation, and doesn't even store that attribute for the user)
UPDATE: fixed the javascript error, just got to fix the caching error now
The text was updated successfully, but these errors were encountered:
Which cache store do you use? I highly recommend using the dalli_store - it is much faster and it solves the problem of frozen objects.
Btw, the new version of tr8n - which is still in master (no gem yet) has a completely rewritten caching mechanism - only one cache hit per page. Makes the application lightning fast.
When I turn caching on, I noticed that you cannot toggle inline translation mode. When I was tracing this back, I noticed that when you call the method, all it does it change the Translators attribute, but doesn't update or throw out the cache for that user (which is because the translator is only stored in the cache if they have a translation, and doesn't even store that attribute for the user)
UPDATE: fixed the javascript error, just got to fix the caching error now
The text was updated successfully, but these errors were encountered: