When a user request for a page (page request), browser request for several other components within that page (inline requests), i.e. images, CSSs, JSs, ...
By just sniffing the traffic between client and server, is there a way to differentiate page requests and inline requests? To find the time interval between user's page requests (page viewing time)?