docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 4.5Web Developer ManualProgramming Tags
Copyright © 2012, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<cache>
<?cdata ?>
<cgi>
<clear-session>
<combine-path>
<crypt>
<debug>
<dice>
<eval>
<force-session-id>
<fsize>
<gauge>
<maketag>
<nocache>
<nooutput>
<noparse>
<?noparse ?>
<page-size>
<?perl ?>
<?pike ?>
<servlet>
<session>
<set-max-cache>
<trace>
<writefile>

<page-size/>

Provided by module: Tags: Page sizer

<page-size> calculates the size of a page, including inline images, and gives estimates of the time it will take to download the page. All information is shown in a box.


FileSize (kb)  Headers (b)  % of page

/index.html0.51880%
Gtext ("roxen.com")1.51891%
/pic/apples.jpeg96.616397%
Total size:98.7540 

Estimated download time: (bandwidth in kb/s)
28.8:28s 56.0:15s 64.0:13s
256.0:3s 384.0:2s 1024.0:1s


Attributes

page="path"

Calculate size and downloadtime for another page than the current.


include="summary,details,dltime,suggestions"

What information to present.


speeds="28.8,56.0,64.0,256.0,384.0,1024.0"

Show the time it will take to download a page using the specified speed(s) in kbit/s.



 <page-size
  page='../'
  include='summary,details,dltime,suggestions'
  speeds='28.8,56.0,64.0,256.0,384.0,1024.0'
 />