SVG rendering
Posted: Sat Oct 06, 2007 2:40 pm
SVG rendering is slow, when opening a volume we notice this slowness, and my computer is pretty fast so I can imagine some users will even get freezes.
Sometimes we can't even get the correct data from the svg generator in the server resulting in a xml error.
I have two alternative suggestions which would speed up loading:
- Redering the problems stats as a bitmap image on the server side and update it every 30 mins or 1 hour, this would solve the slowness and even spare server resources.
- Do the rendering on the client side using canvas tags, this wouldn't work on internet explorer but since the site doesn't work on it anyways it wouldn't be an issue (example: http://developer.mozilla.org/en/docs/Dr ... ith_Canvas
Keep up the good work.
Sometimes we can't even get the correct data from the svg generator in the server resulting in a xml error.
I have two alternative suggestions which would speed up loading:
- Redering the problems stats as a bitmap image on the server side and update it every 30 mins or 1 hour, this would solve the slowness and even spare server resources.
- Do the rendering on the client side using canvas tags, this wouldn't work on internet explorer but since the site doesn't work on it anyways it wouldn't be an issue (example: http://developer.mozilla.org/en/docs/Dr ... ith_Canvas
Keep up the good work.