All Projects → nawawi → docket-cache

nawawi / docket-cache

Licence: other
A persistent object cache stored as a plain PHP code, accelerates caching with OPcache backend.

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to docket-cache

glTF-Blender-IO-materials-variants
Blender3D addon for glTF KHR_materials_variants extension
Stars: ✭ 56 (+229.41%)
Mutual labels:  extensions
v2ex-collections-search
v2ex收藏搜索
Stars: ✭ 21 (+23.53%)
Mutual labels:  extensions
extensions-dependency-injection
Microsoft Extensions DependencyInjection for WCF, and asp.net classic projects
Stars: ✭ 18 (+5.88%)
Mutual labels:  extensions
docker-php7
A docker image with php 7 and extensions (apc, apcu, intl, mcrypt,...)
Stars: ✭ 16 (-5.88%)
Mutual labels:  opcache
crystal on steroids
A group of methods to make Crystal more programmer friendly (extracted from Rails ActiveSupport, Powerpack and others)
Stars: ✭ 48 (+182.35%)
Mutual labels:  extensions
VCore
VCore is a Swift collection containing objects, functions, and extensions that I use for my projects
Stars: ✭ 32 (+88.24%)
Mutual labels:  extensions
RichNotifications
No description or website provided.
Stars: ✭ 44 (+158.82%)
Mutual labels:  extensions
detect-features
Detect and report browser and hardware features.
Stars: ✭ 63 (+270.59%)
Mutual labels:  extensions
KrazyKotlin
A collection of useful Kotlin Extension
Stars: ✭ 75 (+341.18%)
Mutual labels:  extensions
extensions
👅 Parse Haskell Language Extensions
Stars: ✭ 45 (+164.71%)
Mutual labels:  extensions
docker-symfony
Docker Symfony SOA oriented with NGINX, PHP7-FPM, MySQL, Redis, ELK (Elasticsearch Logstash and Kibana), Varnish and CouchDB
Stars: ✭ 47 (+176.47%)
Mutual labels:  opcache
bazaar
The extension marketplace for your Flarum forum.
Stars: ✭ 58 (+241.18%)
Mutual labels:  extensions
nova-opcache
OPcache Tool for Laravel Nova
Stars: ✭ 21 (+23.53%)
Mutual labels:  opcache
redmadrobot-android-ktx
Missing Android KTX extensions.
Stars: ✭ 27 (+58.82%)
Mutual labels:  extensions
vuln-headers-extension
Firefox extension which parses the headers of all the requests which are being flowing through your firefox browser to detect for vulnerabilities.
Stars: ✭ 55 (+223.53%)
Mutual labels:  extensions
library
Optimizely Library
Stars: ✭ 62 (+264.71%)
Mutual labels:  extensions
windbgtree
A command tree based on commands and extensions for Windows Kernel Debugging.
Stars: ✭ 94 (+452.94%)
Mutual labels:  extensions
modfs
modify firmware for NAND-flash based FRITZ!Box routers and install it on such a device
Stars: ✭ 49 (+188.24%)
Mutual labels:  extensions
Boundary
Boundary is a CSS+Javascript library for Chrome extension developers to easily create HTML elements that won’t affect or be affected by the current webpage’s CSS. Strongly recommended if you are considering adding a sticker, a sidebar or any overlay box using content script.
Stars: ✭ 59 (+247.06%)
Mutual labels:  extensions
extensions-rig
A full development environment to build Twitch Extensions. Currently only supports panel extensions but video overlay coming soon.
Stars: ✭ 26 (+52.94%)
Mutual labels:  extensions

Docket Cache

Docket Cache

WP compatibility PHP compatibility

Supercharge your website using a persistent object cache, accelerates caching with OPcache backend.

Description

The Docket cache is a persistent WordPress Object Cache that is stored as a plain PHP code. Intends to provide an alternative option for those who can't use Redis or Memcached server.

Rather than using serialize and unserialize a PHP object to store into flat files, this plugin stores data by converting the object into plain PHP code which results in faster data retrieval and better performance with Zend OPcache enabled.

Kindly refer to https://wordpress.org/plugins/docket-cache for full-length description.

Documentation

To adjust the plugin behaviour, installation or manage through a command line, please refer to the https://docs.docketcache.com for details.

Installation

To use Docket Cache require minimum PHP 7.2.5, WordPress 5.4 and Zend OPcache for best performance.

  1. In your WordPress admin click Plugins -> Add New
  2. Search plugins "Docket Cache" and click Install Now.
  3. Click Activate or Network Activate in Multisite setups.
  4. Click Docket Cache in the left menu to access the admin page.

Please wait around 5 seconds for Docket Cache ready to cache the objects.

Or download directly from WordPress Plugin Directory.

Sponsor this project

Fund Docket Cache one-off or recurring payment to support our open-source development efforts.

Become our sponsor, all funds will be dedicated to the maintenance, development, and marketing of this project.


Noteworthy Sponsors

A heartful thanks and appreciation.

Other sponsors are mentioned in the honourable list.


How Versions Work

Versions are as follows: Year.Month.Day

  • Year: Two digits representation of a year.
  • Month: Two digits representation of a month.
  • Day: Two digits representation of a day.

Contributions

Anyone can contribute to Docket Cache. Please do so by posting issues when you've found something that is unexpected or sending a pull request for improvements.

Thanks

  • Thanks to GitHub for hosting the code and a provides a good infrastructure.
  • Thanks to Symfony Components for release and maintaining reusable code.
  • Thanks to WordPress.org for beautiful designs, powerful features, and the freedom to build anything we want.
  • Thank you to all who have contributed to this plugin.

License

Docket cache is an Open Source Software under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].