Rexolio
Technical User
- Aug 29, 2001
- 230
Basically, I have a formatted web page that returns results from a SQL database and displays them in tables, almost like a spreadsheet. I tried removing all but one of the results fields and it still took forever. Yet when I removed all of the formatting leaving only the results and a simple <BR> line break to begin the next record, the results zapped onto the screen in a split second.
I have already optimized my database and ASP script, and because of my "ruling-out" process as stated above, it comes down the formatting. Don't know if its because its creating a new table for each record or what, but its a problem. There are 80 fields from the database that I return (a lot!!!)
I NEED the formatting. Its all basic table and font tags...no images. Any suggestions on this?
I have already optimized my database and ASP script, and because of my "ruling-out" process as stated above, it comes down the formatting. Don't know if its because its creating a new table for each record or what, but its a problem. There are 80 fields from the database that I return (a lot!!!)
I NEED the formatting. Its all basic table and font tags...no images. Any suggestions on this?