Internal Web
The Internal Web pages are included and compiled into the code. When the FCARM file converter reformats the web files into a C-file, adds also the time, when FCARM was executed, into a C-file.
const U32 FileMD = 1256735886;
This time is used later by the Web server as the File Modification Date. It is specified in UTF format. The Web server uses this date in the http responses.
File caching improves the Web server performance a lot. The following table lists the times required to load the default page from HTTP_demo.
| Web not cached | Web cached |
|---|
| 447.5 ms | 53.1 ms |
- Default Web includes four files: index.htm, keil.gif, nxp_logo.gif and llblue.jpg, with the total size of 12 kBytes.