Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
net_instaweb::CriticalImagesInfo Struct Reference

#include "critical_images_finder.h"

Public Attributes

StringSet html_critical_images
 
StringSet css_critical_images
 
CriticalImages proto
 
bool is_critical_image_info_present
 
RenderedImageDimensionsMap rendered_images_map
 

Detailed Description

The instantiated CriticalImagesFinder is held by ServerContext, meaning there is only 1 per server. CriticalImagesInfo stores all of the request specific data needed by CriticalImagesFinder, and is held by the RewriteDriver.

Todo:
TODO(jud): Instead of a separate CriticalImagesInfo that gets populated from the CriticalImages protobuf value, we could just store the protobuf value in RewriteDriver and eliminate CriticalImagesInfo. Revisit this when updating this class to support multiple beacon responses.

The documentation for this struct was generated from the following file: