-
Notifications
You must be signed in to change notification settings - Fork 14
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
Investigate cache busting with es6 modules #866
Comments
Discussed in the 6/4/2020 dev meeting, and @zepumph mentioned that he set up his local server to not do caching, and did something on phettest as well. Assigning to him to record this information so that we can have it available. Also @zepumph - please make a note in the development overview document on how to disable caching in Chrome when dev tools are open. Once this information is collected, this issue can be closed. |
Above I updated doc to add the http-server flag to disable cache, and a note about chrome dev tools. I also did a bit more digging about the changes I did on phettest for caching. I added this to the .httaccess where the phet repos live:
After doing that, I saw in the network tab of the chrome dev tools that @samreid, I remember that this didn't work when we did it with your server, do you have any recollection about that? Do you think I should just remove this header from phettest? |
I thought we had tried a rule in apache httpd.conf on my side and saw it still caching. From my research, it seems like using .htaccess is the standard way to address this. This is not my area of expertise and may be best to consult with @jonathanolson. Let's touch base at today's meeting and decide how to proceed. |
from 06/18/20 dev meeting: We haven't heard of any caching problems on phet-test in a while. Assigning to @KatieWoe to check in and see if you've had any caching issues. If not, @ariel-phet says let's go ahead and close. |
Likely will deal with web server settings (I'm familiar enough to handle Apache, but not sure what other servers our devs are using).
The text was updated successfully, but these errors were encountered: