<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Yan Cheng Cheok</title>
    <description>The latest articles on DEV Community by Yan Cheng Cheok (@yccheok).</description>
    <link>https://dev.to/yccheok</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1195667%2F97ec6b8f-e9b1-48af-92bf-3ea384ce6272.png</url>
      <title>DEV Community: Yan Cheng Cheok</title>
      <link>https://dev.to/yccheok</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yccheok"/>
    <language>en</language>
    <item>
      <title>AdMob Banner Ads Impacting Android Vitals: Seeking Solutions and Alternatives</title>
      <dc:creator>Yan Cheng Cheok</dc:creator>
      <pubDate>Fri, 27 Oct 2023 20:07:45 +0000</pubDate>
      <link>https://dev.to/yccheok/admob-banner-ads-impacting-android-vitals-seeking-solutions-and-alternatives-jd9</link>
      <guid>https://dev.to/yccheok/admob-banner-ads-impacting-android-vitals-seeking-solutions-and-alternatives-jd9</guid>
      <description>&lt;p&gt;We are encountering the following Android vitals issues:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Slow warm start (4%)&lt;/li&gt;
&lt;li&gt;Excessive frozen frames (12%)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These issues are more prevalent on devices with xhdpi screen density (DPI).&lt;/p&gt;

&lt;p&gt;We believe the root cause is the banner ads from AdMob. When we disabled the banner ads from AdMob, we noticed a decline in these issues.&lt;/p&gt;

&lt;p&gt;I suspect that AdMob might be using the WebView component for rendering, which is known to be resource-intensive and can affect performance.&lt;/p&gt;

&lt;p&gt;AdMob accounts for 50% of our total revenue, so disabling it entirely would have a significant impact on our earnings. However, we also recognize the importance of Android vitals for our app's ranking in the Google Play store.&lt;/p&gt;

&lt;p&gt;Has anyone else experienced similar problems with AdMob? And would switching to native ads potentially address these concerns?&lt;/p&gt;

&lt;p&gt;Thank you.&lt;/p&gt;

</description>
      <category>android</category>
    </item>
  </channel>
</rss>
