nickaster
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Custom RSS Feeds questionOkay great, thanks!
So…. any idea how to customize that PHP code to simply replace the default atom template with “xyz.php” ?
The example is this:
remove_all_actions( 'do_feed_rss2' ); add_action( 'do_feed_rss2', 'acme_product_feed_rss2', 10, 1 ); function acme_product_feed_rss2( $for_comments ) { $rss_template = get_template_directory() . '/feeds/feed-acme_product-rss2.php'; if( get_query_var( 'post_type' ) == 'acme_product' and file_exists( $rss_template ) ) load_template( $rss_template ); else do_feed_rss2( $for_comments ); // Call default function }But that seems to be something about comments… I can’t figure it out at any rate.
Forum: Plugins
In reply to: Custom Tag Page Titles?Concept…. anyone know a way to do this?
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] "Zero Sized Reply"So… this probablem hung around for 30 minutes or so then went away.
Now it seems to be on the verge again. Looking at w3 settings I now see:
It appears Page Cache URL rewriting is not working. If using apache, verify that the server configuration allows .htaccess or if using nginx verify all configuration files are included in the configuration.
What do you think that is? Clearly .htaccess is there… because page caching was working just fine 15 minutes ago.
What could flake things out like that?
Yeah, almost all of them are coming from various 3rd party things. Is the only solution to just minimize using that stuff?
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Weird behaviour after posting….Interesting…I guess 10 minutes isn’t the biggest deal. Any recommendations to speed that up?
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] GZip?Aha… so the host tells me this:
“GZip should be available by calling /bin/gzip. Please let us know if you
still cannot use it.”I guess that means it’s there? Wonder what w3 is missing?
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] GZip?Got it… yeah, w3 Cache says I have GZip on … but YSlow says I dont! I’ll check with host.
Forum: Plugins
In reply to: slow time to first byteInteresting… I am still getting an F, but the time is much less than the first time I ran this.
Are you saying that first time users might still get a crazy slow site the first time they visit? Even so, on subsequent tests, I’m definitely still an F!
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Will CDN Really Help?Very interesting…. so, if for some reason I decide to get rid of the CDN one day I won’t suddenly have tons of broken images, right?
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Will CDN Really Help?Incidentally… how does w3 know that there’s a new image? Let’s say I write a new post… does the image automatically get uploaded to Amazon?
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] Will CDN Really Help?Yeah, I’m always tinkering with the CSS so I think I’ll only do the images for now… that seems to be the biggest slow point by far (as far as I can tell!)
Forum: Plugins
In reply to: [W3 Total Cache] [Plugin: W3 Total Cache] W3TC killed my siteCould be any number of things…. try doing it again but only activate the various features one at a time.
I managed to track this down to Minify …. why would enabling Minify suddenly block all traffic from non-logged in users?
Forum: Plugins
In reply to: A Plugin Monitor?I clearly need better search skills, thanks!
Man, I’m glad I stumbled upon this. That’s slightly more of a pain than I would have liked!