Skip to main content

Home/ Web Performance/ Group items tagged responsive

Rss Feed Group items tagged

Laurent Paoletti

Cache compressed? or uncompressed? | High Performance Web Sites - 1 views

  •  
    My previous blog post, Cache them if you can, suggests that current cache sizes are too small - especially on mobile. Given this concern about cache size a relevant question is: If a response is compressed, does the browser save it compressed or uncompressed? Compression typically reduces responses by 70%.
Éric D.

Performance Calendar » Bloated Request & Response Headers - 5 views

  •  
    morale qu'on connaît déjà car on ne peut agir que - sur les cookies (enfin l'absence de) - sur le ETag (le virer pour le remplacer par du cache agressif) - éventuellement trafiquer Apache ou une machine devant Apache pour supprimer quelques headers serveurs inutiles
Frank Taillandier

Responsive web design from the future - 6 views

  •  
    Github a mis en place quelques fonctionnalités innovantes pour améliorer la performance et l'expérience utilisateur.
anonymous

"RWD is bad for performance" is good for performance - 1 views

  •  
    "Bad performance stems from a lack of attention and commitment performance within an organization-not from whether or not the site is responsive."
Laurent Paoletti

Upgrade to a Faster Server: Results - 2 views

  •  
    Summary: We further explore the results of upgrading to a faster server. Overall the site showed improved response speed and website "stickiness." Average page load times improved by 48% to 60% server response times improved by more than 60%, and people stayed longer, viewed more pages, and bounced less.
Mehdi Kabab

Media Query & Asset Downloading Results | TimKadlec.com - 1 views

  •  
    "I did some research about how images are downloaded when media queries are involved. I wrote up some automated tests where Javascript could determine whether or not the image was requested. I've got enough data now to be able to go into detailed findings."
Laurent Paoletti

Are WebSockets faster than AJAX? ...with latency in mind? - Peterbe.com - 0 views

  •  
    The advantage with WebSockets (over AJAX) is basically that there's less HTTP overhead. Once the connection has been established, all future message passing is over a socket rather than new HTTP request/response calls. So, you'd assume that WebSockets can send and receive much more messages per unit time.
Laurent Paoletti

SPDY on Rails - Bugsnag Blog - 1 views

  •  
    At Bugsnag we use SPDY on our production rails application. For our users who run modern browsers, this can make the site feel much faster and more responsive. Want to get SPDY working on your production rails app? Read on. What is SPDY?
1 - 20 of 33 Next ›
Showing 20 items per page