Posted by J.O. Aho on 03/19/07 08:16
kenoli wrote:
> The following code is extracting all fields from all records from a
> mysql database that has about 250 records in it.
Getting so much data into a page at one time makes it more difficult to get a
good overview of things, maybe you should split up things into 20 rows per
page with a small neat little "next" and "previous" buttons.
> Firefox takes over
> one minute to extract these records and display them in rows in a
> table using the code included below. Safari takes about 30 seconds.
> Even after the page displays, the scrolling is a little eratic.
In firefox go to:
about:config
toggle the value for network.dns.disableIPv6 so it says true.
--
//Aho
Navigation:
[Reply to this message]
|