Outils pour utilisateurs

Outils du site


informatique:webperformance

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
informatique:webperformance [12/04/2010 18:32] cyrilleinformatique:webperformance [24/09/2010 10:58] (Version actuelle) – effacée cyrille
Ligne 1: Ligne 1:
-====== Web Performance ====== 
- 
-===== Doc ===== 
- 
-  * le blog d'Éric Daspet : http://performance.survol.fr/ 
-  * [[http://www.codeplex.com/PerfTestingGuide/Release/ProjectReleases.aspx?ReleaseId=6690|Performance Testing Guidace for Web Application - PerfTestGuide.2007-08-27.pdf]] sur codeplex.com (2007-08-27, 221 pages). 
-  * [[http://www.mnot.net/cache_docs/index.fr.html|Un tutoriel de la mise en cache pour les auteurs Web et les webmestres]] ({{:informatique:un_tutoriel_de_la_mise_en_cache_pour_le_web.pdf|copie locale}}) 
-  * [[http://developer.yahoo.com/performance/rules.html|Best Practices for Speeding Up Your Web Site]] by the Yahoo!'s Exceptional Performance Team. 
- 
-===== Tools ===== 
- 
-==== Pylot ==== 
- 
-Web Performance Tool - Performance & Scalability Testing - Web Services 
- 
-http://www.pylot.org/ 
- 
-==== JMeter ==== 
- 
-http://jakarta.apache.org/jmeter 
- 
-==== Microsoft WAS (Web Application Stress)==== 
- 
-[[http://support.microsoft.com/kb/815161/en|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> 
- 
-==== More ==== 
- 
-httpmntr - HTTP Monitor 
- 
-Web Test Tools 
- 
-webstress  
- 
-Fiddler2: Web Debugging Proxy 
- 
- 
- 
- 
-===== Tips ===== 
- 
-==== Cache-Control "max-age" ==== 
- 
-<code> 
-# 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> 
-</code> 
  
informatique/webperformance.1271089951.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