-
Processing can retrieve the time value in the start and the end of section of script and then compute the difference of the time between the start and end points.A message showing the time the page took to be generated, can also be displayed.Requirements: PHP 5.0 or higherLimitations: The comments in the class are in Portuguese
-
Klamm Lose class achieves this by sending requests to the ExpertForce (EP) Web services API exposed by the website.Klamm Lose class can access the site using a given user identification number and password and execute several commands made available to the given user and return the site command responses.
-
For example, timers can return the time it took a page to load into the browser.
-
The microtime() function is used to measure the execution time.Requirements: PHP 3.0 or higher
-
Timer can be used to measure how long it took for a page to be interpreted by the php engine.
-
The count of time can be started or stopped at any point during the script execution. The measured time is returned in seconds with micro-second resolution.Requirements: PHP 4.0 or higher
-
CProgbar can be used to render and update a progress bar in a HTML page. It renders a progress bar in HTML that can be displayed in a given in-line frame.CProgbar also generates the necessary JavaScript to update the bar to show the progress of a given task being executed.
-
HTTP Request can gather information about the HTTP request that triggered the execution of the current PHP script.HTTP Request can gather information about the request parameters, path, URL, GET and POST parameters, cookies, the remote user IP address, character sets supported by the user browser.The data received via _GET, _POST or _COOKIE is fixed to escape the eventual magic quote ...
-
Names can be assigned to plug-in callback hooks. Simple Hooks Plugin can also load plug-in scripts and execute the scripts code when the application plug-in hooks are called.Requirements:PHP 4.3 or higher
-
Script timer measures the time each part of the script takes to execute and displays the result in a HTML table, for optimization analysis.Key Features of Script timer:- Add time markers recorded before class instantiation- Temporarily pause the timer- Group markers by script- Optionally add subtotals per script (group)- Uses PHP bcmath functions if possible for better accuracy- Adjustable precision ...
-
The time at specified start and end points in a script is noted. Measure page load time returns the difference between the end and start time.Requirements:PHP 3.0 or higher
-
Event can be used to register event handlers and trigger the execution of actions when an event occurs.There are several classes that take care about registering objects that process events, trigger the execution of actions when an event is triggered, retrieving detailed information about the events.Requirements: PHP 5.1
-
GUnit can be used to automate tests of class features and show execution time of each test.To test a class it must extend this unit test class. It calls each of class methods and checks whether they return the expected results.The test results are presented in an HTML table. For the tests that failed, the class also presents the output ...
-
No Timeout can be used to split the execution of long tasks in small steps implemented by requests short enough to not exceed the PHP script execution timeout.No Timeout uses AJAX requests to invoke each execution step. The response of the execution of each step is used to update a section of the page where the progress feedback is displayed.No ...
-
CBenchmark can be used to measure the time a PHP script takes to execute. It can start measuring execution time in different script check points. Each check point is tagged with a label.CBenchmark can also measure the time to execute a given function of a given object class.The execution time statistics can be presented in an HTML table showing the ...

