btopro54
btopro54
Caching: Drupal Static Only
This was the same page after implementing the drupal_static function appropriately. drupal_static allows php to statically cache the output if it is determined to be the same. This reduced the number of CIS callbacks from 5 to 3 (3 were identical in what they were requesting from different parts of the drupal module layer).
319
views
0
faves
0
comments
Uploaded on January 22, 2013
Taken on January 22, 2013
Caching: Drupal Static Only
This was the same page after implementing the drupal_static function appropriately. drupal_static allows php to statically cache the output if it is determined to be the same. This reduced the number of CIS callbacks from 5 to 3 (3 were identical in what they were requesting from different parts of the drupal module layer).
319
views
0
faves
0
comments
Uploaded on January 22, 2013
Taken on January 22, 2013