Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • I have a question related to this. My site basically has a lot of pages that do not receive much traffic. And i don’t really care if they are updated all that frequently. What are the maximum values that i can set and will that have any weird performance issue with how the plug-in checks to see when the page has expired.

    So say if i put the Wp-cache setting to 1,000,000
    and the super cache setting to 2,500,000

    would that cause any issues?

    Thread Starter smith201981

    (@smith201981)

    It was a plugin/widget go figure 😉

    A related plugin for the semiologic theme.

    Thanks for helping.

    take this code out of the plugin and it remove the links on the side.

    For the other links in the main body of the plugin you would just search for the text and then remove whatever link is around it.

    <div id="moremeta">
    						<div id="grabit" class="dbx-group">
    							<fieldset id="sm_pnres" class="dbx-box">
    								<h3 class="dbx-handle"><?php _e('About this Plugin:','sitemap'); ?></h3>
    								<div class="dbx-content">
    									<a class="sm_button sm_pluginHome"    href="<?php echo 
    
    $this->GetRedirectLink('sitemap-home'); ?>"><?php _e('Plugin Homepage','sitemap'); ?></a>
    									<a class="sm_button sm_pluginList"    href="<?php echo 
    
    $this->GetRedirectLink('sitemap-list'); ?>"><?php _e('Notify List','sitemap'); ?></a>
    									<a class="sm_button sm_pluginSupport" href="<?php echo 
    
    $this->GetRedirectLink('sitemap-support'); ?>"><?php _e('Support Forum','sitemap'); ?></a>
    									<a class="sm_button sm_donatePayPal"  href="<?php echo 
    
    $this->GetRedirectLink('sitemap-paypal'); ?>"><?php _e('Donate with PayPal','sitemap'); ?></a>
    									<a class="sm_button sm_donateAmazon"  href="<?php echo 
    
    $this->GetRedirectLink('sitemap-amazon'); ?>"><?php _e('My Amazon Wish List','sitemap'); ?></a>
    									<?php if(__('translator_name','sitemap')!='translator_name') {?><a 
    
    class="sm_button sm_pluginSupport" href="<?php _e('translator_url','sitemap'); ?>"><?php _e('translator_name','sitemap'); ?></a><?php } ?>
    								</div>
    							</fieldset>
    							<fieldset id="sm_smres" class="dbx-box">
    								<h3 class="dbx-handle"><?php _e('Sitemap Resources:','sitemap'); ?></h3>
    								<div class="dbx-content">
    									<a class="sm_button sm_resGoogle"    href="<?php echo 
    
    $this->GetRedirectLink('sitemap-gwt'); ?>"><?php _e('Webmaster Tools','sitemap'); ?></a>
    									<a class="sm_button sm_resGoogle"    href="<?php echo 
    
    $this->GetRedirectLink('sitemap-gwb'); ?>"><?php _e('Webmaster Blog','sitemap'); ?></a>
    
    									<a class="sm_button sm_resYahoo"     href="<?php echo 
    
    $this->GetRedirectLink('sitemap-yse'); ?>"><?php _e('Site Explorer','sitemap'); ?></a>
    									<a class="sm_button sm_resYahoo"     href="<?php echo 
    
    $this->GetRedirectLink('sitemap-ywb'); ?>"><?php _e('Search Blog','sitemap'); ?></a>
    
    									<a class="sm_button sm_resLive"     href="<?php echo 
    
    $this->GetRedirectLink('sitemap-lwt'); ?>"><?php _e('Webmaster Tools','sitemap'); ?></a>
    									<a class="sm_button sm_resLive"     href="<?php echo 
    
    $this->GetRedirectLink('sitemap-lswcb'); ?>"><?php _e('Webmaster Center Blog','sitemap'); ?></a>
    
    									<a class="sm_button sm_resGoogle"    href="<?php echo 
    
    $this->GetRedirectLink('sitemap-prot'); ?>"><?php _e('Sitemaps Protocol','sitemap'); ?></a>
    									<a class="sm_button sm_resGoogle"    href="<?php echo 
    
    $this->GetRedirectLink('sitemap-ofaq'); ?>"><?php _e('Official Sitemaps FAQ','sitemap'); ?></a>
    									<a class="sm_button sm_pluginHome"   href="<?php echo 
    
    $this->GetRedirectLink('sitemap-afaq'); ?>"><?php _e('My Sitemaps FAQ','sitemap'); ?></a>
    								</div>
    							</fieldset>
    
    							<fieldset id="dm_donations" class="dbx-box">
    								<h3 class="dbx-handle"><?php _e('Recent Donations:','sitemap'); ?></h3>
    								<div class="dbx-content">
    									<?php if($this->GetOption('i_hide_donors')!==true) { ?>
    										<iframe border="0" frameborder="0" scrolling="no" 
    
    allowtransparency="yes" style="width:100%; height:60px;" src="<?php echo $this->GetRedirectLink('sitemap-donorlist'); ?>">
    										<?php _e('List of the donors','sitemap'); ?>
    										</iframe>
    										<a href="<?php echo $this->GetBackLink() . 
    
    "&amp;sm_hidedonors=true"; ?>"><small><?php _e('Hide this list','sitemap'); ?></small></a>
    									<?php } ?>
    									<a style="float:left; margin-right:5px; border:none;" 
    
    href="javascript:document.getElementById('sm_donate_form').submit();"><img style="vertical-align:middle; border:none; margin-top:2px;" src="<?php echo 
    
    $this->GetResourceLink("{6E89EFD4-A853-4321-B5CF-3E36C60B268D}"); ?>" border="0" alt="PayPal" title="Help me to continue support of this plugin :)" /></a>
    									<span><small><?php _e('Thanks for your support!','sitemap'); 
    
    ?></small></span>
    								</div>
    							</fieldset>
    						</div>
    					</div>
    Thread Starter smith201981

    (@smith201981)

    CPU usage, i looked around not sure hot to change the rotation schedule. but that could of been a reasons for a spike. The database was also not optimized so it had 10 MB of extra junk in it.

    Do you have any idea what the best way to setup Indexes would be if i have a site with multiple thousands of posts? or how exactly is the best way to setup a site like that? It does not get much traffic at all. Page load times are high right now because of the database being 30MB

    So any ideas how to make things work a little smother?

    Forum: Plugins
    In reply to: Adding .php to page url
    Thread Starter smith201981

    (@smith201981)

    I found out i was mistaken and it does not need to end in php 😉 but it’s nice to know what you can and cannot do.

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)