Wordpress site running on Raspberry Pi
pipress.vo3.net
Wordpress site running on Raspberry Pi
1–10 of 37 posts
Re: Wordpress site running on Raspberry Pi
#2Re: Wordpress site running on Raspberry Pi
#3Wow. Front page of Hacker News and it's still up. (granted, it's only been 19 minutes...)
Re: Wordpress site running on Raspberry Pi
#4So he's serving a static page 90% of the time? I'd love to see how this thing operates without a cache.
Re: Wordpress site running on Raspberry Pi
#5Headers: W3 Total Cache/0.9.2.4 So he's serving a static page 90% of the time? I'd love to see how this thing operates without a cache.
Re: Wordpress site running on Raspberry Pi
#6Wow. Front page of Hacker News and it's still up. (granted, it's only been 19 minutes...)
It looks like this is what he is doing. I'd be willing to bet the site will stay up.
Re: Wordpress site running on Raspberry Pi
#7Headers: W3 Total Cache/0.9.2.4 So he's serving a static page 90% of the time? I'd love to see how this thing operates without a cache.
Re: Wordpress site running on Raspberry Pi
#8Headers: W3 Total Cache/0.9.2.4 So he's serving a static page 90% of the time? I'd love to see how this thing operates without a cache.
Re: Wordpress site running on Raspberry Pi
#9Headers: W3 Total Cache/0.9.2.4 So he's serving a static page 90% of the time? I'd love to see how this thing operates without a cache.
ab -n 1000 -c 20 http://pipress.vo3.net/wp-login.php\?action\=lostpassword
Seems to have killed it. The site came back when I killed the process.Sorry jstalin but I had to do it! For science!
Re: Wordpress site running on Raspberry Pi
#10Headers: W3 Total Cache/0.9.2.4 So he's serving a static page 90% of the time? I'd love to see how this thing operates without a cache.
Isn't that how WP scaling works, though? It creates static pages.