Html performance problem

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
realdrouin
Forum Newbie
Posts: 5
Joined: Mon Feb 15, 2010 11:36 am

Html performance problem

Post by realdrouin »

Hi,
I have a customer that has invoices up to 4000 lines !!! In addition, he has a lot of calculation on each line. So, he is entering the invoice number and the program is showing him the invoice lines. As you can imagine it takes forever to show the lines. It's a pretty big html document.

He wants me to fix it. I started doing some "stuff" but it's getting complicated. And when it's complicated, it never work.

I was wondering if any of you had a problem like that and how you fixed it.

Any help will be appreciated.

Thanks
Real
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Html performance problem

Post by requinix »

Any problems like what?
Post Reply