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?
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.
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)?
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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now