rdholla
Forum Replies Created
-
ok – I’m now live on Kinsta, I’ve disabled the Kinsta Cloudflare CDN, I’ve disabled the Kinsta Cloudflare Edge cache tool, and I’ve pointed to Kinsta via an A record and not CNAME’s
however, I’m still getting a failed notification on testing your plugin
https://bippermedia.com/
can you please look to see what might be the problem?
thank you again
PS — also the page rule shows this:https://bippermedia.com/* Cache Level: Cache Everything
- This reply was modified 2 years, 3 months ago by rdholla.
Also, I asked about needing to be CNAME’d to Kinsta – I asked if I could A record to Kinsta vs. having to CNAME to Kinsta, and this was their reply:
Yes, you can use A record to 162.159.135.42. I believe this wouldn’t be a problem.
And they also told me how to disable the Cloudflare Enterprise CDN from my dashboard.
If I used the A record option…. and disabled the Cloudflare ENT option….
do you think I’d be able to use your plugin?
thank you so much for your help
- This reply was modified 2 years, 3 months ago by rdholla.
I wanted to get your thoughts… this was Kinsta’s reply to my question adding your plugin:
Note that you’ll still need to have our mu-plugin installed, it’s a must-use plugin here at Kinsta for server caching.
We have some customers using multiple caching plugins at the same time, so I don’t think this will be a problem.
Do you see any conflicts with using your plugin?
if helpful, here’s a link to their MU plugin:
https://kinsta.com/docs/wordpress-hosting/kinsta-mu-plugin
Thoughts on this?
thank you so much for your replies.
if thereβs a way for me to host on Kinsta and use your plug-in, could you tell me the proper settings to implement on Cloudflare and setup config?
obviously Iβm trying to figure out a way to host on Kinsta AND use your plug-in π
Also sir… is there a reason the page rule added the ‘http’ instead of the ‘https’?
because I didn’t added that manually I don’t believe…
so perhaps there’s something else not quite right in settings somewhere if the ‘http’ was added instead of ‘https’ version of our site?
thank you again
wow… ok – that worked! thank you…. however, I’m still not getting a positive test via the “text cache” button on the plugin, but I AM getting a ‘hit’ on the Cf-Cache-Status:
so I’m getting: Cf-Cache-Status: hit
quick follow up question — looking in my Cloudflare dashboard, I’m also seeing something called “API Working” in the ‘Configuration Rules’ page
Is this “API Working” rule suppose to be there?
here’s a screenshot of it….
thank you again sir!
here’s the page rule section
thank you for your help
P.S. I’ve also disabled the plugin and reset everything… and removed the page rule from Cloudflare so that when I re-enabled it would set the new page rule.
- This reply was modified 2 years, 3 months ago by rdholla.
thank you so much for the reply…
with Option 2, do I keep the plugin enabled? or would I disable it…?
option 2 seems like an easier thing to do, would you agree?
Ok perfect… what about what they call “Frontend” optimization…
I believe you mentioned somewhere that this type of optimization was fine from other plugins, as long as it’s not page caching?
Here’s the things in their “Frontend” optimization settings…
Is it ok to have these enabled via their optimization plugin?
- Minify CSS
- Combine CSS
- Preload combined CSS
- Minify Javascript
- Combine Java
- Defer render-blocking java
- Minify HTML output
- Web fonts optimization
- Remove query strings from static resources
- Disable emojis from WordPress autodetecting
haha…! I already posted 2 more π
Hi Saumya… thank you for the response.
thank you for the recommendation to switch to BigScoots… just made the switch to them and the experience so far has been amazing. And I suspect the admin side speed is about as fast as it’s going to get.
Quick question for you — this is one of our larger category page URL’s:
https://bippermedia.com/florida/
for some reason these category pages load considerably slower than all other pages in our site.
Could you load that page URL and see if there’s anything I’m missing that could be slowing that down so much? (other than the large amount of content on the page)?
thank you again Saumya
ok thank you so much!
Forum: Plugins
In reply to: [List category posts] Posts not showingI apologize… I seem to have got this working. Thank you again
Forum: Hacks
In reply to: Creating a custom metatag for posts and leveraging post tagsFull code to my header.php – I just selected the whole thing and pasted it below. PLEASE let me know your thoughts! And thank you so much for your help
<<<< header.php code follows >>>>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” <?php language_attributes( ‘xhtml’ ); ?>>
<head profile=”http://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” />
<title><?php tj_custom_titles(); ?></title>
<?php tj_custom_description(); ?>
<?php tj_custom_keywords(); ?>
<?php tj_custom_canonical(); ?>
<link rel=”profile” href=”http://gmpg.org/xfn/11″ />
<link rel=”stylesheet” type=”text/css” media=”all” href=”<?php bloginfo( ‘stylesheet_url’ ); ?>” />
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”<?php bloginfo(‘name’); ?> Atom Feed” href=”<?php bloginfo(‘atom_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo( ‘template_url’ ); ?>/styles/<?php echo get_option(‘freshlife_theme_stylesheet’);?>” />
<link rel=”stylesheet” type=”text/css” href=”<?php bloginfo( ‘template_url’ ); ?>/custom.css” />
<?php wp_head(); ?><div style=”font-color: white;”>
<meta name=”news_keywords” content=”<?php
while (have_posts()) : the_post();
$keywords = get_post_meta($post->ID, ‘keywords’, false);
if ($keywords){
echo $keywords[0];
}
else
{
echo ‘iPad, Android tablets, tablet pc, tablet pcs’ ;
}
endwhile;
?>” />
</div><meta name=”verifyownership” content=”15d21e8fc52144b369bb92862230bcac” />
</head>
<?php if (is_home() || is_archive() || is_search() ) add_filter(‘img_caption_shortcode’, create_function(‘$a, $b, $c’,’return $c;’), 10, 3); ?>
<body <?php body_class(); ?>>
<div id=”wrapper”>
<div id=”top”><?php $menuClass = ‘topnav’;
$menuID = ‘page-nav’;
$primaryNav = ”;
if (function_exists(‘wp_nav_menu’)) {
$primaryNav = wp_nav_menu( array( ‘theme_location’ => ‘primary-nav’, ‘container’ => ”, ‘fallback_cb’ => ”, ‘menu_class’ => $menuClass, ‘menu_id’ => $menuID, ‘echo’ => false ) );
};
if ($primaryNav == ”) { ?>
<ul id=”<?php echo $menuID; ?>” class=”<?php echo $menuClass; ?>”>
<?php if (get_option(‘freshlife_home_link’) == ‘on’) { ?>
<li class=”<?php if(is_home()) echo(‘first’);?>”>“><?php _e(‘Home’, ‘themejunkie’) ?>
<?php } ?>
<?php show_page_menu($menuClass,false,false); ?><?php } else echo($primaryNav); ?>
<div id=”search”>
<?php get_search_form(); ?>
</div> <!– end #search –><div class=”clear”></div>
</div> <!–end #top–>
<div id=”header”>
<?php if (get_option(‘freshlife_text_logo_enable’) == ‘on’) { ?>
<div id=”text-logo”>
<h1 id=”site-title”>“><?php bloginfo(‘name’); ?></h1>
<p id=”site-desc”><?php bloginfo(‘description’); ?></p>
</div> <!– end #text-logo –>
<?php } else { ?>
“><?php $logo = (get_option(‘freshlife_logo’) <> ”) ? get_option(‘freshlife_logo’) : get_bloginfo(‘template_directory’).’/images/logo.png’; ?><img src=”<?php echo $logo; ?>” alt=”<?php bloginfo(‘name’); ?>” id=”logo”/>
<?php }?><?php /* Header Ad */
if( get_option(‘freshlife_header_ad_enable’) == ‘on’){
echo “<div class=’header-ad’>”;
echo get_option(‘freshlife_header_ad_code’);
echo “</div>”;
} ?><div class=”clear”></div>
</div> <!–end #header–>
<div id=”cat-menu”>
<?php $menuClass = ‘nav’;
$menuID = ‘cat-nav’;
$secondaryNav = ”;
if (function_exists(‘wp_nav_menu’)) {
$secondaryNav = wp_nav_menu( array( ‘theme_location’ => ‘secondary-nav’, ‘container’ => ”, ‘fallback_cb’ => ”, ‘menu_class’ => $menuClass, ‘menu_id’ => $menuID, ‘echo’ => false ) );
};
if ($secondaryNav == ”) { ?>
<ul id=”<?php echo $menuID; ?>” class=”<?php echo $menuClass; ?>”>
<?php show_categories_menu($menuClass,false,false); ?><?php } else echo($secondaryNav); ?>
</div> <!–end #cat-nav–>