kalam ahmedkalam714.hashnode.dev·Mar 30, 2024Ultimate Guide to Speed Up Your Laravel App: Performance Optimization TipsOptimizing the performance of your Laravel application is crucial to ensure it runs efficiently and provides a seamless experience for users. Let’s dive into some effective techniques for speeding up your Laravel app: Route Caching Route caching in L...8 likesDatabaseOptimization
Prasanth Kumar Sriramadasuprasanth-sriramadasu.hashnode.dev·Dec 12, 2022Speed up your npm install in Docker build on the Jenkins pipelineGot tired of npm build time? Why don’t you cache it? Caching is the technique of storing the state of data, at some particular point in time.Not every time we need some to be processed so we can store that data for further use. How does caching work ...21 likesspeedup