Tony M Posted May 6, 2011 Posted May 6, 2011 I created a new script that collects Live News Feed... I used a php code (like http://www.developerfusion.com/code/2058/d...on-time-in-php/ ) to see the php execution time of My new script... What I get is: 8.30144 ... seconds So is 8.30144 seconds is very high or it is normal? Quote
Guest Geoff Posted May 6, 2011 Posted May 6, 2011 8 seconds is somewhat high for a PHP script, but it is retrieving data from a remote source. Quote
Tony M Posted May 6, 2011 Author Posted May 6, 2011 I want to know if 8 seconds can create future problems in My account (like high CPU usage)? Quote
Guest Geoff Posted May 6, 2011 Posted May 6, 2011 No, that shouldn't have any problems, but you might consider caching the data that you obtain from the feed to improve performace. Quote
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.