Tag: Object Caching

The Developer’s Advanced Guide to the wp-config.php File

How well do you really know wp-config? There’s a surprising amount of power in those few lines of PHP! This article is a tour of some bits of wp-config that… Read more The post The Developer’s Advanced Guide to the wp-config.php File appeared first on Delicious Brains. ...
Continue Reading The Developer’s Advanced Guide to the wp-config.php File

Optimizing Laravel Part 3: Improving Performance with Object Caching

This is article 3 of 4 in the series “Optimizing Laravel” In my last article we looked at what a database index is and how we can use database indexing… Read more The post Optimizing Laravel Part 3: Improving Performance with Object Caching appeared first on Delicious Brains. ...
Continue Reading Optimizing Laravel Part 3: Improving Performance with Object Caching

Optimizing Laravel Part 2: Improving Query Performance with Database Indexing

This is article 2 of 4 in the series “Optimizing Laravel” In my last article we looked at some simple commands and some basic code tweaks we could use to… Read more The post Optimizing Laravel Part 2: Improving Query Performance with Database Indexing appeared first on Delicious Brains. ...
Continue Reading Optimizing Laravel Part 2: Improving Query Performance with Database Indexing

Optimizing Laravel Part 1: The Basics

This is article 1 of 4 in the series “Optimizing Laravel” Laravel is a very popular PHP framework these days and can be used for a range of web applications,… Read more The post Optimizing Laravel Part 1: The Basics appeared first on Delicious Brains. ...
Continue Reading Optimizing Laravel Part 1: The Basics