Support » Knowledge Base » Shop-Script » Useful tips »
To find out how fast WebAsyst Shop-Script generates certain storefront pages, just add parameter debug=total_time to the URLs of those pages. Entering such a URL will load the page and add a numeric value at its bottom as shown below:
time: 0.238271
This value denotes the web page generation time in seconds.
Examples of correctly formed URLs containing parameter debug=total_time:
http://domain.com/?debug=total_time
http://domain.com/index.php?debug=total_time
http://domain.com/index.php?productID=667&debug=total_time
http://domain.com/product/alarm-clock/?debug=total_time
http://domain.com/category/products/?sort=name&direction=DESC&debug=total_time