Web Performance Tuning : Speeding Up the Web (2ND)

個数:

Web Performance Tuning : Speeding Up the Web (2ND)

  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 455 p.
  • 言語 ENG
  • 商品コード 9780596001728
  • DDC分類 004.678

Full Description

As long as there's been a Web, people have been trying to make it faster. The maturation of the Web has meant more users, more data, more features, and consequently longer waits on the Web. Improved performance has become a critical factor in determining the usability of the Web in general and of individual sites in particular. This text is about getting the best possible performance from the Web: streamlining Web content, getting optimal performance from a browser, tuning both client and server hardware, and maximizing the capacity of the network itself. It offers concrete advice for quick results - the "blunt instruments" for improving crippled performance right away. The book then shifts gears to give a conceptual background of the principles of computing performance. The latter half of the book examines each element of a Web transaction - from client to network to server - to find the weak links in the chain and show how to strengthen them.
Topics covered include: Web site architecture, security, reliability, and their impact on performance; discussion of scalability of Java on multi-processor servers; Perl scripts for writing Web performance spiders that handle logins, cookies, SSL, and more; instructions on how to use Perl DBI and the open source program gunplot to generate performance graphs on the fly; and coverage of Rstat, a Unix-based open source utility for gathering performance statistics remotely. In addition, the book includes many more examples and graphs of real-world performance problems and their solutions, and has been updated for Java 2.

Contents

Preface Part I. Preliminary Considerations 1. The Quick and the Dead Questions for the Browser Side Questions for the Server Side Key Recommendations 2. Web Site Architecture Trade-offs Elements Example Web Site Architectures Trends Sample Configurations Key Recommendations 3. Capacity Planning Do the Math . . . . But Trust Your Eyes More than the Math Questions to Ask How Much Bandwidth Do You Need? How Fast a Server Do You Need? How Much Memory Do You Need? Key Recommendations 4. Performance Monitoring Parameters of Performance Latency and Throughput Utilization Efficiency Monitoring Web Performance Using Perl Automatically Generating Monitoring Scripts Using Sprocket Using a Relational Database to Store and Retrieve Your Monitoring Data Monitoring Machine Utilization with rstat Monitoring Per-Process Statistics Generating Graphs from ps Data Monitoring Other Things Making a System Dashboard Web Page Key Recommendations 5. Load Testing Load Test Preparation Trade-offs with Load Testing Tools Writing Your Own Load Testing Tools Benchmark Specifications and Benchmark Tests Other Resources Key Recommendations 6. Performance Analysis Using analysis.cgi to Find a Bottleneck Snooping HTTP with Sprocket Look at Connections Log File Analysis Hits per Second A Few More Tips Key Recommendations 7. Reliability Typical Failures Dependencies Smoothing Outages Key Recommendations 8. Security HTTPS and SSL Firewalls Bastion Hosts chroot Key Recomendation 9. Case Studies Database Table Growing Without Limit Reverse DNS Lookups Slows Logging Kinked Cable Database Connection Pool Growth Limits Performance Key Recommendation 10. Principles and Patterns Principles of Performance Tuning Patterns of Performance Improvement Key Recommendations Part II. Tuning in Depth 11. Browsers How Browsers Work Types of Browsers The Perfect Browser Browser Speed Browser Tuning Tips Non-Browser Web Clients Key Recommendations 12. Client Operating System Microsoft Windows Macintosh Unix Key Recommendations 13. Client Hardware CPU RAM Cache Bus Disk Video BIOS Key Recommendations 14. Lines and Terminators Forwarding and Latency Your Modem, the Information Driveway ISDN Cable Modems xDSL Higher Capacity Lines Intranets Network Modeling Tools The Internet PTTs Key Recommendations 15. Network Protocols Power and Protocols Factors Affecting Network Protocol Performance The Protocols of the Web Key Recommendations 16. Server Hardware Box on a Wire Good I/O Multiple Busses Fast Disks Lots of Memory Scalability Network Interface Card Bus Memory RAM Characteristics CPU Symmetric Multiprocessing (SMP) Disk Activity and PID Key Recommendations 17. Server Operating System Unix and the Origin of the Web Unix Flavors System Calls Versus Library Calls Processes and the Kernel The Filesystem The Windowing System Versions and Patches Configurable OS Parameters Unix OS Monitoring Tools System Call Tracers Network Snooping Tools How Many Connections Can My Server Handle? How Many Processes Can My Server Handle? How Quickly Can My Server Fork New Processes? Unix Versus NT as the Web Server OS The Exokernel Key Recommendations 18. Server Software The Evolution of Web Servers System Calls Made by a Web Server How Servers Fail Configuring Apache and Netscape Web Servers Other Servers Missing Features Proxy Servers Hierarchical Caches Key Recommendations 19. Content Size Matters As Good As It Gets Caching and Differences HTML and Compression Performance Tips for HTML Authors The Document Object Model Graphics Audio Video Key Recommendations 20. Custom Applications Programmers CGI Programs CGI Internals and Performance Problems General CGI Tips CGI Language-Specific Optimization Tips Daemonize It CGI Database Access Performance Logging NSAPI and ISAPI DOM JSP, ASP, PHP Key Recommendations 21. Java Java Will Never Be Good Enough for GUI Applications Java Is Good Enough for the Server Side Performance Problems Intrinsic to Java Coding Tips Compilers Profile Your Code Decompilers OS-Level Profiling Tools JITs Static Compilers Virtual Machines Runtime Options Java Chips Java Benchmarks Web Sites with Java Performance Info Key Recommendations 22. Databases Do You Really Need a Relational Database? Performance Tips How Many Connections Can Your Database Handle? When the Database Is Overloaded Analysis Key Recommendations Appendix. Web Performance Product Lists and Reviews Index