Hi, I have a question regarding how you calculate the size of html-document.
You are calculating the size in AnalyzeService.AnalyzeWebPage() by the method:
Encoding.ASCII.GetByteCount(htmlString);
This seems to be correct. But you are also doing another calculation in HtmlSizeAnalyzer.Analyse(), whare you are using
HTML Size
Hi, I have a question regarding how you calculate the size of html-document. You are calculating the size in AnalyzeService.AnalyzeWebPage() by the method:
This seems to be correct. But you are also doing another calculation in HtmlSizeAnalyzer.Analyse(), whare you are using
This will calculate the size to about twice as large as it is, which gives me warnings in the tool.
I might be wrong here, but shouldn't these two methods calculate the size with ASCII-encoding?
When testing my pages in external tools, I don't get these warnings. But I get them when analysing with Rank One
Hi Calle,
Thanks for reporting this
It should definitely be the ascii bytecount, going to fix this as soon as possible.
I'll keep you posted
This should be fixed now in v0.3.5
Sorry for late reply, this works much bettrer now. Thank you! Have two other suggestions, but I'll post them as separate threads
is working on a reply...