GithubHelp home page GithubHelp logo

Comments (4)

samuelli avatar samuelli commented on September 21, 2024

I think this is a good point and it'll result in faster page renders.

I'm not sure about the service worker one, your page should really work without a service worker. The really worrying part is service worker cause a lot of developmental pain, its hard to know which service worker you have or when it gets updated. If you push a bad service worker, it might get stuck there forever.

I think I'll reintroduce the browser cache but not the service worker.

from rendertron.

paales avatar paales commented on September 21, 2024

Hi Samuelli,

I'm not sure if I completely follow the argument, since the same argument applies to the browser, or am I missing something?

from rendertron.

samuelli avatar samuelli commented on September 21, 2024

It most definitely does. But this is a service you will be testing in development too, and its strictly intended to make the development story easier.

My experience with SW and from witnessing other people's experience is that when you do encounter an issue, it can be really painful and a huge time sink debugging that issue so I'd like to avoid yet another place where you have to worry about service workers and how that might be impacting inaccurate results etc.

As part of progressive enhancement, an application should work without a service worker, so I don't see any harm from disabling it either.

from rendertron.

paales avatar paales commented on September 21, 2024

Fair enough :)

from rendertron.

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.