| statfeoResult Structure Definition |
The statfeoResult structure defines the return type for statfeo API. |
Syntax |
Members |
rc |
If the method succeeds, rc is 0 else rc > 0. Values above 0x8000 indicate Warnings. |
message |
If the method succeeds, message is NULL else message contains Error/Warning message. |
feoList |
Pointer to the feo List. |
| feostats Structure Definition |
The feostats structure defines the actual return type values for statfeo API. |
Syntax |
Members |
clearstats |
Clear the statsistics / counters |
_nextgenapiresource |
optcacheobjects |
Total number of optimized cache objects ready to be served. |
optcacheobjectsrate |
Rate of optimized cache objects ready to be served. |
origcacheobjects |
Total number of original cache objects ready to be served. |
origcacheobjectsrate |
Rate of original cache objects ready to be served. |
totalimgsdomainsharded |
Total no of images whose domain has been set from shards. |
imgsdomainshardedrate |
Rate no of images whose domain has been set from shards. |
totalimgslazyloaded |
Total number of images modified for lazy loading. |
imgslazyloadedrate |
Rate of images modified for lazy loading. |
toturireplaced |
Total number of URI replaced. |
urireplacedrate |
Rate of URI replaced. |
totalimgsinlinedincss |
Total number of images inlined in CSS. |
imgsinlinedincssrate |
Rate of images inlined in CSS. |
totalinlinedjs |
Total number of inlined JS files. |
inlinedjsrate |
Rate of inlined JS files. |
totalinlinedcss |
Total number of inlined CSS files. |
inlinedcssrate |
Rate of inlined CSS files. |
totalinlinedimgs |
Total number of inlined images in HTML. |
inlinedimgsrate |
Rate of inlined images in HTML. |
totaldatasavings |
Total data savings in bytes. |
datasavingsrate |
Rate data savings in bytes. |
htmlcommentsremoved |
The total number of HTML comments removed. |
htmlcommentsremovedrate |
The Rate of HTML comments removed. |
totalcacheextended |
The total number of objects cache extended. |
cacheextendedrate |
The Rate of objects cache extended. |
totalcsscombined |
The total number of CSS combined. |
csscombinedrate |
The Rate of CSS combined. |
totalimporttolink |
The total number of CSS imports converted to links |
importtolinkrate |
The Rate of CSS imports converted to links |
totaljsmoved |
The total number of JS moved to end. |
jsmovedrate |
The Rate of JS moved to end. |
totalcssmoved |
The total number of CSS moved to head. |
cssmovedrate |
The Rate of CSS moved to head. |
totaljsmin |
The total number of JS files minified. |
jsminrate |
The Rate of JS files minified. |
totalcssmin |
The total number of CSS files minified. |
cssminrate |
The Rate of CSS files minified. |
totalimgstojxr |
The total number of images converted to JPEGXR format. |
imgstojxrrate |
The Rate of images converted to JPEGXR format. |
totalimgstowebp |
The total number of images converted to WEBP format. |
imgstowebprate |
The Rate of images converted to WEBP format. |
totaljpegsoptimized |
The total number of JPEG format images optimized. |
jpegsoptimizedrate |
The Rate of JPEG format images optimized. |
totalgifstopng |
The total number of images converted from GIF to PNG format. |
gifstopngrate |
The Rate of images converted from GIF to PNG format. |
totalimgsresized |
The total number of images resized to dimensions in the |
imgsresizedrate |
The Rate of images resized to dimensions in the |
See Also |