Verifying dynamic content source and timings

Body
Hard-Coded core system tags can be used to establish the source of the content presented in the current Resource, as well as associated timings.

Authored on

Framework

Resource Timings

    Queries: [^q^]
    Query Time: [^qt^]
    PHP Time: [^p^]
    Total Time: [^t^]
    Source: [^s^]

Example Output when content derived from database

    Queries: 0
    Query Time: 0.0000 s
    PHP Time: 0.5859 s
    Total Time: 0.5859 s
    Source: database

Example Output when content derived from the cache

    Queries: 0
    Query Time: 0.0000 s
    PHP Time: 0.3146 s
    Total Time: 0.3146 s
    Source: cache