summaryrefslogtreecommitdiffstats
path: root/chromium/components/optimization_guide/README.md
blob: 453ce9de573b26575c80ff5a3adcbc7cd6bb96c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
The optimization guide component contains code for processing hints and machine
learning models received from the remote Chrome Optimization Guide Service.

Optimization Guide is a layered component
(https://sites.google.com/a/chromium.org/dev/developers/design-documents/layered-components-design)
to enable it to be easily used on all platforms.

Directory structure:

core/: Shared code that does not depend on src/content/

* Contains the core functionalities to fetch and persist data received from the
  remote Chrome Optimization Guide Service, including but not limited to page
  load metadata and machine learning models.

content/: Driver for the shared code based on the content layer

* Contains the functionality for interpreting the data received from the remote
  Chrome Optimization Guide Service.