Web Performance, Branding, and Social Media
In: GrabPERF
13 Dec 2004The newest addition to GrabPERF is the dynamic calculation of Success Rate values for the Top/Bottom 30 (up from 20) tables. This has also been extended to the site pages.
Although this may seem relatively simple, you must remember that I am neither a coder nor a SQL whiz. But last week, a colleague demonstrated how to use CASE statements in SQL queries and all of the pieces snapped together.
The sheer volume of information analyzed in the Top/Bottom 30 tables leads to the following process flow for this page.
((sum(case when success = '1' then 1 else 0 end)/count(*))*100)
And the general public wonder why coding Web-apps is hard. This is a simple page.
It’s been a year and I am still scratching my head trying to figure out how to allow people to generate graphs based on their own defined start and end dates. I may start with the simple part and allow people to pull the data in HTML/Raw Text, then save the graphing problem until I have some time (like between Christmas and New Years).
Still waiting to hear about other possible enhancements to GrabPERF that people would like to see.