-
How Session Storage Can Improve Site Performance
Session storage can make your website faster, and reduce server load. Learn how to use JavaScript’s sessionStorage as a caching system.
-
Three Ways You Can Use a Hash In Your WordPress Plugin
Learn about what a hash is, how it works, and how you can use it to make your WordPress plugin run more reliably, and faster.
-
Speed Up Your Plugin With the WordPress Object Cache
Learn how you can use an object cache to make your WordPress plugin run faster, and skip repeated sections of code.