franee

Having multiple charts in one page eats up a lot of memory

Recommended Posts

Im using fusion charts in a ruby on rails app. Im generating graphs through embedding flash objects in the page. It seems that it eats up a lot of memory and uses almost 90% cpu utilization. I've noticed this on firefox. Haven't tested yet on IE.

Share this post


Link to post
Share on other sites

As a suggestion, check the wmode setting on the charts. If possible leave it unset or use wmode="opaque". Using wmode="transparent" eats up significant amounts of client memory and can bring a browser to a halt if you are running even a few charts concurrently.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now