amp-toolbox icon indicating copy to clipboard operation
amp-toolbox copied to clipboard

A collection of AMP tools making it easier to publish and host AMP pages.

Results 115 amp-toolbox issues
Sort by recently updated
recently updated
newest added

Is there a flag for when the CLI tools know self-hosting is valid? _Originally posted by @kristoferbaxter in https://github.com/ampproject/amp-toolbox/pull/1156#r589537598_

Is there a separate check for invalid preloads somewhere? Perhaps a preload of a value used in a font-face declaration but not preloaded as a font? _Originally posted by @kristoferbaxter...

In https://github.com/ampproject/amp-wp/pull/5926 I noticed that the `button[overflow]` element was being hidden due to being positioned outside of the parent element: On non-SSR'ed pages, the preview button appeared at the _top_...

bug
toolbox-optimizer

Hi! Are there plans for the Optimizer project to support AMP emails as well? We're exploring the possibilities of making it easier to create AMP email templates from existing HTML...

Currently, image optimization does not generate a sizes attribute. We should investigate whether there's a good approach to generate a `sizes` attribute as part of image optimization. //cc @patrickkettner

enhancement
toolbox-optimizer

It'd be good to provide a docker image for AMP Optimizer that makes it easy to integrate AMP Optimizer into an AWS / GCloud based hosting environment. Open question: should...

enhancement
help wanted
toolbox-optimizer

[sharp](https://www.npmjs.com/package/sharp) should be a much faster image manipulation library. Would be nice if it could be the default, but otherwise making it optional would also be work.

enhancement
toolbox-optimizer

It would be amazing if the blurry placeholder LRU could be optionally backed by a disk cache. That would make build-performance much faster where the node process is killed between...

I would like to embed the toolbox-optimizer in an application which I package with https://github.com/vercel/pkg. The following code in https://github.com/ampproject/amp-toolbox/blob/main/packages/optimizer/lib/cache.js: ```javascript // a shared cache implementation const cache = FileSystemCache.create({...

my nextjs application using `optimizer` but last 24 hours getting runtime version timeout error, also this happen before 3-4 months ago maybe google cloud outages happen latelty. so we need...

enhancement
toolbox-optimizer