Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GordonLesti/Lesti_Fpc
Simple Magento Fullpagecache
https://github.com/GordonLesti/Lesti_Fpc
cache magento
Last synced: 9 days ago
JSON representation
Simple Magento Fullpagecache
- Host: GitHub
- URL: https://github.com/GordonLesti/Lesti_Fpc
- Owner: GordonLesti
- License: other
- Created: 2012-11-15T21:21:12.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-04-15T10:43:19.000Z (7 months ago)
- Last Synced: 2024-08-01T15:03:41.137Z (3 months ago)
- Topics: cache, magento
- Language: PHP
- Homepage: https://gordonlesti.com/lesti-fpc-documentationversion-1-4-5/
- Size: 383 KB
- Stars: 358
- Watchers: 60
- Forks: 160
- Open Issues: 89
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-magento - Lesti_Fpc
- awesome-magento - Lesti Fpc - Simple Magento Fullpagecache. (Caching / Full Page Caching)
README
# Lesti_Fpc
[![Latest Release][ico-version]][link-release]
[![Software License][ico-license]](LICENSE.md)
[![Build Status][ico-travis]][link-travis]
[![Coverage Status][ico-coverall]][link-coveralls]Simple Magento Fullpagecache. The current documentation can be found
[here](https://gordonlesti.com/lesti-fpc-documentationversion-1-4-5/).## Install
Several quick start options are available:
### Install manually
* [Download the latest release](https://github.com/GordonLesti/Lesti_Fpc/releases/latest)
* Unzip
* Copy `app` directory into Magento### Install with [modman](https://github.com/colinmollenhour/modman)
```bash
modman clone https://github.com/GordonLesti/Lesti_Fpc.git
```### Install with [Magento Composer Installer](https://github.com/Cotya/magento-composer-installer)
* add the requirement `gordonlesti/lesti_fpc`
```json
{
"require": {
"gordonlesti/lesti_fpc": "*"
}
}
```## Change log
Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.
## Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## Credits
- [Gordon Lesti][link-author]
- [All Contributors][link-contributors]## License
The Open Software License v. 3.0 (OSL-3.0). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/github/release/GordonLesti/Lesti_Fpc.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-OSL--3.0-brightgreen.svg?style=flat-square
[ico-travis]: https://img.shields.io/travis/GordonLesti/Lesti_Fpc/master.svg?style=flat-square
[ico-coverall]: https://img.shields.io/coveralls/GordonLesti/Lesti_Fpc/master.svg?style=flat-square[link-release]: https://github.com/GordonLesti/Lesti_Fpc/releases/latest
[link-travis]: https://travis-ci.org/GordonLesti/Lesti_Fpc
[link-coveralls]: https://coveralls.io/r/GordonLesti/Lesti_Fpc
[link-author]: https://gordonlesti.com/
[link-contributors]: ../../contributors