evrenol Posted April 11, 2008 Share Posted April 11, 2008 I have code which uses a hard-coded array that is kept in a php file. The file has nothing but the declaration of the array. The problem is that whenever i use include(array.php) it takes almost 11 seconds to do it. the array itself is not huge. its a 80x80 array that stores some strings. Any ideas why it might take that long to read it? thanks Link to comment https://forums.phpfreaks.com/topic/100686-problem-with-including-a-hardcoded-array/ Share on other sites More sharing options...
Zhadus Posted April 11, 2008 Share Posted April 11, 2008 It would be easier to help you out if you posted the code for array.php Link to comment https://forums.phpfreaks.com/topic/100686-problem-with-including-a-hardcoded-array/#findComment-514927 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.