Add pagesize calculator #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I am currently using a script from Zuma to calculate page dl size at load.
This is javascrit which could be omitted, and depends on cached media of the user's browser.
By baking the size in each page before publication it would be even lighter and reliable.
Todo :
pre-build the site
for each html page
generate a list of filesizes for each webpage and store it in a csv
at build, get the data from the csv and put it in the footer, for each page.
time this operation and print rex data : time to run, number of pages checked, nb of pages updated, site total size
Optional :