ChavezArquitectos / curvycorners

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

Very slow, when there are lots of curves to create on a page #107

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Visit www.starkeysfriendlyfoods.com/meals.php
Use IE7 or IE8

It works OK, but its very slow. If you scroll up/down the page the images 
disappear. If you leave the page and return, the load is very slow again.

This is with the latest 2.1 version, for IE7 and IE8 browsers. Are there just 
too many curves that need to be created on this page perhaps?

Original issue reported on code.google.com by graham93...@gmail.com on 15 Mar 2011 at 9:09

GoogleCodeExporter commented 8 years ago
After further research and reading past/closed issues, I've concluded this is 
not really a curvycorners problem. Its down to slow javascript processing in 
IE7/IE8 and the number of curves needed to be processed on this site. I've 
counted approximately 300 corners need to be calculated on the page and that 
explains the load time of around 40 seconds and refresh problems when 
scrolling. I've now removed the curveycorners code from the site so that IE 
will now fail gracefully to square corners. Sometime I'll look at bringing back 
some curves selectively on the page. So feel free to close this issue.

Original comment by graham93...@gmail.com on 16 Mar 2011 at 11:47