ASHLEY HEO
EMAIL
LAB
READING

Reading 5

How to Build a Low-Tech Website

How Wikimedia helped mobile web readers save on data

  1. Reduce web page size: reducing traffic
  2. Reduce internet energy consumption
  3. Use default typefaces: not using @font-face or @import
  4. Reducing image or video File sizes: dithered images
  5. Write in native JavaScript instead of using excessive libraries ex. jQuery
  6. Reduce redundancy when writing code
  7. Build static website
  8. Remove unnecessary files
  9. No advertisements or cookies
  10. Using <noscript></noscript>: users with javascript can load image only when necessary
  11. Minify and optimise javascript and css
  12. Combine CSS files into one
  13. Plan out structure and design of website before coding