From ad13b954013574d1363ce2b25ba99159d7804f4a Mon Sep 17 00:00:00 2001 From: AtaS Date: Fri, 13 Oct 2023 14:05:26 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1271786..5909d09 100644 --- a/README.md +++ b/README.md @@ -115,10 +115,8 @@ docker run --rm -it --entrypoint /workspace/system/bin/dev-server-entrypoint.sh Your local php site will be running at **http://localhost:8001** with instant updates on page refresh, as PHP does. -## Architectural Considerations +## Future Plans ### Caching ./pages and ./posts for performance in local env -If you have a lot of pages and posts, local development environment will be likely slow. We can introduce caching to -speed it up, but if you have over a hundred pages and posts, you are probably better off with one of the more -advanced static site generators instead of this little tool. \ No newline at end of file +Caching for pages and posts in local environment will be added, so that it doesn't need to process .md files every time. \ No newline at end of file