Is there any danger in deleting all transients?

For development I would advise to always work with WP_DEBUG set to true and do the following: $key = ‘transient_key’; if( !WP_DEBUG && ( false !== ($transient = get_transient($key)) ){ /* Generate transient manually */ $expiration = 24*60*60;//How long to keep for set_transient($key,$transient, $expiration); } In general – it should be fine deleting transients, as … Read more

Cache remote (HTTP) request with Transients API

Catching the weather API remote data The msg, you’re showing in your question is basically the result from the weather API. And it says, that there’s no data available for your location. The first thing you want to do is some research in the Codex and the “WP HTTP API”. The right/WP way to grab … Read more

Optimize apache for WP use

Souljacker, I would first take a look at your plugins. Star Ratings for Reviews hasn’t been updated for over 3 years and looks like its real heavy on the db. I saw some raw sql with some INNER JOINS that look troublesome. On the server side you should implement some object caching. APC is the … Read more

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