1
Development / Re: Integration of google docs?
« on: March 11, 2012, 04:31:35 am »
jjoloka, this is very useful. Can you post changed files or patch with this changes?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
I know this was just an answer to the statement that css and js loading takes a lot of time. timeAs I see in logs, JS and CSS loads from server only at first page load time, all other times they loads from browser cache. So, users got slow load only on first login in browser, and all other times (next day, week, etc) css and js will loads locally from browser cache.
Of course this doesn't affect the server load, but if you use feng over a small bandwidth connection it helps,
I only use JS combining because css combining destroys my own stylesheets.
in this case, set the righjt headers for caching js and images within you webserver (so that they are kept for a few weeks) and combine all the javascript files,Did you test this on your server? Can you post results before and after this operations?
simply go to
youdomain.tld/public/tools/ and click on combine js and css
after this you need to edit your config.php and set the two constants COMPRESSED_CSS and COMPRESSED_JS to true.
this dramaticaly reduces the loading time
Unfortunately, as we do not count with an solid version yet, we rather not publish screenshots for the time being.Can community look with one eye at the development version?
We hope to release at least an alfa of 1.8 this year with some of these changes!Any news about 1.8 alfa version, where can I look on it? Maybe in some svn or git repo?