Startseite » WebDev » Webdesign » 10 Tipps für schnellere Web-Anwendungen

10 Tipps für schnellere Web-Anwendungen

1: Use web storage in place of cookies
2: Use CSS Transitions instead of JavaScript animation
3: Use client-side databases instead of server roundtrips
4: JavaScript improvements lend considerable performance advantages
5: Use cache manifest for live sites, not just offline apps
6: Enable hardware acceleration to enhance visual experience
7: For CPU-heavy operations, Web Workers deliver
8: Use HTML5 Form attributes and input types
9: Use CSS3 effects instead of requesting heavy image sprites
10: WebSockets for faster delivery with less bandwidth than XHR

Link: Quelle
Beitrag kommentieren
Ähnliche Artikel
iconfinder.net - Suchmaschine für kostenlose Icons Icons oder Inspiration finden ganz einfach...
Brad Neuberg referiert über die Vorteile von HTML5 (englisch) Eine (etwas ältere) Einführung in den Gesamtkomplex von HTML5, CSS3 und Javascript