Hi Isomorphics,
We have application developed using SmartGWT 3.0 used by many clients but want to improve the performance of the application
* What we found was when the user hit the application first time its takes approximately 50 seconds which is ok for first time
* but when user hit the application(reload) again after 30 minutes its takes almost the same time as first. why not to take it from browser cache instead.
* Its because of the smartgwt static files like(ISC_Core.js,ISC_*.js,....) are not getting cached.
* Is it possible to cached all the SmartGWT & other static files(js,html,css)?
* and also is it possible to cached on the local browser for a minimum of 30 days (maybe longer)?
I know Isomorphics is no more giving a support to smartGWT 3.0 but still i need a fix for those issue.Thanks in advance.
We have application developed using SmartGWT 3.0 used by many clients but want to improve the performance of the application
* What we found was when the user hit the application first time its takes approximately 50 seconds which is ok for first time
* but when user hit the application(reload) again after 30 minutes its takes almost the same time as first. why not to take it from browser cache instead.
* Its because of the smartgwt static files like(ISC_Core.js,ISC_*.js,....) are not getting cached.
* Is it possible to cached all the SmartGWT & other static files(js,html,css)?
* and also is it possible to cached on the local browser for a minimum of 30 days (maybe longer)?
I know Isomorphics is no more giving a support to smartGWT 3.0 but still i need a fix for those issue.Thanks in advance.
Comment