<?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: Justyna Ilczuk</title>
    <description>The latest articles on DEV Community by Justyna Ilczuk (@ilonajulczuk).</description>
    <link>https://dev.to/ilonajulczuk</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%2F583000%2F5958963d-1519-4757-927f-ad98dcf592d0.jpeg</url>
      <title>DEV Community: Justyna Ilczuk</title>
      <link>https://dev.to/ilonajulczuk</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ilonajulczuk"/>
    <language>en</language>
    <item>
      <title>Shooting yourself in a foot with django and recovering from it (speeding up the API 200x)</title>
      <dc:creator>Justyna Ilczuk</dc:creator>
      <pubDate>Sat, 20 Feb 2021 17:25:15 +0000</pubDate>
      <link>https://dev.to/ilonajulczuk/shooting-yourself-in-a-foot-with-django-and-recovering-from-it-speeding-up-the-api-200x-1dil</link>
      <guid>https://dev.to/ilonajulczuk/shooting-yourself-in-a-foot-with-django-and-recovering-from-it-speeding-up-the-api-200x-1dil</guid>
      <description>&lt;p&gt;I've been working on my side project in Django and I couldn't not notice that it was taking JavaScript forever to load all the info from the backend API. It could even take 30s to fetch all the data (~150 records).&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--3nFZn3sp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6oedw16pgc3rp3eq7b0a.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--3nFZn3sp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/6oedw16pgc3rp3eq7b0a.png" alt="Super slow API calls"&gt;&lt;/a&gt;&lt;br&gt;
 I generally hate when apps are slow and I needed to do something about. I described how I made it my faster by profiling and strategic optimizations. You can check out the post &lt;a href="https://tinystruggles.com/tech/django_slowness_traps/"&gt;here&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>performance</category>
      <category>django</category>
      <category>python</category>
      <category>api</category>
    </item>
  </channel>
</rss>
