Difference between revisions of "WebIssues/Web Client"

From MiMec
Jump to: navigation, search
(Starting documentaion framework)
 
($JS_LIBS)
Line 11: Line 11:
 
smarty
 
smarty
  
javascript
+
==javascript==
 +
There is a <code>$JS_LIBS</code> variable in the config_local file and points to the "js" subdirectory of webissues. One optimisation trick is to locate this on another domain, for example I have is set up on my http://libs.domain.com and this libs domain is optimized with compression and caching enabled. Also normally a browser out of courtesy will ony make around five concurrent connections to a server, so having some material on another domain, even from the same machnine really does speed things up.

Revision as of 01:00, 25 February 2008

Here the overall idea of the web design, and as usual this document is subject to change.

The target web client is based on the following components being available.

apache

database

php

smarty

javascript

There is a $JS_LIBS variable in the config_local file and points to the "js" subdirectory of webissues. One optimisation trick is to locate this on another domain, for example I have is set up on my http://libs.domain.com and this libs domain is optimized with compression and caching enabled. Also normally a browser out of courtesy will ony make around five concurrent connections to a server, so having some material on another domain, even from the same machnine really does speed things up.