TheSlugClub
BANNED
- Apr 7, 2009
- 269
- 115
I drove some 50k traffic to my wordpress blog yesterday, and my vps crashed. The SQL loads were like crazy. When you run an autoblog, when you have more than 10k articles in your blog, the sql begins to load your server like crazy, and a shared host will see it as a burden, and a vps will just crash with more traffic.
So I have this bright idea to write a code that would rip feeds and make html files for each article, and the index of all these files will be on an xml file, which will be read and displayed by the index.php, which will have an editor also for each html file.
The theme, header, footer, etc etc will all be included in the index.php, and any plugins you might want to add will be in form of a code instead of a seperate php file, which you can just paste in your control panel of the blog.
This are really easy this way, there is be almost no load on your servers.
Anyone wanna help me with the coding?
So I have this bright idea to write a code that would rip feeds and make html files for each article, and the index of all these files will be on an xml file, which will be read and displayed by the index.php, which will have an editor also for each html file.
The theme, header, footer, etc etc will all be included in the index.php, and any plugins you might want to add will be in form of a code instead of a seperate php file, which you can just paste in your control panel of the blog.
This are really easy this way, there is be almost no load on your servers.
Anyone wanna help me with the coding?