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 [09/08/2010 15:15] 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. 
-  * Les articles et dossiers de [[http://www.haute-disponibilite.net|haute-disponibilite.net]] 
- 
-===== Mesure de performance ===== 
- 
-==== 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> 
- 
-====PushToTest - TestMaker==== 
- 
-http://www.pushtotest.com/community 
- 
-==== More ==== 
- 
-http://java-source.net/open-source/web-testing-tools 
- 
-http://www.opensourcetesting.org/functional.php 
- 
-http://www.testingfaqs.org/t-load.html 
- 
-httpmntr - HTTP Monitor 
- 
-Web Test Tools 
- 
-webstress  
- 
-Fiddler2: Web Debugging Proxy 
- 
- 
-===== Amélioration des performances ===== 
- 
-====Cache distribuée==== 
- 
-=== Memcached === 
- 
-Excellent outil pour mettre en RAM n’importe quel couple clef <-> valeur. 
- 
-http://memcached.org 
- 
-  * [[http://www.haute-disponibilite.net/2007/11/06/mettre-en-place-un-serveur-de-cache-distribue-memcached/|Mettre en place un serveur de cache distribué: memcached]] 
- 
-====File system distribué==== 
- 
-=== 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 
- 
-  * [[wpen>Perlbal]] 
- 
-===== 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.1281359750.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