Coder Social home page Coder Social logo

Comments (6)

ArnaudBarre avatar ArnaudBarre commented on July 30, 2024 1

This is an interesting idea but we need a way to cleanup the cache when the server sends a full reload event because things changed that requires a reload and the expected behaviour is that the browser will ask for the new version of the changed file that could not be hot replaced.

It would also requires using some local-storage timestamp to differentiate between manual reload and "close the tab and re-open one minute later".

I've personally experimenting with content based caching that persists accros dev server restart, pinging @patak-dev that was once asking for real world timing of the difference between 304 and cached 200.

from vite.

patak-dev avatar patak-dev commented on July 30, 2024

I think content based caching is still an interesting idea to explore. I'm not going to be able to do it for a while as the current focus shifted after the perf optimizations we got in 5.1. Maybe something to look back again once the Environment API work lands.

@hediet do you have extensions installed? Would you check the time diff using an incognito window in that case?
Last time I checked, with an incognito window, the diff between having the dev tools open or not was not that big (https://x.com/patak_dev/status/1745427467480039580, https://x.com/patak_dev/status/1745681046681563153).

I agree it would be better to find a way to avoid the 304s though. If someone wants to explore in a PR, we could discuss the tradeoffs there.

from vite.

hediet avatar hediet commented on July 30, 2024

This is an interesting idea but we need a way to cleanup the cache when the server sends a full reload event

In that case, the server could change the url of all the resources (e.g. ?t=${t++}) and just ask the browser to reload the html file (which will never be cached).

from vite.

ArnaudBarre avatar ArnaudBarre commented on July 30, 2024

Yes but in that case you trade off good reload on manual reload against bad reload on dev server reload. That's something to be discussed but for me the real solution is content based caching 👀

from vite.

hediet avatar hediet commented on July 30, 2024

Yes but in that case you trade off good reload on manual reload against bad reload on dev server reload.

Ah yes, I didn't think of that.

I'm not very aware of all the possible http caching strategies, can you clarify what you mean with content based caching?

from vite.

ArnaudBarre avatar ArnaudBarre commented on July 30, 2024

I mean using a hash of the content of the transformed file into the URL so that you don't need to invalidate the browser cache when nothing change. This requires a big shift in Vite philosophy to be 'on demand' and I'll wait after Vite 6 to see if this is something that can be added

from vite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.