Giter Club home page Giter Club logo

Comments (3)

hmuhdkamran avatar hmuhdkamran commented on July 20, 2024

I am facing the same issue, I have tried lazy loading and split router, but still it take allot of time.

from toucan.

mrellipse avatar mrellipse commented on July 20, 2024

i did find a way to get the loading page working 100 % - i will try to find the time to check in the change in the coming week, so you can use it yourself :)

it builds on the approach using HtmlWebpackPlugin here

once you have a list of all the assets you want to use (css and js), you can then run custom bootstrapping code to add dynamically add<script> and <style> elements to the page, and monitor their download progress

from toucan.

mrellipse avatar mrellipse commented on July 20, 2024

i have just pushed a commit for this loading issue.

the basic production build (when combined with gzip compression) means client devices will download about 150kb (over half of that is shared resources) on their first request, which is pretty lean.

not quite as good as a progressive web app, but I am pretty happy with that result!

i don't know if this fix quite addresses your issues though - you mentioned trying async/lazy loading routes?

That isn't something i am looking at doing right now - but if you do come up with more optimized bundling & loading build, please do a pull request! Happy to merge something along those lines 👍

from toucan.

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.