Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atas committed Oct 13, 2023
1 parent fb00dee commit ad13b95
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Caching for pages and posts in local environment will be added, so that it doesn't need to process .md files every time.

0 comments on commit ad13b95

Please sign in to comment.