Problem/Motivation

During a review of a large client site, I noticed that the highest throughput call was to the snippet route for this module. We were averaging about 50 calls per minute across 10 or so sites. I would expect this snippet to be highly cachable.

Proposed resolution

Return a cachable response in GoogleOptimizeHidePageController::snippet

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

crasx created an issue. See original summary.

crasx’s picture

Issue summary: View changes

crasx’s picture

Title: Add caching to snippet » Add cacheing to snippet
Status: Active » Needs review