Octpress speeder octpress访问过慢,优化速度问题

title: Octpress speeder
date: 2015-05-15 12:08:36 +0800
comments: true
category: Linux
tags: octpress,linux

Issue

When visit my own Octpress blog via github(opscolin.github.io), it visited very slow.
And after commont some google related setting in _config.yml, it's still very slow

Method

Except modify _config.yml to commont some google related setting, there still have some font cache and ajax script.

M1

replace with some replaced-source like 360 lib
1, source/_includes/head.html
    ajax.googleapis.com ---> userso.com
2, source/_includes/custom/head.html
    fonts.googleapis.com ---> userso.com

M2

refer to http://www.chanjar.me/blog/2014/06/29/jia-kuai-octopressguo-nei-fang-wen-su-du/

你可能感兴趣的:(Octpress speeder octpress访问过慢,优化速度问题)