-
Notifications
You must be signed in to change notification settings - Fork 210
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
Add a means of disabling cache in development mode, cache docs #761
Comments
@publiclab/is-reviewers what do you think of this? Any input on the cache in general? Thank you!!! |
@jywarren It's a great idea. Clearing cache everytime to see changes during development slows the process. |
oh really? Can you screenshot this so it's easy to do? This'll really speed
things up!
…On Tue, Feb 12, 2019 at 8:24 AM Varun Gupta ***@***.***> wrote:
@Mridul97 <https://github.com/Mridul97> @jywarren
<https://github.com/jywarren> you can disable it in your devtools.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#761 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJ1qwePXaDaxXKFgOjiPv9x3QhS6-ks5vMsBbgaJpZM4a1UsU>
.
|
@tech4GT it doesn't work anymore. Probably there is a bug with the service worker that handles it. |
The cache from a few days ago was as big as 712 megabytes from the image-sequencer in development mode! Unfortunately, I forgot to take a screenshot of it before I cleared it. This project has some huge issues in the development mode. |
I've continued having some issues with the cache, but it's hard to tell if I am seeing correct behaviors. I'd like to propose a few things, first that of the title - a way to disable the cache if it's running locally in development, to speed up local development.
(could relate to #544, #605)
Next (we can break out a new issue for this), I'd like to add more documentation about the cache, such as:
sw.js
is and what it does exactlyEmpty Cache and Hard Reload
in Chrome; does this reload the cache?Thanks everyone, i think the cache is a little bit mysterious and we could do better on documenting its usage!
The text was updated successfully, but these errors were encountered: