Imagine you have a website where the left menu is used on every page. You're not permitted to use partial page postbacks. Do you think it's a feasible approach to store the HTML that defines the menu into a Cookie and then use Javascript/jQuery to insert
this HTML into each web page that is loaded?
I realize I'm limited to 4,096 bytes but that should be sufficient for the menus involved.
I'm asking this because I'm doing everything I can to maximize page loading time.
Go to the complete details ...