Does CI-Link allow to compile the sources of a site for faster execution speed ?
Yes. Sources are compiled in p-code designed for a virtual machine to offer more speed. This is also the case for dynamic Web pages. The page dynamisation tags, that is, Dynamite tags, are then analyzed by the compiler and a fast p-code is then generated. Compilation is always performed on the run in a transparent way, without any intervention by the user. When the virtual machine sees that a source is more recent than the associated “.bin” binary file, the latter is automatically recompiled.