Rok
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP-Cache & WP-Super Cache Increasing CPU UsageHello Donncha, I’m facing exactly same problems as rfischmann right after moving to DreamHost VPS from shared hosting. And for the past one+ month my blog is just dead. And top of all, I’ve started receiving about 500 trackback/pingback spams every single mintue, draining all available resources.
I’ve tried all possible HTACCESS rules to avoid spammers generating PHP load, but to no avail., I’m truly sure, I’ve done something wrong.
To cut short, the only alternative is to move elesewhere, as suggested by DreamHost.
I just cann’t go elsewhere (as suggested by some senior support members), because $70 advanced payment is quite big amount for me, and I cann’t affoard to loose it.
Still awaiting their reply, meanwhile the site as usual remains dead as it takes 4+ minutes to each HTTP request and dies with 500, 404, error establishing database connection etc. errors.
Forum: Fixing WordPress
In reply to: Heavy Spamming – 500 trackback/pingbacks every minuteI’m currently using Akismet & WP-SpamFree, but they’re coontinously attacking and draining server resources causing 100% CPU/Memory load. Both these plugins are preventing spam reaching WordPress, but I want to block spaming via HTACCESS to reduce some server load, becasue I don’t have access to Apache.
Please advice.
Thanks
Forum: Fixing WordPress
In reply to: Super CacheHi Donncha,
Thanks for the reply, the blog is hosted on DreamHost.
1. Seconds before, DreamHost moved my blog to VPS, I was running Super Cache plugin (since 1st day of its release), and it was working flawlessely.
The blog was also running smoothly, except 1-2 hrs downtime (somtimes daily or on alternate basis).
The problems started, only after VPS shift.
What do you advice?
Forum: Fixing WordPress
In reply to: Very High CPU UsageOtto, following code generates 404 error, right after adding it to wp-config.php
define('SAVEQUERIES', true);Forum: Fixing WordPress
In reply to: page naming .html helpIf you’re using WordPress 2.5, open the page and under the “Title” box, you’ll find “edit” page URL. Just add “.html” or “.php”, whatever you like your page to end with and click “save” next to the URL box. It should do the trick.
If it doesn’t work, there’s a plugin that allows you to add “Dots” inplace of “Dashes”. Right now, I’m not able to locate the URI. You can try to Goolge or search on WordPress.
Forum: Plugins
In reply to: Top Posts Plugin Suggestion NeededYou’re welcome. Also, make sure to optimize your indexes, if you’re on shared hosting. As, this plugin will raise DB queries, if you display “Top Posts /Pages” etc. function.
Forum: Fixing WordPress
In reply to: Hide Embedded Video On Home Page?You can post videos after the jump, then video will appear only on single page:
<!--more-->Forum: Plugins
In reply to: [Plugin: WP-SpamFree] See what’s been deleted?Hi, would you add auto killing Trackback/pingback spams, as requested earlier in my review post of WP-SpamFree and in the comments on your blog.
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Suddenly getting errors when building SitemapPermissions are correct & “Build the sitemap in a background process” is ticked. Eventhough, it doesn’t work in WordPress 2.5
Earlier in WordPress 2.3.3, I was able to generate sitemap with just one click under 5-15 seconds. Now after upgrading, I only gets “last run didn’t finish” error.
Where you turned off and deleted sitemap files in “WordPress” or “Google Webmaster Tools”?
Forum: Plugins
In reply to: Top Posts Plugin Suggestion NeededWP-postviews from GamerZ.
Forum: Plugins
In reply to: Help, does WP 2.5 & XML Sitemap Gen 3.0.3.1 play nice??I’m also facing same problem, right after upgrading to WordPress 2.5. Sitemap generator is not working and ends with following error:
“The last run didn’t finish! Maybe you can raise the memory or time limit for PHP scripts”
Earlier on WordPress 2.3.3, I was able to generated sitemap with just one click and it used to take between 5-15 seconds.
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Suddenly getting errors when building SitemapCan someone zip up the previous version
It won’t make any affect. As I’m also experiencing the same problem, right after upgrading to WordPress 2.5. Earlier on WordPress 2.3.3, I was able to generate sitemap with just one click and withing 15-35 sec.
Forum: Plugins
In reply to: Related posts plugin assistance…All you’ve to do is insert following code in your desired template file to display “related posts”. Majority of bloggers display related posts at the post end. In this case, you’ll have to edit “signle.php” (if your theme uses it to display full post) or “index.php” and add the code ad the desired location.
<?php wp_related_posts(); ?>Forum: Fixing WordPress
In reply to: Deleting the “Info” Boxes on dashboardForum: Fixing WordPress
In reply to: How to change date from normal date to last updatedThis might help you.