super fast static wordpress on raspberry pi
-
great tool to run a wordpress site on your raspberry pi – and have a sound loading time.
It takes a minute to generate all html files, but the loading time, compared to the original wordpress site is just great.
Google page speed up to 92 from 75.to disable users to load the wordpress index.php instead of the static index.html, i just changed the loading direction in the loghttpd server config:
sudo nano /etc/lighttpd/lighttpd.conf
..
index-file.names = ( “index.html”, “index.php”, “index.lighttpd.html$
The topic ‘super fast static wordpress on raspberry pi’ is closed to new replies.