There is little documentation on suffix. Under "URL Decomposition"; suffix "can be used to specify additional information". Under "Locating the Script"; for URLs in other formats not ending in .html; suffix is added to the script name.
An obvious use is to write query parameters as the suffix to create a unique cacheable URL. We've done a simple POC that uses a selector to consume the suffix.
Any advice on the use of suffix?