Monday, September 30, 2013

Speed up website

Page load - CDN(static content or media), caching -  Cache page content, queries, expensive computation   
DB - connection pooling, distributed caching, in-memory db
profiler
reduce IO
load balancer and multiple servers
async processing and scheduling processes
compress pages and response

tools to benchmark and load test
soapUI
Fiddler
YSlow
JMeter

No comments:

Post a Comment

Thank you for your feedback