Quote:`If you want to exclude a page completely enter`page-filename.php/`.So `news.php/,gallery.php/` in your case. (There should have been an example of default excluded pages actually).
If you want to exclude a page by a specific title, image filename, or album folder name enter `pagefilename.php/titlelink` or image filename or album folder. Separate several entries by comma.
Quote:If the custom code is PHP code the display that happened while caching is preserveredI don't understand...
Quote:php code may not always generate the same result and html code (ie retruns of a dynamic album), so how can you write that the display is preserved?The concept of a static html cache (not only this one) is that the server is relieved so that no PHP is excecuted and no MySQL queries are done*. It serves a saved html page instead as long as the cache is not outdated or cleared (or your are loggedin). That speeds up loading. Nothing is faster than a plain html page.
Quote:All album levels are cached as long as there are no uncached images. That can happen if you have set album thumbs to random instead of a fixed one.sorry, but I don't understand the conditions to cache an album/image page.