Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: Strangely inconsistent performance


Message #1 by "William Milne" <wmilne01@e...> on Wed, 1 Nov 2000 13:06:32 -0000
(Hope this is the right list for this question). Using IE5, I have an RDS
Custom component which returns a massive html string (over half meg) to
the browser. The idea is the user clicks on an option in a controls frame,
and the appropriate html string appears in an adjacent frame of the
frameset. Here is the jscript:

winL = parent.frames('fraKitList').window;
winL.document.all.divKL.innerHTML = '<hr>' +
objK.GetKitHeirarchyHTML(parseInt(PR_value,10), 5) + '<hr>';

This performs really well taking about 5 seconds to access a database,
format and return the string. Trouble is when I close the browser, open it
and start again, the same operation takes over 3 times as long. This
persists until I choose Tools/Internet Options/Delete temporary Internet
files, and Tools/Internet Options/Clear History. It looks like a
Favorites/ Frames / caching problem which I don't want users to have to
put up with. Can anyone please throw some light on this ?

thanks
William Milne


  Return to Index