web reporting

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
pydscayetano
Forum Newbie
Posts: 2
Joined: Wed Aug 03, 2005 2:19 am
Contact:

web reporting

Post by pydscayetano »

GUY PLS HELP ME...

I AM DEVELOPNG AN ACCTG SYSTEM USING PHP-MYSQL...BUT MY PROBLEM IS THE REPORT GENERATION..IS THERE ANY SOFTWARE THAT WILL SPEED UP MY PRODUCTION AND HELP IN REPORT GENRATION?
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

To begin with... turn off caps lock when writing posts please. It takes me 3 times as long to read ;)

If you posted code we may be able to see what's slowing it down and think of ways to improve it.

Try adding calls to microtime() at multiple points in your code and echo the results to see where things are slowing down.
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Please do not post in all caps, kindly re-type your post properly.
Most likely your going to need to optimize your current "report generation" PHP code, aswell as optimizing your query calls.

You should also time your scripts, and figure out which parts are taking the longest to do. Look into microtime() and the user comments on how to get your page load times.

Moved to PHP-Code.

Edit | Damn you Chris :wink: (d11wtq | Nah nah na-na nah.. :P) (Jcart | Yah yah ya-ya-yah.. 8)
Post Reply