question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Reduce load times

See original GitHub issue

The goal here is to optimize load time for a fresh session, i.e. navigating to https://popcode.org without having been recently logged in, no gist or snapshot URL, etc.

  • Investigate lodash’s contribution to bundle size—seems like we’re not getting the benefits of a la carte module loading. Should we use the a la carte packages instead?
  • Replace or trim down moment
  • Replace or trim down text-encoding
  • Asynchronously load libraries (e.g. the inlined copy of jQuery that’s used when it’s enabled for a project)
  • Asynchronously load vendor code that isn’t required to bootstrap a fresh session (e.g. GitHub, Firebase clients)
  • Vendor split to improve cacheability

Webpack visualizer is a great tool for finding the worst offenders in our bundle size.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:14 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
ajgreenbcommented, Oct 27, 2017

Leaving this here for later:

http://webpackmonitor.com/

1reaction
ajgreenbcommented, Oct 26, 2017

@outoftime we already use the *deep breath* inline-chunk-manifest-html-webpack-plugin for this!

Read more comments on GitHub >

github_iconTop Results From Across the Web

9 Quick Ways to Improve Page Loading Speed
1. Choose a performance-optimized hosting solution. · 2. Compress and optimize your images. · 3. Reduce your redirects. · 4. Cache your web...
Read more >
10 Tips for Decreasing Web Page Load Times
10 Tips for Decreasing Web Page Load Times · 1. Check the Current Speed of the Website · 2. Optimize Your Images ·...
Read more >
9 Ways to Improve Page Load Times with Website Design ...
If you'd like to avoid that with website design for law firms, try using these tips to minimize load times and improve performance....
Read more >
How we reduced load times by 1410%%: tips and takeaways
Studies showed that 1 second delay means a 7% reduction in conversions. Decreasing web page load times is key for user experience, conversion...
Read more >
Fast load times - web.dev
Fast load times ... Lazy-load images and video ... Use Imagemin to compress images · Replace animated GIFs with video for faster page...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found