<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>performance on Madison&#39;s Blog</title>
    <link>https://solarana.dev/tags/performance/</link>
    <description>Recent content in performance on Madison&#39;s Blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 31 Jan 2024 19:20:00 -0500</lastBuildDate><atom:link href="https://solarana.dev/tags/performance/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Monitoring Transaction Performance</title>
      <link>https://solarana.dev/2024/01/31/monitoring-transaction-performance/</link>
      <pubDate>Wed, 31 Jan 2024 19:20:00 -0500</pubDate>
      
      <guid>https://solarana.dev/2024/01/31/monitoring-transaction-performance/</guid>
      <description>Apple provides the MetricKit framework for developers to periodically get diagnostic data about how the app is performing and how it is using resources. One of those metrics is MXNetworkTransferMetric, but it only provides an overview of how many bytes the app has transferred. While Apple provides an API for custom metrics, the implementation limitations are enough such that creating custom metrics for transactions wouldn&amp;rsquo;t work. Rather, you&amp;rsquo;d need to create a custom collector of sorts leveraging the data from NSURLSessionTaskTransactionMetrics.</description>
    </item>
    
  </channel>
</rss>
