Page Speed Optimization Libraries
1.5.27.2
|
#include "console_suggestions.h"
Public Member Functions | |
ConsoleSuggestion (double importance_in, GoogleString message_in, GoogleString doc_url_in) | |
Public Attributes | |
double | importance |
GoogleString | message |
GoogleString | doc_url |
One suggestion to go into the console. It contains an importance value (larger is more important) a message to tell the user the problem and a documentation URL (optionally empty if there is no doc). ConsoleSuggestions will be sorted by importance and the most important ones will be shown to the user in the PSOL console.