Outils pour utilisateurs

Outils du site


informatique:webperformance

Ceci est une ancienne révision du document !


Web Performance

Doc

Tools

httpmntr - HTTP Monitor

jakarta-jmeter

Web Test Tools

webstress

Fiddler2: Web Debugging Proxy

MS WAS (Web Application Stress)
http://www.microsoft.com/downloads/details.aspx?FamilyID=e2c0585a-062a-439e-a67d-75a89aa36495&displaylang=en
12/26/2002

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/webperformance.1267044581.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