Hi Everbody,
i have a Zone inside a Map which loads the scheduler on a click event.
Depending on which specific click on a mapmarker the corresponding Calendar should load and be visualized.
What i do is in Javascript i catch the click evetn send an Ajax Request and tell the zone to reevalute the scheduler.
My Problem is:
On the first few attempts (without reloading the site) this is approach is very fast. but after like 20-30 switches the calendar takes more and more time to render on the page. (about 3-6 seconds and rising)
I tired profiling it with firefox and get the following results
or sometimes i get the following
can some one pls explain me why this take longer and longer?