Hello,
I'm programming a menu. The menu is dynamic and for every submenu the user wants, he/she have to declare two arrays. How can I estimate the performance?
How long does it take to write the content from an array?
(To find the array and do document.write of the contents)
Is it possible to do such a calculation of the performance, to find out how many seconds it takes for the browser to show the menu?
/Diana
I'm programming a menu. The menu is dynamic and for every submenu the user wants, he/she have to declare two arrays. How can I estimate the performance?
How long does it take to write the content from an array?
(To find the array and do document.write of the contents)
Is it possible to do such a calculation of the performance, to find out how many seconds it takes for the browser to show the menu?
/Diana