seems like a 'nice' little gadget, harmless and humble - NOT
had this little critter installed for about 4 weeks. Experienced slow load of our site, slow refresh and now it is broken since 2 weeks. After several attempt reviving it, we deactivated it. We observed less time to load, better refresh-rates and over all a better performance of our server.
Another important observation: We've backed up our sql a few times and needed to import one of our back-ups. Got several error messages regarding this plugin while importing:
- --------------------------------------------------------
--
-- Table structure for table wp_ak_twitter
--
CREATE TABLE IF NOT EXISTS wp_ak_twitter (
id INT( 11 ) NOT NULL AUTO_INCREMENT ,
tw_id VARCHAR( 255 ) NOT NULL ,
tw_text VARCHAR( 255 ) NOT NULL ,
tw_reply_username VARCHAR( 255 ) DEFAULT NULL ,
tw_reply_tweet VARCHAR( 255 ) DEFAULT NULL ,
tw_created_at DATETIME NOT NULL ,
modified DATETIME NOT NULL ,
PRIMARY KEY ( id ) ,
UNIQUE KEY tw_id_unique ( tw_id )
) ENGINE = MYISAM DEFAULT CHARSET = utf8 AUTO_INCREMENT =140;
MySQL said:
#1046 - No database selected
Overall not worth the hassle -
Cheers