SchweppesAle Posted September 28, 2010 Share Posted September 28, 2010 Hey, I was just wondering if there's a way to speed up how quickly Linux opens files. I noticed that after having implemented File Caching, the data takes 1/3 times longer to retrieve after having refreshed the page(via fopen). Probably due to the file still being in memory. Are there any apache/linux settings which I can modify which will reduce this time even further. Maybe even keep the (temporary) cached files in memory? hdparm, etc. Quote Link to comment https://forums.phpfreaks.com/topic/214644-speeding-up-fopen/ Share on other sites More sharing options...
btherl Posted September 29, 2010 Share Posted September 29, 2010 How did you implement file caching? And how did you measure the times, and determine that the time difference was due to fopen() ? Quote Link to comment https://forums.phpfreaks.com/topic/214644-speeding-up-fopen/#findComment-1116958 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.