WordPress stats: OWA plugin overhead in the future

I hadn’t used this specific solution, but any self-hosted analytics in general should be considered potentially huge resource hog: every async action in WordPress is effectively another WP core load, so if tracking code makes even one additional async request to back-end it effectively doubles the load; stat logging by nature cannot be cached; stat … Read more

How to test site speed?

I usually use the timer_stop() function via the WordPress ‘shutdown’ hook, like this: // Grab the page load time upon WordPress shutdown. function page_load_time() { echo ‘<p>Page load time: ‘.timer_stop(0, 5).’ seconds.</p>’; } add_action( ‘shutdown’, ‘page_load_time’ );

Fast publishing in wordpress

I get what you want, it will require some coding skills though. What I did was create myself a plugin that registers a new menu page, and then I use wp_insert_post() function to create a post with given parameters. You can check out my plugin here: http://www.mediafire.com/?499tk848njaz7hq It’s for fast image posting, but I believe … Read more

Bandwidth usage increased in WordPress 3.5

Based on the information provided its nearly impossible to tell whether or not WordPress is the cause of your problem. However its almost certain that its not. That amount of bandwidth is highly excessive for it to be contained to a “problem* caused by the WordPress core itself. You could attempt to inspect the amount … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)