christoebe
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: FeedWordPress] Adds more Queries in each pageradgeek, Sounds Great ! 🙂 Good luck with your dev work.
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Error – Page Not FoundThings have gone worse, now am only able to build about 1000 posts in the site map. Can someone help me with this?
Forum: Plugins
In reply to: [Plugin: FeedWordPress] Latest 2010.0531 updates won’t work..It works fine with me. But I still believe that the number of queries compared to version 2010.0127 is quite high.
I used the latest v.2010.0528 for few days. I used feedwordpress to fetch data from 60+feeds. I believe this version uses a lot of database querying. I might have queried like about 30feeds may be, I would have used about 15-20mins of updating, It made about 75000 hits on the database. So I have reverted back to using the earlier version for now & hope some updates are made such that querying database can be limited.
One suggestion is that, feedwordpress can populate all the necessary data as a whole and store it in variables and check for updates. Alternatively, simplepie rss can create cached copies of feeds which in turn can be used to check for updates i.e. using disk copy than database. because I believe most database has a max_questions limit.
It is not the feedwordpress that is creating a revision on your db. It is the wordpress that creates a revision. Anytime there is a change to a post, a revision is created by default so that if the author wants to revert back to an older post, he can do that. that is the purpose of revision.
I used to have revision as well but I have disabled it. Recently, I checked db for any revisions, it did not have any revision. So I believe revisions has been disabled.
Best way to disable revision is through wordpress configuration. wp-config.php
I do understand by what you say that you have tried disabling it at wp-config.php
But it should work!! Does wordpress have active support like phpbb support? Or is that one thing what’s missing in wordpress? an active support team?
Forum: Plugins
In reply to: FeedWordPress Not Pulling In New StoriesAnyway I have this problem.. Any suggestions? Feedwordpress seems to work fine. I am using the latest version 2010.0528
When I updated feeds one by one, it works fine. But when I updated all feeds together, I get the admin page with blank screen in place of where the feedwordpress needs to say how many feeds did it run, status of it.
Is this something that has to do with the php settings on how long the script can run?
bergaamasque, I think you should confirm if the feeds from wordpress hosted blogs are working fine. Generally there shouldn’t be a problem in feedswordpress to fetch an feed that complies with RSS / Atom .
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] Error – Page Not FoundI realized that the sitemap builds well when I put a limit on number of links, I put it as 7k, and it worked fine.
Is there a feature where sitemap is built, and split into a no. of files each with a 7k limit?
Forum: Plugins
In reply to: [Plugin: Auto-tags] Getting errors with version 4.3hey this is a warning I noticed in v. 0.4.2
I am sure JF would work this out well. He just needs some time and am sure he will do something good. so no worries. just some time.Forum: Plugins
In reply to: [Plugin: Auto-tags] Buggy and a requestversion 0.4.3 has been released. anyone has checked it out?
Forum: Plugins
In reply to: [Plugin: Auto-tags] Auto tags and tweet importany post on update / insert db commands should fetch post tags. so there must not be an exception.
check if it works properly,
edit some posts imported through tweet, and click on update. see if tags are updated.
Forum: Plugins
In reply to: How do I add PHP in a WordPress page?Create a page from your admin.
Forum: Fixing WordPress
In reply to: How many posts can WP hold comfortably before affecting performance?I have more than 4000 posts and its’ growing. I hardly recognize any performance issue. I use a custom permlink.
Forum: Fixing WordPress
In reply to: View number of users who visited my websiteBest would be the stats provided by ur hosting provider.
alternatively you can consider google analytics. add the code in the footer page.
Forum: Plugins
In reply to: [Plugin: Google Analyticator] Moving GA code from header to footerYou can
(1) deactivate the plugin
(2) Delete the plugin
(3) Edit your header file to see if there is a plugin code / analytics code
(4) add ur analytics code in the footer, I mean hard code it in the footer.This is a very minor issue, when only one file needs to be edited to add this code, there is hardly a need for a plugin.
Forum: Plugins
In reply to: [Plugin: Auto-tags] Buggy and a requestDoes a space in “remove tags” field help resolve the problem? I am getting this problem too.