Posts marked with “caching”
Internal Apparatus: Memoization
Memoization is another form of memory use. I see it regularly used for improving application performance, but it’s also used to improve compiler performance. To learn the concept, we’ll use a PHP project with database tables, then look at other ways to use the technique.
Frontend Fundamentals and Chris Hartjes
Eric, John, and Oscar record together again to discuss the April 2019 issue on the new frontend fundamentals, php[tek], and quite a lot more about web browsers than anyone anticipated.
Advanced Caching for High Throughput Dynamic Sites
This article presents PHP-native caching options so developers can meet user expectations without needing to over-complicate the web stack.