#caching

[ follow ]
GitHub
5 days ago
JavaScript

GitHub - isaacplmann/epic-stack-with-nx

Nx in an Epic Stack app provides task pipelines and caching, enhancing efficiency and reducing errors in executing tasks. [ more ]
LogRocket Blog
2 days ago
JavaScript

Caching in Next.js with unstable_cache - LogRocket Blog

Caching in programming and web development helps store results of expensive operations for reuse, Next.js introduces unstable_cache method for granular control. [ more ]
CodeProject
1 week ago
JavaScript

Using a Read-through / Write-through Cache in Java Applications with NCache

Caching is crucial for optimizing Java web applications by improving response times, availability, and reducing server load. [ more ]
Developers
2 weeks ago
JavaScript

How to make edge rendering fast | Netlify Developers

Edge rendering paired with smart caching can enhance frontend performance by leveraging edge API caching for faster responses. [ more ]
npm
3 months ago
JavaScript

@coool/cachestate

Cachestate is a simple and flexible cached state management tool that works with any framework.
It supports features such as caching, state management, cache updates, and cache busting. [ more ]
Medium
1 month ago
Scala

Caching in Spark | What? How? Why?

Lazy evaluation in Spark allows for optimized execution plans.
Caching within Spark helps in avoiding recomputation of RDDs. [ more ]
Medium
3 months ago
Scala

Unlocking Spark's Hidden Power: The Secret Weapon of Caching Revealed in a Tale of Bug Hunting and...

Caching in Apache Spark is essential for improving performance by storing intermediary results in memory and reusing them instead of recalculating them from scratch.
Caching can also prevent inconsistencies caused by non-deterministic functions, such as the UUID function, by ensuring that the same results are used consistently across different operations. [ more ]
Ars Technica
3 months ago
Web design

I abandoned OpenLiteSpeed and went back to good ol' Nginx

The author helped host a weather forecasting site called Space City Weather that experiences high traffic during severe weather events. They initially used a complex backend stack to handle the traffic but decided to simplify it by using OpenLiteSpeed as the single web server application.
OpenLiteSpeed was chosen for its integrated caching capabilities and its reputation for being fast, especially for WordPress hosting. [ more ]
dzone.com
3 months ago
Software development

Maximizing Performance: Non-Functional Tips - DZone

Performance is the measure of how fast or responsive a software system is under a given workload and hardware.
Latency is the time spent within a system for a request-response, while throughput is the rate of request processing. [ more ]
InfoQ
5 months ago
DevOps

Amazon ElastiCache Serverless: a New Option for Scaling Cache Capacity Instantly

AWS has announced the general availability of Amazon ElastiCache Serverless, a new serverless option for creating and scaling caches based on application traffic patterns.
ElastiCache Serverless offers an easy and simplified way to operate a high-performance cache without the need for capacity planning or caching expertise. [ more ]
[ Load more ]