Is there a good book on tuning web application performance?

I would like to read how to use caching effectively, optimize my schema and database queries, apply partitioning and load balancing. There are quite a few resources for optimizing code and low-level material, but not another.

I read Creating Cal Henderson Scalable Websites and, apart from one chapter, actually scaling, which barely scratches the surface, has nothing interesting inside.

Is there a decent book or other resource for optimizing web application performance?

0
source share
3

, - ? ? prevayler, , RDBMS .

0

When we talk about improving web application performance, two of them should read High-Performance Web Sites and Even Faster Web Sites , both of which focus on improving website load time and other client-side optimization methods.

For the database side, you can see SQL performance tuning .

0
source

All Articles