<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Performance Optimization on ToiDB</title>
    <link>https://www.toidang.xyz/tags/performance-optimization/</link>
    <description>Recent content in Performance Optimization on ToiDB</description>
    <image>
      <title>ToiDB</title>
      <url>https://www.toidang.xyz/web/static/me-512x512.png</url>
      <link>https://www.toidang.xyz/web/static/me-512x512.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 14 Jul 2024 09:31:23 +0700</lastBuildDate>
    <atom:link href="https://www.toidang.xyz/tags/performance-optimization/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Speed Up Your Web Application with a Content Delivery Network (CDN)</title>
      <link>https://www.toidang.xyz/posts/2024/04/10/speed-up-your-web-application-with-a-content-delivery-network-cdn/</link>
      <pubDate>Wed, 10 Apr 2024 02:08:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2024/04/10/speed-up-your-web-application-with-a-content-delivery-network-cdn/</guid>
      <description>Learn how to speed up your web application with a Content Delivery Network (CDN). Find out what a CDN is, how it works, and the benefits of using a CDN for your website. Discover best practices for optimizing web performance with a CDN and improve the user experience of your web application.</description>
    </item>
    <item>
      <title>Using Partial Index in Optimizing PostgreSQL</title>
      <link>https://www.toidang.xyz/posts/2024/03/31/using-partial-index-in-optimizing-postgresql/</link>
      <pubDate>Sun, 31 Mar 2024 02:08:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2024/03/31/using-partial-index-in-optimizing-postgresql/</guid>
      <description>Partial indexes in PostgreSQL allow you to create indexes on a subset of rows in a table, optimizing query performance and reducing storage requirements. This article explores the benefits of using partial indexes, common use cases, and best practices for leveraging them to improve the efficiency of your PostgreSQL database.</description>
    </item>
    <item>
      <title>Understanding and Implementing Accelerated Mobile Pages (AMP)</title>
      <link>https://www.toidang.xyz/posts/2024/03/26/understanding-and-implementing-accelerated-mobile-pages-amp/</link>
      <pubDate>Tue, 26 Mar 2024 10:08:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2024/03/26/understanding-and-implementing-accelerated-mobile-pages-amp/</guid>
      <description>Accelerated Mobile Pages (AMP) is an open-source initiative that aims to improve the performance of web content on mobile devices. Learn how to use AMP to create fast-loading, mobile-friendly web pages that provide a better user experience and higher search engine rankings.</description>
    </item>
    <item>
      <title>Jemalloc: A Comprehensive Guide on Ruby Memory Management</title>
      <link>https://www.toidang.xyz/posts/2024/03/24/jemalloc-a-comprehensive-guide-on-ruby-memory-management/</link>
      <pubDate>Sun, 24 Mar 2024 07:09:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2024/03/24/jemalloc-a-comprehensive-guide-on-ruby-memory-management/</guid>
      <description>Jemalloc is a memory allocator that can significantly improve the memory management performance of Ruby applications. In this guide, we&amp;rsquo;ll explore the fundamentals of Jemalloc, how it works, and how to integrate it with Ruby to optimize memory allocation and reduce memory fragmentation.</description>
    </item>
    <item>
      <title>Page caching - Maximizing Performance with HTTP Caching: A Comprehensive Guide</title>
      <link>https://www.toidang.xyz/posts/2024/03/23/page-caching-maximizing-performance-with-http-caching-a-comprehensive-guide/</link>
      <pubDate>Sat, 23 Mar 2024 14:09:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2024/03/23/page-caching-maximizing-performance-with-http-caching-a-comprehensive-guide/</guid>
      <description>HTTP caching is a powerful technique for optimizing web performance and reducing server load. In this comprehensive guide, we&amp;rsquo;ll explore the fundamentals of HTTP caching, its benefits, implementation strategies, and best practices to help you harness its full potential.</description>
    </item>
    <item>
      <title>Optimizing Nginx Configuration for Enhanced Performance</title>
      <link>https://www.toidang.xyz/posts/2022/04/11/optimizing-nginx-configuration-for-enhanced-performance/</link>
      <pubDate>Mon, 11 Apr 2022 18:08:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2022/04/11/optimizing-nginx-configuration-for-enhanced-performance/</guid>
      <description>Nginx is renowned for its efficiency and versatility in serving web content. However, optimizing its configuration is crucial to ensure optimal performance. This log outlines key techniques to optimize Nginx configuration for enhanced performance.</description>
    </item>
    <item>
      <title>Page caching - Combining Page Caching in Rails with Nginx Memory Caching</title>
      <link>https://www.toidang.xyz/posts/2021/08/07/page-caching-combining-page-caching-in-rails-with-nginx-memory-caching/</link>
      <pubDate>Sat, 07 Aug 2021 18:08:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2021/08/07/page-caching-combining-page-caching-in-rails-with-nginx-memory-caching/</guid>
      <description>Combining page caching in Rails with Nginx&amp;rsquo;s memory caching capabilities can greatly enhance the performance and scalability of web applications. In this guide, we&amp;rsquo;ll demonstrate how to implement page caching in a Rails application and configure Nginx with memory caching to further optimize performance.</description>
    </item>
    <item>
      <title>Page caching - Implementing Page Caching in a Rails Application with Redis</title>
      <link>https://www.toidang.xyz/posts/2021/08/06/page-caching-implementing-page-caching-in-a-rails-application-with-redis/</link>
      <pubDate>Fri, 06 Aug 2021 18:08:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2021/08/06/page-caching-implementing-page-caching-in-a-rails-application-with-redis/</guid>
      <description>Page caching is a vital strategy to enhance the performance and responsiveness of web applications by serving cached HTML pages directly to users. In this blog post, we&amp;rsquo;ll explore how to implement page caching in a Rails application using Rails middleware and Redis as the caching backend.</description>
    </item>
    <item>
      <title>Page caching - Leveraging Page Caching with Varnish in Rails Applications</title>
      <link>https://www.toidang.xyz/posts/2021/08/05/page-caching-leveraging-page-caching-with-varnish-in-rails-applications/</link>
      <pubDate>Thu, 05 Aug 2021 18:08:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2021/08/05/page-caching-leveraging-page-caching-with-varnish-in-rails-applications/</guid>
      <description>Page caching combined with Varnish can significantly boost the performance and scalability of web applications by serving cached pages directly from memory. In this article, we&amp;rsquo;ll explore how to utilize page caching in Rails along with Varnish as a reverse proxy cache to achieve optimal performance.</description>
    </item>
    <item>
      <title>Page caching - Strategies for Web Performance Optimization</title>
      <link>https://www.toidang.xyz/posts/2021/08/04/page-caching-strategies-for-web-performance-optimization/</link>
      <pubDate>Wed, 04 Aug 2021 18:08:55 +0700</pubDate>
      <guid>https://www.toidang.xyz/posts/2021/08/04/page-caching-strategies-for-web-performance-optimization/</guid>
      <description>Page caching is a technique used to improve the performance of web applications by storing the entire HTML output of a page and serving it directly from the cache for subsequent requests. This eliminates the need to generate the page dynamically on each request, reducing server load and improving response times. In this article, we&amp;rsquo;ll explore the concept of page caching and discuss various solutions for implementing effective page caching strategies in web applications.</description>
    </item>
  </channel>
</rss>
