All Projects → OFFLINE-GmbH → oc-speedy-plugin

OFFLINE-GmbH / oc-speedy-plugin

Licence: MIT license
Website optimization plugin for October CMS

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to oc-speedy-plugin

oc-api-plugin
Tools for building RESTful HTTP + JSON APIs for OctoberCMS.
Stars: ✭ 28 (+55.56%)
Mutual labels:  octobercms, octobercms-plugin
octobercms-backendskin
Backend Skin Plugin For OctoberCms
Stars: ✭ 21 (+16.67%)
Mutual labels:  octobercms, octobercms-plugin
oc-sortablerelations-plugin
Adds drag and drop sorting functionality to the view list of the relations controller in October CMS
Stars: ✭ 16 (-11.11%)
Mutual labels:  octobercms, octobercms-plugin
oc-backup-plugin
Backup system for October CMS
Stars: ✭ 18 (+0%)
Mutual labels:  octobercms, octobercms-plugin
oc-gdpr-plugin
October CMS plugin to make websites GDPR and ePrivacy compliant
Stars: ✭ 32 (+77.78%)
Mutual labels:  octobercms, octobercms-plugin
contenteditor-plugin
Edit your content in page - plugin for OctoberCMS
Stars: ✭ 32 (+77.78%)
Mutual labels:  octobercms, octobercms-plugin
oc-site-search-plugin
Adds global search capabilities to October CMS.
Stars: ✭ 39 (+116.67%)
Mutual labels:  octobercms, octobercms-plugin
oc-responsive-images-plugin
Adds reponsive images capabilities to October CMS
Stars: ✭ 37 (+105.56%)
Mutual labels:  octobercms, octobercms-plugin
Simple Spring Memcached
A drop-in library to enable memcached caching in Spring beans via annotations
Stars: ✭ 185 (+927.78%)
Mutual labels:  caching
Cacheout
A caching library for Python
Stars: ✭ 238 (+1222.22%)
Mutual labels:  caching
Siesta
The civilized way to write REST API clients for iOS / macOS
Stars: ✭ 2,142 (+11800%)
Mutual labels:  caching
Scaffeine
Thin Scala wrapper for Caffeine (https://github.com/ben-manes/caffeine)
Stars: ✭ 195 (+983.33%)
Mutual labels:  caching
Quell
Quell is an easy-to-use, lightweight JavaScript library providing a client- and server-side caching solution for GraphQL. Use Quell to prevent redundant client-side API requests and to minimize costly server-side response latency.
Stars: ✭ 473 (+2527.78%)
Mutual labels:  caching
Mahuta
IPFS Storage service with search capability
Stars: ✭ 185 (+927.78%)
Mutual labels:  caching
robodux
caching in redux made simple
Stars: ✭ 98 (+444.44%)
Mutual labels:  caching
Cacher
Super simple caching solution for iOS, macOS, tvOS and watchOS.
Stars: ✭ 169 (+838.89%)
Mutual labels:  caching
Safer
🧿 safer writing in Python 🧿
Stars: ✭ 166 (+822.22%)
Mutual labels:  caching
asgi-caches
Server-side HTTP caching for ASGI applications, inspired by Django's cache framework
Stars: ✭ 18 (+0%)
Mutual labels:  caching
cashews
Cache with async power
Stars: ✭ 204 (+1033.33%)
Mutual labels:  caching
Varnish Cache
Varnish Cache source code repository
Stars: ✭ 2,769 (+15283.33%)
Mutual labels:  caching

Speedy plugin

Website optimization plugin for October CMS.

Optimizations

Speedy provides you with the following optimization options. You can enable and disable them via the backend settings.

  • HTTP/2 preloading
  • Gzip
  • Cache headers
  • Domain sharding

Requirements

Speedy currently only works with the Apache web server with enabled htaccess file support.

Speedy makes use of mod_expires, mod_gzip and mod_headers.

Console commands

You can get your current Speedy settings with the following command:

php artisan speedy:status

There are also a number of console commands to toggle optimizations.

Toggle HTTP/2 preloading:

php artisan speedy:toggle-http2

Toggle Gzip:

php artisan speedy:toggle-gzip

Toggle Caching:

php artisan speedy:toggle-caching

You can also choose to try to enable to disable an option by adding the --enable or --disable option respectively to any of the toggle commands. If the option is already enabled / disabled, no changes will be made.

Attributions

The speedy flash icon was created by SagarUnagar and is licensed under CC BY 3.0. Speedy uses a modified version of JacobBennett's laravel-HTTP2ServerPush middleware which is licensed 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].