Page Speed Optimization Libraries  1.7.30.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Attributes
net_instaweb::CriticalImagesInfo Struct Reference

#include "critical_images_finder.h"

List of all members.

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 response.

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines