zoukankan      html  css  js  c++  java
  • the lasted discuss about h5 optimize

    we all know that webpack hava did a lots of things for us, ESpecially in web optimize, many programme are used in webpack.such as compress、merge、GZIP、Component Lazy Loading. and we use cdn and dns prefech usually. and we have know we should use css3 as first plan to Solve problem, and vue have Dealed with DOM problems. so what programme we can use to Improving performance?

    1:Pre-fetch the next page of resources

    2:deal img by tiny

    3:the Third-party resources is loaded Asynchronous

    4:Rolling loading resource  in long page

    5:Picture Lazy Loading

    6:use webp

    7:do not use dataUrl

    8:Use progress bar in Network Request

    some Measures that not used usually

    1:use pwa

    2:use Web Workers

    3:Offline package

    4:service worker

    5:Binary

  • 相关阅读:
    Scala--基础
    maven
    Storm 运行例子
    Storm 安装部署
    Storm
    Kafka 集群部署
    Redis Twemproxy
    Redis Sentinel
    获取URL中参数的值
    浏览器滚动条样式
  • 原文地址:https://www.cnblogs.com/mrzhu/p/11373131.html
Copyright © 2011-2022 走看看