LoginLogin  Blog About
Search:

Support » Knowledge Base » Shop-Script » Tips & Instructions »

How can I measure the performance of WebAsyst Shop-Script?

To find out how fast WebAsyst Shop-Script generates certain storefront pages, add parameter debug=total_time to the URLs of those pages. Entering such a URL will load the page and add an extra informational block at the page top:


Values contained in this block have the following meanings:

  1. Web page HTML code generation time in seconds.
  2. Amount of server memory used for the HTML code generation.
  3. Name and version number of the PHP accelerator (if installed on the server).
  4. Number of SQL queries executed during the web page generation.
  5. Number of files used for the HTML code generation.
  6. Size of the resulting HTML code.

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
Note: WebAsyst Shop-Script versions below 300 may display only web page generation time at the page bottom in seconds at URLs described in this article.