I have one very large include, which is an array. It's included when
index.php is loaded. However, I now need to use the same include on
page2.php, and page3.php and page4.php. Is there a smart way to do this and
mimize load times on each sudsequent page?