Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Javascript and Caching Errors #43

Open
iakona opened this issue Aug 14, 2012 · 2 comments
Open

Javascript and Caching Errors #43

iakona opened this issue Aug 14, 2012 · 2 comments

Comments

@iakona
Copy link

iakona commented Aug 14, 2012

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

@berk
Copy link
Owner

berk commented Sep 26, 2012

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.

@roshandevadiga
Copy link

has this gone into the gem ?
I am using dalli_store and facing the same issue. Switching using ctrl + shift + I does not toggle if caching is on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants