PrestaShop / PrestaShop/docker
Add default functional cache support with PHP Memcached extension
Nobody has claimed this yet.
- Dominant language
- Dockerfile
- Stars
- 281
- Forks
- 190
- PR merge metrics
- No merged PRs in 30d
Description
Hello
The official PrestaShop Docker image currently does not include the PHP Memcached extension.
Memcached is a widely used caching backend that can significantly improve performance by reducing database queries and speeding up page loads.
Including this extension by default would allow store owners to enable object caching in PrestaShop without rebuilding the Docker image.
Use cases :
Enable object caching with Memcached directly in PrestaShop.
Improve performance for high-traffic stores.
Simplify deployment in containerized environments.
Regards
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No specific files or tests are named. Start by inspecting the Docker image build configuration and the PHP extension installation steps, then verify that the image builds successfully and that the Memcached extension is available for PrestaShop object caching.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dockerfile, memcached, php
- Domain
- devops, infrastructure
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100