My web ASP page is very slow on Netscape 
Author Message
 My web ASP page is very slow on Netscape

Hi,

I have a big, big problem. Maybe you can help me.

I have a simple, dynamic ASP page. When I run it using IE5 it executes at a
lightening speed and doesn't take much CPU resources. When I run it on
Netscape browser, it takes up 100% of my CPU and it is very slow - I need to
wait about 30 sec to execute. Can you tell me what is the problem?

My dynamic ASP page displays about 190 checkboxes and one word name next to
each checkbox. All checkbox names and values are taken from a recordset
retrieved by a stored procedure from SQL 7.0. All checkboxes are put into a
3 column table. All that is done executing a loop that displays the HTML.

I used VBScript for ASP

Thank you for help



Tue, 04 Feb 2003 03:00:00 GMT  
 My web ASP page is very slow on Netscape
We experienced a similar slow-down and it was due to having nested tables.
Netscape also had slow-downs with a large number of form elements (as you
described) in earlier versions.  You may want to consider splitting the page
down into something more manageable.  190 check boxes is a little much and
can be overwhelming to a user.

Kirk Allen Evans


Quote:
> Hi,

> I have a big, big problem. Maybe you can help me.

> I have a simple, dynamic ASP page. When I run it using IE5 it executes at
a
> lightening speed and doesn't take much CPU resources. When I run it on
> Netscape browser, it takes up 100% of my CPU and it is very slow - I need
to
> wait about 30 sec to execute. Can you tell me what is the problem?

> My dynamic ASP page displays about 190 checkboxes and one word name next
to
> each checkbox. All checkbox names and values are taken from a recordset
> retrieved by a stored procedure from SQL 7.0. All checkboxes are put into
a
> 3 column table. All that is done executing a loop that displays the HTML.

> I used Vbscript for ASP

> Thank you for help



Tue, 04 Feb 2003 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. My ASP page is very slow on Netscape

2. Pages loading TOO SLOW in Netscape!!

3. Talking to Netscape/Explorer web pages

4. Data Missing on Returning To ASP page using Netscape:

5. Data Missing on Returning To ASP page using Netscape

6. Inserting a ActiveX Control in a web page under Netscape

7. ASP pages, slow, lack of debugging support - SOLUTION

8. SLOW - ADO ASP FOXPRO CDX - SLOW

9. Cannot start/install any ASP.NET page on my web server

10. Email from an ASP Web Page Using VB and ActiveX

11. How to open ASP pages in web browser?

12. ASP Component to create image for a web page

 

 
Powered by phpBB® Forum Software