Varying result 'Bytes in', in raw page data

When I look at the Bytes in for my repeat views in the sumamry file, they can be divided into three groups: one with the size ~14.5KB, ~25.5KB and ~109KB. I cannot figure out why there would be such a big difference. :huh:

I have also noticed that the repeat view does not remember my cookie, see the get_cookie_data request. That works if a do a quick test from my laptop. Would not think that is related, but you never know.

http://www.webpagetest.org/result/141010_SP_CEF/

//johannlindell

How and where are you setting the cookie? If it is a session cookie and not persistent then it won’t show up in the repeat view because the browser is closed between the first and repeat views.

Thanks for answer. It was the cookie, it was not persistent. I create it in JavaScript and forgot to use GMT format. :blush: