janestreet
Forum Replies Created
-
I went back and installed 3.1 of the plugin and my home page background came back. I’ll stay this way for now.
I’m having the same problem after updating — the background image doesn’t show up when the plugin is activated.
I’m using the latest version of WP and almost no plugins.
Frederick just wanted to get back to you and say how right you were about better performance with W3TC handling compression.
I discovered that I could leave compression enabled on my server for my other sites that need it (e.g. Magento…) and disable it for my sites running W3TC. Then I enabled it on W3TC and saw a huge improvement in response and page load times.
Thanks again and again.
Sorry, I think the slow down was because I was actually working on the site during testing — subsequent testing showed the plugin doesn’t affect my site’s speed.
Forum: Plugins
In reply to: [ManageWP Worker] [Plugin: ManageWP Worker] Expect a slower websiteWhoops – sorry, I can’t replicate it. I guess the slowdown I saw in Pingdom was because I was working with the site – which would cause a slowdown anyway. Any way to delete this topic?
Forum: Plugins
In reply to: [ManageWP Worker] [Plugin: ManageWP Worker] Expect a slower websiteSure, I’ll do it now.
Forum: Plugins
In reply to: [ManageWP Worker] [Plugin: ManageWP Worker] Expect a slower websiteI measured it with Pingdom on several sites. I also ran the P3 plugin which confirmed that WP Worker was causing the slowdown. I can run it again, if you think it would be helpful.
Yes, I think I saw it in the PHP configurations somewhere in WHM. I’m not totally sure. But one thing’s for sure, when I disabled compression in W3TC, that frightening issue — where hapless website visitors would be asked if they want to download a file — went away.
Yup, I had the same thing going on — and I disabled the compression like Frederick said and then it worked fine. I do have gZip enabled on my server. Thanks Frederick.
Just checking, did you get my email?
oxcafe, would you be willing to help me do the same thing (for a fee)?
I have this same problem, and I don’t understand your recommendation, koichiyaima. Can you please be specific? Here is the woothemes popular tab function (below. So where do you recommend we change it (because we are trying to keep the woo thumbnail images along side the GAPP output:
<?php
$pop_posts = get_option(‘woo_popular_posts’);
if (empty($pop_posts) || $pop_posts < 1) $pop_posts = 5;
$now = gmdate(“Y-m-d H:i:s”,time());
$lastmonth = gmdate(“Y-m-d H:i:s”,gmmktime(date(“H”), date(“i”), date(“s”), date(“m”)-24,date(“d”),date(“Y”)));
$popularposts = “SELECT ID, post_title, COUNT($wpdb->comments.comment_post_ID) AS ‘stammy’ FROM $wpdb->posts, $wpdb->comments WHERE comment_approved = ‘1’ AND $wpdb->posts.ID=$wpdb->comments.comment_post_ID AND post_status = ‘publish’ AND post_date < ‘$now’ AND post_date > ‘$lastmonth’ AND comment_status = ‘open’ GROUP BY $wpdb->comments.comment_post_ID ORDER BY stammy DESC LIMIT “.$pop_posts;
$posts = $wpdb->get_results($popularposts);
$popular = ”;
if($posts){
foreach($posts as $post){
$post_title = stripslashes($post->post_title);
$guid = get_permalink($post->ID);
?>-
<?php
woo_get_image(‘image’,50,50,’thumbnail’,90,$post->ID,’src’,1,0,”,”,true,false,false);
?>
” rel=”nofollow” title=”<?php echo $post_title; ?>”><?php echo $post_title; ?>
<div style=”clear:both”></div>
<?php
}
}
?>Forum: Installing WordPress
In reply to: Upgrade to 3.2.1 – wp-admin login failed – memory problemzbirkos steps worked for me too — without the PHPmyAdmin upgrade (I’m using 3.4.5).
Thanks.
Forum: Plugins
In reply to: [bbPress] [Plugin: bbPress] Fatal Error on InstallHi John, any ideas? I’d like to install this. Is it probably a conflict with another plugin?
Forum: Plugins
In reply to: [bbPress] [Plugin: bbPress] Fatal Error on InstallThanks. Standing by if you need something from me.
-
<?php