Tutorials »

Okay, so your code is slow.  Why?  Is it your webservice call?  Or a new plugin you installed?  Is it your database calls?  File I/O?  You need a profiler.  A profiler gives you the ability to trace the performance of your code through every function call and create an overview of your system’s performance over a certain time period and helps you make intelligent decisions about where to look for problems.
Posted by girish.r 467 days ago (http://kpayne.me)
Discuss  | Bury | Tweet This | Tagged: use register_tick_function profile code
Add To 

Who Voted for this Story

Comments

No one has commented on this article yet.

Log in to comment or register here.