krischel
Forum Replies Created
-
Forum: Plugins
In reply to: [Google+ Crossposting] Suggestion for mass manual importLooking at the code, nothing seems obvious – maybe my g+ is just responding slow.
I’d ship it π
Forum: Plugins
In reply to: [Google+ Crossposting] Suggestion for mass manual importTesting it on my site, and I’m getting 504 gateway timeouts when doing the mass pull, and slow response from the home page.
I reverted to my prior patch, and it performed much differently -> I’ll look through the code and see if I can figure out what is causing performance issues with the 1.6.0 code.
Forum: Plugins
In reply to: [Google+ Crossposting] Suggestion for mass manual importIt worked for me for 667 activities…I didn’t try deleting all the db option entries though.
I’ll see what I can do to maybe add some debugging output to make a note when an activity is skipped.
Forum: Plugins
In reply to: [Google+ Crossposting] Suggestion for mass manual importI believe you have logic that stops duplicate posts, right?
I’m assuming that only 164 of your activities in your G+ stream were not already there.
Theoretically, the second time you run it you should get 0 out of 260.
Forum: Plugins
In reply to: [Google+ Crossposting] Suggestion for mass manual importI went ahead and did the simplest thing first and just copied your link style directly. I don’t think it does any harm to click on “import all”, but if you think that might be a problem putting some space in between the two import links might make them harder to accidentally click.
I also added a variable to the error message to report how many activities were imported out of all activities found. I’m pretty sure I put the counter in the right place.
P.S.: During my testing, I’ve seen the number of g+ activities vary each time I try to import (even though I haven’t actually added or deleted g+ activities in between clicks). I’ve gotten results of 666, 667, 661…not sure if there’s some uncertainty factor in the google API, but I thought I’d mention it.
Forum: Plugins
In reply to: [Google+ Crossposting] Suggestion for mass manual importCool, just created the branch, I’ll play around with how to separate out import all, and then ping you to review it.
Forum: Plugins
In reply to: [Smart Hashtags [#hashtagger]] Process existing posts for hashtags?Here’s the example:
1) I have a blog with 1000 existing posts, that have hashtags in the posts, but not normal tags (say, because I just generally used hashtags in my posts even before hashtagger existed);
2) I install #hashtagger;
3) New posts with hashtags in the posts get normal tags thanks to hashtagger;
4) My 1000 old posts don’t have their hashtags converted to normal tags.
Forum: Plugins
In reply to: [Smart Hashtags [#hashtagger]] Process existing posts for hashtags?So I installed the plugin, and all my new posts with hashtags get properly tagged in wordpress…my problem is that the hundreds of older posts didn’t get treated the same way.
I’m not asking for it to turn tags into hashtags in the text, I’m just looking for the ability to have older posts processed the same way new posts are processed.
Forum: Plugins
In reply to: [Google+ Crossposting] Suggestion for mass manual importI’d be happy to prepare a branch, but I’m not sure how to get access to the WordPress SVN repo…got a link to instructions?
I’d also suggest maybe having a separate “import all” option – I noticed that the performance on my blog was pretty low when I set the # of messages to 100, and got much zippier at 5. If I get access to the repo, I’ll try having “manually import all” completely separate from “manually import now”.
Forum: Plugins
In reply to: [Google+ Crossposting] Suggestion for mass manual importThis essentially uses paging to get *all* g+ posts during a manual update.