Notes
  • Notes
  • JavaScript
    • URL processing
    • Numbers
  • Python
    • python random notes
    • Python Resources
  • Setup
    • Mac Setup
  • Command Line
    • Basics
    • Linux basics
    • Bash script
    • Create temp files
    • awk
    • sed
    • make
    • ssh
    • gzip
    • Command line tools
    • ffmpeg
    • at and crontab - scheduling commands
  • Web Developement
    • Chrome Dev Tools
    • HTML
    • Markdown
    • CSS
    • Rails
    • Hugo
    • REST APIs
  • Soft Skills
    • Listening Skills
    • Public Speaking
  • Containers
  • Career
    • Resume
    • Interview
    • Promotion
    • Keeping Track of Your Work
    • Decide What to Work On
  • Ergonomics
    • Work Env Setup
    • Pain Relieve
  • Digest / Writing Ideas
    • Books
      • Antifragile
      • Anti-Intellectualism in American Life 美国的反智传统
    • Economy / Society
    • How to spend your time
    • Life
    • Higher education
  • Misc
    • Regex
    • Don't Make Me Think
    • Microsoft Excel
    • AdTech 101
  • Resources
    • web
    • Vim
    • Tools
    • System Design
    • Design Pattern
    • Load Balancer
    • References
    • Hardware
    • Algorithm Resources
    • Command Line Resources
  • Git
    • Pro Git
  • Non-Tech
    • 化学科普 - 拿破仑的纽扣
    • 人生经验 - If I Knew Then
    • 哲学
      • Harvard - Justice
    • 宗教
      • Introduction to the New Testament History and Literature
      • 蔡志忠 - 漫画东方圣经
    • 人文
      • Open Yale Course - 心理学导论
  • Spark
  • VS Code
Powered by GitBook
On this page

Was this helpful?

  1. Resources

web

PreviousResourcesNextVim

Last updated 5 years ago

Was this helpful?

/ High Performance Browser Networking

中文版第一章 中文翻译目录

Web perfornamce Make cache your friend: Static assets must be cached with a far future expiration (CSS, JS, images). If it changes, you can change the URL, such as styles-v2.css, styles.css?v2, styles.css?20180102, etc. Cache expiration: explicit (preferred, absolute or relative, e.g. 5 days later), or implicit (set by browser, usually it checks the age of the asset and calculate a relative value). If cache hit but expired, browser would ask the server if modified. preload: high priority. prefetch: try to guess the next move of the user/session. low priority. no guarantee. Resource Hints: (in memory, off the screen, pr is probability). Start an action on mousedown (0.1s) or hover (desktop, 0.2s).

CORS

三次握手 四次挥手

https://www.youtube.com/channel/UC-vYrOAmtrx9sBzJAf3x_xw
https://www.lynda.com/Web-Development-tutorials/Learning-Enterprise-Web-Application-Performance/590840-2.html
https://www.lynda.com/Maximiliano-Firtman/282335-1.html
http://performantcode.com/web/do-you-really-know-cors
http://blog.jobbole.com/114633/
https://hpbn.co
https://blog.csdn.net/xingtian713/article/details/11882203
https://me.csdn.net/xingtian713
TCP 的那些事儿(上) | 酷 壳 - CoolShell酷 壳 - CoolShell
Logo
Web technology for developers | MDN
网道 - 互联网开发文档
What RESTful actually means
Logo
Logo
Logo