promisefeni / reallysimplehistory

Automatically exported from code.google.com/p/reallysimplehistory
Other
0 stars 0 forks source link

1-2 second page freeze in IE6 and IE7 #58

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
On IE6/7, when adding a history key, the page freezes for 1-2 second(s).
I suspect the freeze is due to the call to the iframe, but on local server,
that page should load immediately.
Any ideea?

Original issue reported on code.google.com by raul.pop...@gmail.com on 25 Apr 2008 at 12:00

GoogleCodeExporter commented 8 years ago
Same thing here

Original comment by nicolaas...@googlemail.com on 11 Jun 2008 at 1:03

GoogleCodeExporter commented 8 years ago
Mine freezes for about 15 seconds in IE7. I'm storing the page that is loaded 
via
AJAX in the historyObject

Original comment by lukebroo...@gmail.com on 12 Jun 2008 at 3:35

GoogleCodeExporter commented 8 years ago
we have a similar issue, but it exists in all browsers, and seems to only occur 
with
larger data sets.  So for example, our history is storing search results for 
people.
 If the search returns only 20 people, no delay is noticeable, however, 500 people
results causes a 2-3 minute (or more) delay when adding the results to the 
history
object in both IE and Firefox.

Could there be a memory constraint within the browsers we're running up against?

Original comment by jwamb...@gmail.com on 23 Jun 2008 at 2:22