Y
Hacker News
new
|
ask
|
show
|
jobs
by
untog
4507 days ago
Wait till your web site gets a ton of unexpected traffic.
2 comments
riffraff
4507 days ago
Having a dynamic "admin panel" does not mean you can't completely cache your user-facing pages.
link
oneeyedpigeon
4507 days ago
And having HTML files on the filesystem doesn't mean you can't have an admin panel to update them with.
link
pekk
4507 days ago
Do you have a Django plugin you'd like to suggest that does this?
link
sondr3
4507 days ago
Maybe something like Prose.io (Jekyll based). It gives you a very rudimentary interface to edit your posts for a static site.
link
StavrosK
4507 days ago
What'll happen then? My Django-based blog handled hundreds of thousands of visits in a day without breaking a sweat. What it does is basically "fetch the whole page from memcached and serve it".
link