Skip to main content

Home/ Groups/ Web Performance
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.
Mehdi Kabab

PunyPNG - PNG Compression and Image Optimization - Gracepoint After Five - 2 views

  •  
    PunyPNG first analyzes the content of your image and figures out the best image format to use.
Laurent Paoletti

Steve Souders on Web Performance Optimization [video] - 2 views

  •  
    Itw by M. Hendrickson Current state of the Performance and Operations market. Terms, semantics and DevOps, are we splitting hairs? What do performance people do on a daily basis? Do you need to tradeoff anything to get better performance? Are most websites acceptable when it comes to speed? Measuring slowness -- clarified and demystified Where do you find performance monitoring tools? How do you know if you have a fast enough web site? Does Mobile disrupt your quest for high performance? Does HTML5 add any more complexity challenges to high performance web sites? Wrap up and discussion of Velocity Conference
Laurent Paoletti

\"Le Web Performance Improvement,\" French Style | Web Performance Monitoring and Optim... - 1 views

  •  
    A month ago, we wrote about how the Home Depot improved their web performance through a major "Perflift". Today, we want to congratulate "l'equipe" at Le Monde for improving their website. While The New York Times is the number one newspaper in US, Le Monde is the number one news source in France and for French speakers around the world.
Mehdi Kabab

mschrag/speedlimit - 0 views

  •  
    Speedlimit is a Leopard preference pane for limiting your network bandwidth to one of a couple different speeds.
Mehdi Kabab

Trimage (lossless) image compressor - 8 views

  •  
    Interface visuelle (GUI) permettant de compresser plusieurs images, PNG et JPG. Ce programme, utilisable également en CLI, se base sur optipng, advpng et jpegoptim.
  • ...4 more comments...
  •  
    Outils peu convaincant. L'outil conserve toujours le fichier compressé même si ce dernier est supérieur en taille.
  •  
    Dommage :-/ ça automatise une partie du taf déjà.
  •  
    Mouai, Eric n'a probablement pas fait de test, mais de mon côté mieux vaut utiliser à la main les outils "optipng, pngout, deflopt avec options" on obtient de bien meilleurs résultats. L'intérêt de l'outil réside dans l'interface à la limite
  •  
    Non, je n'ai pas fait de test. Par contre j'ai vu que la correction du bug soulevé par Samuel est prévue. Après attention, on peut toujours obtenir de meilleurs résultats à la main avec ce genre d'outils, mais parfois au prix d'un temps cpu démesuré. Le propre de ces outils c'est de choisir des valeurs raisonnables et optimale pour le compromis efficacité/temps. Pour moi l'intérêt c'est surtout que c'est "déjà fait", donc pas besoin de chercher les bons paramètres pour le compromis optimal, de faire appel à image magik pour savoir quel outil utiliser en fonction du format et du nombre de couleurs, et de scripter tout ça soi même : c'est déjà fait. J'apprécie aussi qu'ils aient prévu une gui *et* une cli pour le même outil. C'est assez sympa.
  •  
    Il y a aussi http://phpied.com/files/yuicd/ a suivre, déjà essayé pour recompresser rapidement des png et le résultat est très bon à chaque fois.
  •  
    A cross-platform tool for losslessly optimizing PNG and JPG files. Inspired by ImageOptim.
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

The 7 Deadly Mistakes That Make Websites Slow [Infographic] | Web Performance Optimization - 3 views

  •  
    The 7 Deadly Mistakes That Make Websites Slow [Infographic] There are several common mistakes people make that slow down their website. Are you making any of them? See the mistakes below (and how you can fix them if you are making them!)
Mehdi Kabab

Cedexis | Radar Demo - 2 views

  •  
    Découvrez quel est le meilleur CDN ou Cloud depuis votre localisation.
Laurent Paoletti

Which Browsers are the Fastest? - 1 views

  •  
    We've come quite a long way since introducing RUM about a year ago. Being the first app performance company to build real user monitoring as a core, native feature of application performance management, we are currently monitoring about 750 million page views a day, 5 billion a week and 20 billion a month for 20,000 active accounts.
Oncle Tom

Why node.js streams are awesome - 4 views

  •  
    Où comment la manière de servir des fichiers change l'expérience utilisateur. Quand la mécanique influe sur l'aspect pratique.
  •  
    Intéressant mais rien de vraiment nouveau... les Streams, ça existe depuis Java 1.0 (1996), et sans doute avant dans d'autres langages. Tant mieux si ça arrive dans node.js !
Laurent Paoletti

Why Minify JavaScript? | Engineered Web - 2 views

  •  
    When I was at DrupalCon Denver I suggested that all production JavaScript should be minified. This seemed like something simple that I wouldn't get any push back on. After all, the major JavaScript packages do it and the performance recommendation tools all recommend it. I was wrong.
Laurent Paoletti

Speed and Mobility: An Approach for HTTP 2.0 to Make Mobile Apps and the Web Faster - I... - 0 views

  •  
    This week begins face to face meetings at the IETF on how to approach HTTP 2.0 and improve the Internet. How the industry moves forward together on the next version of HTTP - how every application and service on the web communicates today - can positively impact user experience, operational and environmental costs, and even the battery life of the devices you carry around.
Samuel Martin

Comparatif web performance des candidats 2012 - les images - Creaone.fr - 2 views

  •  
    ImagePicker et ImageOptim sont présentés ; pour récupérer et optimiser les images.
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%.
« First ‹ Previous 221 - 240 of 1843 Next › Last »
Showing 20 items per page