PHP Classes

PHP Preemptive Cache package blog

Recommend this page to a friend!

Latest PHP Preemptive Cache package blog posts

  All package blogs All package blogs   PHP Preemptive Cache PHP Preemptive Cache   Blog PHP Preemptive Cache package blog   Post article Post article  

2. Improving Your PHP Code Performance Part 2: Tuning with Preemptive Caching

Updated on: 2015-09-15

Posted on:

One way to improve the performance of slow scripts is to use caching techniques to minimize the time to retrieve data that takes a long time to compute.

Read this article to learn how to apply the Preemptive Cache class in practice to optimize the performance of scripts that retrieve data from databases.


Blog More ...   Post a comment Post a comment   See comments See comments (3)   Trackbacks (0)

1. Improving Your PHP Code Performance Part 1: Profiling and Detecting Slow Code

Updated on: 2015-09-08

Posted on:

Sometimes we have to deal with PHP code that takes longer to run than it should. When that happens we tend to keep trying to figure the causes and take every opportunity to improve the code. Sometimes it is not enough to clean up or refactor the code.

Read this article to learn techniques to detect what PHP code is causing your application to run so slow.


Blog More ...   Post a comment Post a comment   See comments See comments (7)   Trackbacks (0)


  All package blogs All package blogs   PHP Preemptive Cache PHP Preemptive Cache   Blog PHP Preemptive Cache package blog   Post article Post article