Tim Kadlec 8/24/2010

Quick Optimization Using Webgrind

Read Original

The article details a real-world performance optimization case where the author uses Webgrind, a PHP profiling frontend for XDebug, to analyze a slow website. By profiling function calls and execution times, they identify excessive database queries as the root cause. The author then implements caching and fixes a bug in a function's parameter handling, successfully reducing query count from 52 to 16 and cutting page processing time from ~3.1ms to ~1ms.

Quick Optimization Using Webgrind

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week