@quintype/framework 7.30.2-update-amp-optimizer.2 → 7.30.2-update-amp-optimizer.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quintype/framework",
3
- "version": "7.30.2-update-amp-optimizer.2",
3
+ "version": "7.30.2-update-amp-optimizer.3",
4
4
  "description": "Libraries to help build Quintype Node.js apps",
5
5
  "main": "index.js",
6
6
  "engines": {
@@ -168,7 +168,10 @@ async function ampStoryPageHandler (
168
168
  const endTime = performance.now()
169
169
  console.log(`aa--Time taken: ${endTime - startTime} milliseconds`)
170
170
  } else {
171
+ const startTime = performance.now()
171
172
  finalResponse = ampHtml
173
+ const endTime = performance.now()
174
+ console.log(`aa--Time taken: ${endTime - startTime} milliseconds`)
172
175
  }
173
176
 
174
177
  return res.send(finalResponse)