﻿<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://www.hibit.dev/rss/posts/179" rel="self" type="application/rss+xml" />
        <title><![CDATA[Boost Laravel performance with OPCache]]></title>
        <description><![CDATA[<p>Enhancing the performance of Laravel applications brings a smoother and faster user experience. One powerful tool for achieving this is OPCache. OPCache is a PHP extension that stores precompiled script bytecode in memory, which reduces the overhead of parsing and compiling scripts with each request. This results in faster execution and improved overall efficiency.</p>]]></description>
        <link><![CDATA[https://www.hibit.dev/posts/179/boost-laravel-performance-with-opcache]]></link>
        <pubDate>Mon, 08 Jul 2024 07:00:08 +0000</pubDate>
        <language>en</language>
        <category>development</category>

        <image>
            <title>boost-laravel-performance-with-opcache</title>
            <link><![CDATA[https://www.hibit.dev/posts/179/boost-laravel-performance-with-opcache]]></link>
            <url><![CDATA[https://www.hibit.dev/images/posts/2024/headers/laravel_opcache.png]]></url>
            <width>200></width>
            <height>200></height>
        </image>
    </channel>
</rss>
