This is a list of PHP accelerators. Alternative PHP Cache is a free and open (PHP license) framework that caches the output of the PHP bytecode compiler...
16 KB (1,571 words) - 10:50, 23 March 2025
An opcode cache, Zend Opcache, is built into PHP since version 5.5. Another example of a widely used opcode cache is the Alternative PHP Cache (APC), which...
140 KB (12,528 words) - 20:28, 29 April 2025
ATOM feeds, support for new cache plugins (XCache, Alternative PHP Cache, eAccelerator, Memcache, and a "null" no-cache plugin), and quick reply (an...
38 KB (4,592 words) - 20:36, 11 January 2025
EAccelerator (category PHP software)
eAccelerator is a PHP accelerator derived from the MMCache extension for the PHP programming language. eAccelerator provides a bytecode cache. eAccelerator...
4 KB (315 words) - 05:39, 19 April 2025
programming language. Most PHP accelerators work by caching the compiled opcode/bytecode of PHP representation of php files to avoid the overhead of parsing and...
3 KB (264 words) - 04:14, 11 December 2024
system Advanced process control, a concept in control theory Alternative PHP Cache, a PHP accelerator program Angled physical contact, a technique used...
6 KB (823 words) - 01:27, 27 April 2025
List of HTTP header fields (redirect from No-cache tag)
or Global Privacy Control), the age (the time it has resided in a shared cache) of the document being downloaded, amongst others. In HTTP version 1.x,...
53 KB (2,491 words) - 11:34, 1 May 2025
is defined by a modular operation. Consistent hashing evenly distributes cache keys across shards, even if some of the shards crash or become unavailable...
22 KB (2,597 words) - 20:01, 4 December 2024
The Doctrine Project (or Doctrine) is a set of PHP libraries primarily focused on providing persistence services and related functionality. Its most commonly...
6 KB (741 words) - 06:19, 23 March 2024
can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache. The software was created by Russian developer Igor Sysoev and publicly...
30 KB (2,462 words) - 06:09, 10 April 2025
Web framework (section Caching)
redirecting. Web caching is the caching of web documents in order to reduce bandwidth usage, server load, and perceived "lag". A web cache stores copies...
23 KB (2,471 words) - 16:14, 22 February 2025
an open source wiki application licensed under GPLv2 and written in the PHP programming language. It works on plain text files and thus does not need...
16 KB (1,326 words) - 10:38, 27 April 2025
Prepared statement (category Articles with example PHP code)
lead to performance penalties; for example, some versions of MySQL did not cache results of prepared queries. A stored procedure, which is also precompiled...
16 KB (1,814 words) - 12:44, 30 April 2025
PEAR (redirect from PHP Extension Community Library)
basic PHP functions including authentication, caching, database access, encryption, configuration, HTML, web services and XML. PEAR means “PHP Extension...
7 KB (811 words) - 14:44, 15 February 2024
Weak reference (section PHP)
the need to unregister. When holding cached data that can be recreated if necessary, weak references allow the cache to be reclaimed, effectively producing...
15 KB (1,808 words) - 22:49, 19 February 2025
Iterator (category Articles with example PHP code)
Traversable interface". The PHP Group. Retrieved 2015-10-13. "Iterators". The PHP Group. Retrieved 2015-10-13. "PHP 5 ChangeLog". The PHP Group. 2013-06-20. Retrieved...
49 KB (5,760 words) - 13:13, 28 January 2025
(software) (frontend cache) Node.js (JavaScript runtime) WAMP Windows (operating system) Apache (web server) MySQL or MariaDB (database) PHP, Perl, or Python...
17 KB (1,387 words) - 17:14, 9 March 2025
highly-scalable-system-on-chip.php Kriouile, A., & Serwe, W. (2013). Formal Analysis of the ACE Specification for Cache Coherent Systems-on-Chip. In Formal...
10 KB (1,311 words) - 13:29, 13 October 2024
Response is Stale The response provided by a cache is stale (the content's age exceeds a maximum age set by a Cache-Control header or heuristically chosen lifetime)...
45 KB (5,586 words) - 23:38, 21 April 2025
relative to a processor; cache-only memory architecture (COMA): the local memories for the processors at each node is used as cache instead of as actual main...
11 KB (1,301 words) - 20:25, 2 March 2025
Redis (category Database caching)
Dictionary Server) is an in-memory key–value database, used as a distributed cache and message broker, with optional durability. Because it holds all data...
32 KB (2,955 words) - 00:27, 2 May 2025
Services, and Caché, from Intersystems Corporation. The European Space Agency announced on May 13, 2010, that it will use the InterSystems Caché database to...
44 KB (5,555 words) - 20:02, 29 March 2025
List of Apache modules (redirect from Mod php)
"Apache Module mod_cache". Apache HTTP Server 2.4 Documentation. Apache Software Foundation. Retrieved 2022-01-13. "Apache Module mod_cache_disk". Apache HTTP...
63 KB (1,926 words) - 06:41, 4 February 2025
MediaWiki (redirect from Wikipedia PHP script)
most visited websites, achieving scalability through multiple layers of caching and database replication has been a major concern for developers. Another...
102 KB (9,752 words) - 08:49, 29 April 2025
bcrypt in C, C++, C#, Embarcadero Delphi, Elixir, Go, Java, JavaScript, Perl, PHP, Ruby, Python, Rust, V (Vlang), Zig and other languages. Blowfish is notable...
27 KB (2,858 words) - 20:37, 30 April 2025
db *sql.DB, cache *redis.Client, ) (r *RoutingHandler) { rtr := chi.NewRouter() return &RoutingHandler{ log: log, db: db, cache: cache, router: rtr,...
35 KB (3,536 words) - 21:17, 30 March 2025
Reference counting (section PHP)
improve cache performance, so high performance collectors implement a tracing garbage collector as well. Most implementations (such as the ones in PHP and...
36 KB (4,785 words) - 06:17, 22 May 2024
Decorator pattern (section PHP)
class CacheDecorator: def __init__(s, decorated): s.decorated = decorated s.cache = DataSquare() def get(s, x, y): if s.cache.get(x, y) == None: s.cache.set(x...
38 KB (4,167 words) - 12:16, 20 March 2025
Examples of anonymous functions (section PHP)
2020-11-24. http://php.net/create_function the top of the page indicates this with "(PHP 4 >= 4.0.1, PHP 5)" "PHP: rfc:closures". wiki.php.net. "Anonymous...
61 KB (7,400 words) - 02:52, 31 October 2024