-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Master Feature] Improve performance on AMPHTML ads when served to non-AMP pages #12382
Comments
In most cases AMPHTML ads are already more performant than non-AMP pages. This is certainly the case when compared to HTML5 creatives. However, when compared to simply image creatives, the AMPHTML variant is slower because it needs to download entire runtime to render the ad. Optimize the AMPHTML ad in a way that it's always better than a non-AMPHTML ad. Performance in this case means 'optimizing to get the creative to render as quickly as possible' which translates to increased viewability, higher click through rate of the ad. |
This issue hasn't been updated in awhile. @keithwrightbos Do you have any updates? |
Server-side rendering can convert the AMPHTML variant to HTML, such that the browser can display the image immediately, without waiting for the runtime to load. This is what Doubleclick has deployed. I know @lannka has other plans for improving the efficiency of Inabox, like making a separate and much smaller runtime, but I think this is tracked elsewhere? |
This issue hasn't been updated in awhile. @keithwrightbos Do you have any updates? |
let's track inabox lite work here: #22867 |
@lannka and @keithwrightbos to breakdown to tasks
The text was updated successfully, but these errors were encountered: