public marks

PUBLIC MARKS from claire_ with tags clevermarks & performance

2010

Best practice for Drupal performance optimization | Acquia Library

This document covers recommendations for improving the performance of your website built in Drupal. It also contains general recommendations for improving the speed of your site.

2009

Litenode | Development Seed

Litenode is a new module that uses Views to replace multiple node_loads() on a page. The largest source of queries on a page is almost always node_load(). It can push your query count very high, since each node has multiple queries run. That means that there tends to be a nearly linear relationship between the number of nodes on the page and the number of queries.

2008