Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The GX WebManager caching mechanism allows for content to be split up in separate section that can be cached independent of each other. The technique of Server Side Include (SSI) is used to accomplish this. The visitor of a website will not notice anything of this technique, since all is computed on the server side before a full page is sent out. For debugging purposes however, it is important to know which URLs are really used to display content, since they all can display different caching behavior.
The server side includes on a page can be displayed. To see them go the the following URL:

http://<backend server>/web/show/id=123456?ssidebug=true

 

In order for this to work, you need to be logged in with the Tomcat administrative login.

  • No labels