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

Disabled caching for live and dynamic modes #375

Merged
merged 1 commit into from
Dec 20, 2015
Merged

Disabled caching for live and dynamic modes #375

merged 1 commit into from
Dec 20, 2015

Conversation

philippjfr
Copy link
Member

This PR disable the JS cache for 'live' and dynamic modes, making the behavior more predictable.

@jlstevens
Copy link
Contributor

I agree with this change.

Predictability is very important, I don't think caching on the client-side will speed things up very much (at least not when you are using Bokeh) and if we do want client-side caching, we need to be very careful to make it work predictably without the user needing to know the details.

I'm happy to merge once the tests pass.

@jlstevens
Copy link
Contributor

The tests are passing now.

jlstevens added a commit that referenced this pull request Dec 20, 2015
Disabled caching for live and dynamic modes
@jlstevens jlstevens merged commit d4c4d10 into master Dec 20, 2015
@jlstevens jlstevens deleted the js_cache branch December 20, 2015 17:00
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

Successfully merging this pull request may close these issues.

None yet

2 participants