Skip to Content
Web Operations
book

Web Operations

by John Allspaw, Jesse Robbins
June 2010
Intermediate to advanced
338 pages
10h 33m
English
O'Reilly Media, Inc.
Content preview from Web Operations

Streamlining the Codebase

We predominantly use PHP for our work; it is the language used in 99% of all of our web-based requests. PHP is, at its core, a templating language that is really good at getting data from a data source and then formatting that data for use by a client machine. Our codebase had drifted away from that core philosophy. however, it was doing a lot of data manipulation, a lot of business logic was happening during a user's request for a page on our site, and we were repeating data transformations on every request over and over.

Instead of doing this data transformation on every request, we thought, why not do it once? Now that we were keeping a second copy of the data in our read-only database, it was easy to tailor the data however we needed it. In addition to doing generic data manipulation, we could make changes to content for each publication on which the content appeared. Now there would be one copy in the read-only database for each publication on which a piece of content would appear. That copy of the content would be fully prepared for display on the publication, including URLs, images, and so on, all having the characteristics of the publication. This would make our codebase on the application servers much, much simpler. In essence, we wanted to be able to select all the rows from a single table based on a key with a small number of matching rows and display that data as it was coming in from the database. We nearly achieved just that. Some data manipulation ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Back-end Performance

Back-end Performance

Bruno Skvorc, Christopher Pitt, Tonino Jankov, Reza Lavaryan, Daniel Berman
What Successful Project Managers Do

What Successful Project Managers Do

W. Scott Cameron, Jeffrey S. Russell, Edward J. Hoffman, Alexander Laufer

Publisher Resources

ISBN: 9781449377465Errata Page