Skip to content
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

Optimizations #28

Open
7 tasks
vipinkhushu opened this issue Apr 25, 2018 · 1 comment
Open
7 tasks

Optimizations #28

vipinkhushu opened this issue Apr 25, 2018 · 1 comment

Comments

@vipinkhushu
Copy link
Member

vipinkhushu commented Apr 25, 2018

  • Implement Preloading Static Content
  • Implement Prefetch, Preconnect, Prerender (DNS)
  • Prefetch Webpages expected to be opened by user
  • Plain HTTP caching for immutable content and no-cache for mutable content
  • Remove all useless code
  • Add compression middle ware in express (Ref: npmjs.org > compression)
  • Redirect www to non www version
@vipinkhushu
Copy link
Member Author

  • Lazy loading of offscreen images

  • Resize images

  • Serve images in next gen formats

  • Reduce blockage by external css

  • Minify client js

  • Remove unused css code in bootstrap.min.css

  • Open external url using ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant