Outils pour utilisateurs

Outils du site


informatique:web:webperformance

Ceci est une ancienne révision du document !


Web Performance

Doc

Mesure de performance

On-line services

http://www.webpagetest.org Test des pages depuis différents endroits, rapport de tests avec qlqs informations techniques et améliorations à faire.

softs

Pylot

Web Performance Tool - Performance & Scalability Testing - Web Services

http://www.pylot.org/

JMeter

Microsoft WAS (Web Application Stress)

HOW TO: Measure ASP.NET Responsiveness with the Web Application Stress Tool (2007-03-27)

<note>Impossible de trouver où le télécharger. M$ semble l'avoir rangé aux oubliettes…</note>

PushToTest - TestMaker

More

Amélioration des performances

Distributed Cache

Memcached

Excellent outil pour mettre en RAM n’importe quel couple clef ↔ valeur.

http://memcached.org

Distributed database

Cassandra

Distributed File-System

MogileFS

MogileFS : Un système de fichier distribué, tolérant aux pannes, indépendant du noyau et open-source. (NOTE: your application has to specifically use a MogileFS client library to store and retrieve files.)

http://www.danga.com/mogilefs

Reverse Proxy Load-balancer

Perlbal

Perlbal is our Perl-based reverse proxy load balancer and web server.

http://www.danga.com/perlbal

  • Perlbal

Cachet

Tips

Cache-Control "max-age"

# 1 YEAR
#<FilesMatch "\.(flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|wav)$">
#Header set Cache-Control "max-age=29030400, public"
#</FilesMatch>

# 1 WEEK
#<FilesMatch "\.(jpg|jpeg|png|gif|swf)$">
#Header set Cache-Control "max-age=604800, public"
#</FilesMatch>

# 3 HOUR original
<FilesMatch "\.(txt|xml|js|css)$">
Header set Cache-Control "max-age=10800"
</FilesMatch>

 # 1 semaine avec les images
#<FilesMatch "\.(jpg|jpeg|png|gif|swf|pdf)$">
#Header set Cache-Control "max-age=604800, public"
#</FilesMatch>

 # 3 HOUR avec tout sauf html et php
#<FilesMatch
"\.(txt|xml|js|css|jpg|jpeg|png|gif|swf|flv|ico|pdf|avi|mov|ppt|doc|mp3|wmv|
wav)$">
#Header set Cache-Control "max-age=10800, public"
#</FilesMatch>
informatique/web/webperformance.1290087546.txt.gz · Dernière modification : 19/05/2012 00:15 (modification externe)

Sauf mention contraire, le contenu de ce wiki est placé sous les termes de la licence suivante : CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki