WordPress占用资源过大 一般的优化方法
WordPress占用资源过大,怎么办?如果我们wordpress网站优化的好,建立站点数量也可以增加一些,如果优化的不好,即便我们是1G 内存方案VPS也许也只能放置一个站。下面是折腾3年多以来收集整理的一些资料,适当的根据目前主题进行适当的优化!力争让我们的小内存也慢慢的跑起来!第一、限制wordpress定时功能
wordpress的定时发布功能真的很好,但是也非常耗费资源的,如果不需要,建议还是限制一下,我们需要在wp-config.php文件中限制。
define('DISABLE_WP_CRON', true);
第二、限制自动保存和副本数据
wordpress的自动保存也是我非常喜欢的一个功能,真的很好用,但是也很占用资源,目前部分wordpress模板已经限制了自动保存的次数等等!默认时候的WP会自动给我们保存草稿以及副本添加入数据库中,不信的话你到POST数据表看看是不是有很多记录,而我们的文章并没有这么多。这就是自动添加的,我们需要限制自动版本和限制自动保存草稿。
define ('WP_POST_REVISIONS', 0); define('AUTOSAVE_INTERVAL', 600);
这样可以限制一下自动保存的时间!
第三、插件、主题更新到最新
第四、部分文件限制蜘蛛的抓取
User-agent: * Crawl-delay: 10 Allow: /wp-content/uploads/ Disallow: /cgi-bin/ Disallow: /wp-login.php Disallow: /wp-login.php* Disallow: /wp-register.php Disallow: /wp-register.php* Disallow: /xmlrpc.php Disallow: /template.html Disallow: /wp-admin/ Disallow: /wp-includes/ Disallow: /wp-content/plugins Disallow: /wp-content/themes Disallow: /page/ Sitemap:Sitemap: .gz
第五、不使用插件最好,最好不要使用占用大量资源的插件!比如All in One SEO,Broken Link Checker,Yet Another Related Posts Plugin,NextGen Gallery这几个插件是不能使用的,以及一些随机文章插件也不要用。其他不是必备的也删除吧。目前主机评述博客也就使用了几个常用的!
第六、限制爬行一些目录和限制一些蜘蛛的爬行
RewriteEngine OnRewriteCond %{HTTP_USER_AGENT} ^BlackWidow RewriteCond %{HTTP_USER_AGENT} ^Bot\ mailto:[email protected] RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw RewriteCond %{HTTP_USER_AGENT} ^Custo RewriteCond %{HTTP_USER_AGENT} ^DISCo RewriteCond %{HTTP_USER_AGENT} ^Download\ Demon RewriteCond %{HTTP_USER_AGENT} ^eCatch RewriteCond %{HTTP_USER_AGENT} ^EirGrabber RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon RewriteCond %{HTTP_USER_AGENT} ^EmailWolf RewriteCond %{HTTP_USER_AGENT} ^Express\ WebPictures RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE RewriteCond %{HTTP_USER_AGENT} ^FlashGet RewriteCond %{HTTP_USER_AGENT} ^GetRight RewriteCond %{HTTP_USER_AGENT} ^GetWeb! RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It RewriteCond %{HTTP_USER_AGENT} ^GrabNet RewriteCond %{HTTP_USER_AGENT} ^Grafula RewriteCond %{HTTP_USER_AGENT} ^HMView RewriteCond %{HTTP_USER_AGENT} HTTrack RewriteCond %{HTTP_USER_AGENT} ^Image\ Stripper RewriteCond %{HTTP_USER_AGENT} ^Image\ Sucker RewriteCond %{HTTP_USER_AGENT} Indy\ Library RewriteCond %{HTTP_USER_AGENT} ^InterGET RewriteCond %{HTTP_USER_AGENT} ^Internet\ Ninja RewriteCond %{HTTP_USER_AGENT} ^JetCar RewriteCond %{HTTP_USER_AGENT} ^JOC\ Web\ Spider RewriteCond %{HTTP_USER_AGENT} ^larbin RewriteCond %{HTTP_USER_AGENT} ^LeechFTP RewriteCond %{HTTP_USER_AGENT} ^Mass\ Downloader RewriteCond %{HTTP_USER_AGENT} ^MIDown\ tool RewriteCond %{HTTP_USER_AGENT} ^Mister\ PiX RewriteCond %{HTTP_USER_AGENT} ^Navroad RewriteCond %{HTTP_USER_AGENT} ^NearSite RewriteCond %{HTTP_USER_AGENT} ^NetAnts RewriteCond %{HTTP_USER_AGENT} ^NetSpider RewriteCond %{HTTP_USER_AGENT} ^Net\ Vampire RewriteCond %{HTTP_USER_AGENT} ^NetZIP RewriteCond %{HTTP_USER_AGENT} ^Octopus RewriteCond %{HTTP_USER_AGENT} ^Offline\ Explorer RewriteCond %{HTTP_USER_AGENT} ^Offline\ Navigator RewriteCond %{HTTP_USER_AGENT} ^PageGrabber RewriteCond %{HTTP_USER_AGENT} ^Papa\ Foto RewriteCond %{HTTP_USER_AGENT} ^pavuk RewriteCond %{HTTP_USER_AGENT} ^pcBrowser RewriteCond %{HTTP_USER_AGENT} ^RealDownload RewriteCond %{HTTP_USER_AGENT} ^ReGet RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger RewriteCond %{HTTP_USER_AGENT} ^SmartDownload RewriteCond %{HTTP_USER_AGENT} ^SuperBot RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP RewriteCond %{HTTP_USER_AGENT} ^Surfbot RewriteCond %{HTTP_USER_AGENT} ^tAkeOut RewriteCond %{HTTP_USER_AGENT} ^Teleport\ Pro RewriteCond %{HTTP_USER_AGENT} ^VoidEYE RewriteCond %{HTTP_USER_AGENT} ^Web\ Image\ Collector RewriteCond %{HTTP_USER_AGENT} ^Web\ Sucker RewriteCond %{HTTP_USER_AGENT} ^WebAuto RewriteCond %{HTTP_USER_AGENT} ^WebCopier RewriteCond %{HTTP_USER_AGENT} ^WebFetch RewriteCond %{HTTP_USER_AGENT} ^WebGo\ IS RewriteCond %{HTTP_USER_AGENT} ^WebLeacher RewriteCond %{HTTP_USER_AGENT} ^WebReaper RewriteCond %{HTTP_USER_AGENT} ^WebSauger RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor RewriteCond %{HTTP_USER_AGENT} ^Website\ Quester RewriteCond %{HTTP_USER_AGENT} ^WebStripper RewriteCond %{HTTP_USER_AGENT} ^WebWhacker RewriteCond %{HTTP_USER_AGENT} ^WebZIP RewriteCond %{HTTP_USER_AGENT} ^Wget RewriteCond %{HTTP_USER_AGENT} ^Widow RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider RewriteCond %{HTTP_USER_AGENT} ^ZeusRewriteRule ^.* -
建议把上面的文件添加到.htaccess文件最下面!
文章由 主机评述码了近一个小时的字,首发A5站长网,欢迎,时麻烦带上小站链接!谢谢合作
页:
[1]