Launches are tough on a new developer. Everyone remembers the lump in their throats around launch time; the rush to finish content, make final theme tweaks, adjust for sudden browser weirdness. As momentum picks up, the odd change request always appears, databases are slingshot hither and yon, while everyone scrambles to resolve merge conflicts like a Tokyo train at rush hour.
We emerge scarred but smarter, intent on making the next launch less painful. But with different teams launching different sites, it can be hard to establish an iterative process. Especially as new work accumulates in the backlog, we reap what we sow in technical debt from rushed launches, quick & dirty choices made under the gun, and unimplemented ideas from retrospectives.
Pantheon, however, has the same Customer Success team launching several enterprise sites per week, while assisting hundreds of self serve customers when they need a hand. Because we need to work effectively, we have developed the tools and process to ensure:
* Great Site Performance - On Day One
* Less problems over the long run
* Clear Expectations from Informed Stakeholders
The session will cover other key areas:
1. Preparing For Launch for the PM, Stakeholder, Developer & Sys Admin
2. Auditing the Site for landmines, carniverous acid pool islands, and deadweight
3. Load Testing to obliterate surprises with actionable results
This session is Platform Agnostic; whether you use PAAS, shared hosting, or wield your own hardware, PMs, developers, and clients will leave with new tools in their belt to launch with less agita. We will share some of our challenges and how we overcame them, and hopefully hear from you about how you overcame yours!
5. How we prepare for launch
● Goal: Get rid of all the “uh-oh” moments
● Method: Set clients up for success
● Stakeholders:
○ Project Manager - scheduling, best practices
○ Developer - platform knowledge, integration
○ Sys Admin - responsibilities, delegation
○ Business owner - flawless launch
6. Have a system and tools
● Specify common workflow requirements
○ Repeatable tasks, delegatable
● Project management - Wrike, JIRA, etc.
● Orientation logistics
○ Scheduling - calendar, deadlines
○ Real-time communication
■ Phone, Video Conference, GoToMeeting, IRC
○ Training - documentation, 狠狠撸s, Videos
7. Mapping the terrain
● Scoping of responsibilities
○ Reduce confusion, set stage
● Channels of communication
○ Define emergency procedures
○ Issue tracking as primary inbox
● Staying in touch
○ Available, open, and regular
○ Proactive
19. ● Simple Drupal 7 site
● Apache Bench
○ 10,000 requests to home page (5 concurrent)
● Warmed cache, cleared watchdog
● Comparison
○ Bad config, 1 PHP notice and warning in theme
○ Good config, no PHP notices or warnings
Test Configuration
20. Result? Doubled performance.
Bad config, errors
● 20 min, 52 sec
● Requests per
second: 7.98
● Time per request:
626.192 ms
Good config, no errors
● 10 min, 25 sec
● Requests per
second: 15.99
● Time per request:
312.780 ms
23. Why load test?
● Validate response times under peak load
● Smoke - operations under normal load
● Stress - behavior past peak load
○ Spike - short bursts
● Capacity - plan for growth
24. Who should execute load tests?
● Developers execute
● Involve stakeholders
26. When should I load test?
● Before you write your first line of code!
○ Xdebug, Webgrind, Devel, Syslog, Watchdog, New
Relic
● Incrementally during development
● Prior to launch
27. Where do I perform load tests?
● Live environment
○ Bandwidth
● Resource limitations
● SaaS
28. What to expect during & after
● Benchmark often (datapoints vs aggregate)
● Be reasonable
● Numbers should dictate expectations (back-
end not just Google analytics)