C H A P T E R  30

images

Under the Hood: Inside Drupal When It Displays a Page

by Stefan Freudenberg

The moment a web browser requests a page, Drupal begins running a complex series of steps that result in a fully rendered page being returned to the browser. With every page request, Drupal has to do those same calculations, so understanding them is key to making the best development decisions for your modules or sites.

In this chapter you will learn what happens when a Drupal URL is requested, for instance, http://definitivedrupal.org/node/84. Chapter 29 covered how the URL is sorted out by the web server to become index.php?q=node/84. In this chapter, ...

Get The Definitive Guide to Drupal 7 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.