Take full advantage of Heroku’s cloud-based hosting services. This guide takes you through the inner workings of this PaaS platform and delivers practical advice for architecting your application to work as efficiently as possible. You’ll learn best practices for improving speed and throughput, solving latency issues, locating and fixing problems if your application goes down, and ensuring your deployments go smoothly.
By covering everything from basic concepts and primary components to add-on services and advanced topics such as buildpacks, this book helps you effectively deploy and manage your application with Heroku.
- Learn your way around Heroku with the command line interface
- Discover several methods for scaling your application to increase throughput
- Speed up response time through performance optimizations
- Solve latency issues by deploying your Heroku instance in new regions
- Choose the right plan for using Heroku’s PostgreSQL database-as-a-service
- Get a checklist of items to consider when deploying your application
- Find and fix problems during deployment, at runtime, and when your application goes down
- Understand how Heroku buildpacks work, and learn how customize your own
Preface;So, What Is Heroku?;Who This Book Is For;The History of Heroku;The Heroku Culture;Why Would I Want to Learn More About Heroku?;Conventions Used in This Book;Safari? Books Online;How to Contact Us;From the Authors: Neil Middleton;From the Authors: Richard Schneeman;Disclaimer;Chapter 1: Getting Started with Heroku;1.1 The Dawn of Virtual Servers;1.2 Enter the Cloud;1.3 You New Around Here?;1.4 Quick Start;Chapter 2: How Heroku Works;2.1 What Is a Dyno?;2.2 HTTP Routing;2.3 The Dyno Manager and Dynos;2.4 Other Services;Chapter 3: Understanding Performance and Scale;3.1 Horizontal Scaling and You;3.2 Speeding Up Your App;3.3 Explaining Postgres Performance;3.4 Caching ExpensilÃ*