Welcome Guest, Not a member yet? Register   Sign In
FireStick 1.1 (Performance logging add-on library)
#1

[eluser]Dan Hulton[/eluser]
FireStick is a (relatively) simple to configure library that enables easy and low-overhead performance logging in CodeIgniter.

Performance measuring and logging is an important part of application maintenance and improvement. FireStick makes it easy to record page render times, MySQL call times, and other related information that you can use to track down performance issues.

FireStick relies on CodeIgniter's built-in performance and benchmarking capabilities and a post-system hook. When the hook is called, FireStick logs all this information to the database for review at a later date.

Logs are split up into multiple tables based on date, with each new day's table created automatically on the first request of each new day. All logs are added using INSERT DELAYED so as to minimize impact on the database server.

Changes since version 1.0:

* Added columns to log table to track amount of time spent in actual application code vs. CI code.

Main project page: http://code.google.com/p/firestick/
Project source: http://firestick.googlecode.com/files/firestick-1.1.zip
Installation instructions: http://code.google.com/p/firestick/wiki/Installation

Questions? Comments? Leave 'em below!

[EDIT: Added better description.]

[EDIT: New release - 1.1!]


Messages In This Thread
FireStick 1.1 (Performance logging add-on library) - by El Forum - 09-22-2008, 10:26 AM
FireStick 1.1 (Performance logging add-on library) - by El Forum - 09-22-2008, 12:12 PM
FireStick 1.1 (Performance logging add-on library) - by El Forum - 09-22-2008, 12:51 PM
FireStick 1.1 (Performance logging add-on library) - by El Forum - 09-22-2008, 12:57 PM
FireStick 1.1 (Performance logging add-on library) - by El Forum - 09-22-2008, 01:07 PM
FireStick 1.1 (Performance logging add-on library) - by El Forum - 09-22-2008, 01:23 PM
FireStick 1.1 (Performance logging add-on library) - by El Forum - 09-22-2008, 01:41 PM
FireStick 1.1 (Performance logging add-on library) - by El Forum - 09-28-2008, 07:41 PM
FireStick 1.1 (Performance logging add-on library) - by El Forum - 09-29-2008, 02:22 AM
FireStick 1.1 (Performance logging add-on library) - by El Forum - 09-29-2008, 02:31 AM
FireStick 1.1 (Performance logging add-on library) - by El Forum - 09-29-2008, 02:43 AM
FireStick 1.1 (Performance logging add-on library) - by El Forum - 09-29-2008, 02:45 AM
FireStick 1.1 (Performance logging add-on library) - by El Forum - 09-29-2008, 03:46 AM
FireStick 1.1 (Performance logging add-on library) - by El Forum - 09-30-2008, 09:20 AM
FireStick 1.1 (Performance logging add-on library) - by El Forum - 09-30-2008, 09:28 AM
FireStick 1.1 (Performance logging add-on library) - by El Forum - 09-30-2008, 09:37 AM
FireStick 1.1 (Performance logging add-on library) - by El Forum - 09-30-2008, 09:40 AM
FireStick 1.1 (Performance logging add-on library) - by El Forum - 10-13-2008, 02:46 PM
FireStick 1.1 (Performance logging add-on library) - by El Forum - 10-13-2008, 04:50 PM
FireStick 1.1 (Performance logging add-on library) - by El Forum - 01-28-2009, 11:42 AM
FireStick 1.1 (Performance logging add-on library) - by El Forum - 01-30-2009, 10:58 AM
FireStick 1.1 (Performance logging add-on library) - by El Forum - 01-30-2009, 12:05 PM
FireStick 1.1 (Performance logging add-on library) - by El Forum - 07-14-2010, 06:25 PM



Theme © iAndrew 2016 - Forum software by © MyBB