Re: [Cppcms-users] Multiple class of render()
Brought to you by:
artyom-beilis
From: <ele...@ex...> - 2012-06-21 07:36:37
|
> The main problem for my application is the response time if a page change > should > be done. So in order to improve this situation I only want/need to replace > a div > DOM object with the loaded content. In general an easy task, but this only > works > if the whole page gets loaded once. This saves loading of the big main > js and css files > every time (including parsing etc). Ok, but shouldn't the JS/CSS be cached on the client anyway? Have you considered using the built-in 2 level cache? Petr |