Code Monkey home page Code Monkey logo

typo3-cache-management's Introduction

Cache-Management for TYPO3

This is a TYPO3-Extension, that provides management of the page caching for high traffic websites.

Download / Installation

You can download and install this extension from the TER (TYPO3 Extension Repository) or use composer.

$ composer require aoepeople/cachemgm

Documentation

The documentation is available online at docs.typo3.org.

If you want you can also render the documentation locally, this can be really helpful when adjusting the documentation, to check before commiting.

The local rendering requires docker, and can be done like this:

$ source <(docker run --rm t3docs/render-documentation:latest show-shell-commands)
$ dockrun_t3rd makehtml

And then open Documentation-GENERATED-temp/Result/project/0.0.0/Index.html with your browser.

Copyright / License

Copyright: (c) 2009 - 2019, Kasper Skaarhoj & AOE GmbH License: GPLv3, http://www.gnu.org/licenses/gpl-3.0.en.html

Contributing

1. Fork the repository on Github
2. Create a named feature / bugfix branch (like `feature_add_something_new` or `bugfix\thing_which_does_not_work`)
3. Write your change
4. Write tests for your change (if applicable)
5. Write documentaton for your change
6. Run the tests, ensuring they all pass
7. Submit a Pull Request using Github

typo3-cache-management's People

Contributors

chetan-thapliyal avatar felixsemmler avatar sandritter avatar sourcesoldier avatar tlayh avatar tomasnorre avatar tomschenk avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

typo3-cache-management's Issues

[DOC] Elaborate on the Crawler Hook

Please elaborate what the re-cache hook does and what benefits that it gives.

From the documentation:

The cache manager also includes a re-caching hook for usage with the “crawler” extension.

Extension key missing in composer.json

Composer says:
The TYPO3 extension package "aoepeople/cachemgm", does not define an extension key in its composer.json. Please report this to the author of this package. Specifying the extension key will be mandatory in future versions of TYPO3 (see: https://docs.typo3.org/m/typo3/reference-coreapi/master/en-us/ExtensionArchitecture/ComposerJson/Index.html#extra)
There's also a check in the reports module with a complaint, and the module even suggests an updated version of composer.json.

{
    ...
    "extra": {
        "branch-alias": {
            "dev-master": "10.0.0-dev"
        },
        "typo3/cms": {
            "cms-package-dir": "{$vendor-dir}/typo3/cms",
            "web-dir": ".Build/Web",
            "extension-key": "cachemgm"
        }
    }
}

It's only a very minor issue and easily fixable. The extension works fine without the extension key (so far).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.