Tăng tốc độ load website

Thảo luận trong 'SEO Onpage - Tối Ưu Website' bắt đầu bởi administrator, 19/3/13.

  1. administrator
    Administrator
    Thành viên BQT Admin Smod Mod

    Tham gia ngày:
    6/2/13
    Tốc độ load website là yếu tố quan trọng nhằm tối ưu hóa website tốt hơn. Một trong những yếu tố góp phần google index nhanh website của bạn. Và là một trong những yếu tố SEO Onpage tốt nhất trong thế giới SEO. Bài viết này mình tham khảo của bác Mr.N2 ở HQTH và IDVS.

    [​IMG]



    Tạo file .htaccess:

    PHP:
    ExpiresActive on
    ExpiresDefault 
    "access plus 1 months"
    ExpiresByType image/jpg "access plus 1 months"
    ExpiresByType image/gif "access plus 1 months"
    ExpiresByType image/jpeg "access plus 1 months"
    ExpiresByType image/png "access plus 1 months"
    ExpiresByType text/css "access plus 1 months"
    ExpiresByType text/javascript "access plus 1 months"
    ExpiresByType application/javascript "access plus 1 months"
    ExpiresByType application/x-shockwave-flash "access plus 1 months"

    # Enable gzip (deflate) compression
    AddOutputFilterByType DEFLATE text/html text/css application/x-javascript

    RewriteEngine On
    ####Charset
    AddDefaultCharset Off 
    ####Gzip
    <IfModule mod_rewrite.c>
    RewriteCond %{REQUEST_FILENAME} -f
    RewriteRule 
    ^(.*)(js|css)$ redir.php?file=$1$2&type=$[L]
    </
    IfModule>
    ####ETags
    FileETag None
    ####Expires
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType image
    /gif A2592000
    ExpiresByType image
    /jpeg A2592000
    ExpiresByType image
    /png A2592000
    ExpiresByType application
    /x-shockwave-flash A2592000
    ExpiresByType text
    /css A2592000
    ExpiresByType application
    /x-javascript A2592000
    pre.php

    PHP:
    <?php  
    ob_start
    ("ob_gzhandler");  
     
    $path pathinfo($_SERVER['SCRIPT_NAME']);  
     
    if (
    $path['extension'] == 'css')  {  
       
    header('Content-type: text/css');  
    }  
     
    if (
    $path['extension'] == 'js')  {  
       
    header('Content-type: application/x-javascript');  
    }  
    ?>
    redir.php

    PHP:
    <?php 
    # this is the file redir.php, to gzip javascript and css

    # set the request file name
    $file=str_replace(chr(0x0),"",$_REQUEST['file']);
    $allowedfiles = array('js','gif','png','jpg','css','txt','swf');
    if (!
    in_array(str_replace(chr(0x2E),"",substr(chr(0x2E).$file,-3)),$allowedfiles)){ exit ("Hacking attempt!"); }

    # Set Expires, cache the file on the browse
    header("Expires:".gmdate("D, d M Y H:i:s"time()+15360000)."GMT");
    header("Cache-Control: max-age=315360000");

    # set the last modified time
    $mtime filemtime($file);
    $gmt_mtime gmdate('D, d M Y H:i:s'$mtime) . ' GMT';
    header("Last-Modified:" [URL="http://adslcmc.blogspot.com/"][COLOR="#000000"].[/COLOR][/URL$gmt_mtime);

    # output a mediatype header
    switch ($_REQUEST['type']){
      case 
    'css':
        
    header("Content-type: text/css");
        break;
      case 
    'js' :
        
    header("Content-type: text/javascript");
          break;
      default:
        
    header("Content-type: text/plain");
    }

    # GZIP the content
    if(extension_loaded('zlib')){ob_start();ob_start('ob_gzhandler');}

    # echo the file's contents
    echo implode(''file($file));

    if(
    extension_loaded('zlib')){
      
    ob_end_flush();
      
    # set header the content's length;
      # header("Content-Length: ".ob_get_length()); # (It doesn't work? )
      
    ob_end_flush();
    }
    ?>
    Hosting là một trong những yếu tố cần quan tâm trong SEO.Nếu bạn không quan tâm đến nhà cung cấp hosting, không quan tâm đến chất lượng host, host của bạn không hoạt động liên tục và thường xảy ra sự cố khi truy cập, ... những yếu tố đó vô tình sẽ phá bỏ những nổ lực tối ưu cho toàn bộ chiến dịch.
     
    #1
    lamlanhlung thích bài này.
  2. daf123 PageRank 0 Member

    Tham gia ngày:
    20/7/13
    Blogspot thì làm thế nào hở các bác
     
    #2
  3. money123 PageRank 1 Member

    Tham gia ngày:
    2/1/14
    Nơi ở:
    Hà Nội
    Blogspot dùng host của blogger.com nên không cần sử dụng đoạn code này đâu bạn ak!
    P/s: Bạn nên chú trọng xây dựng blog cho hiệu quả và seo lên top là ok! Vì blog cũng chỉ để làm vệ tinh mà thu!
     
    #3
  4. remcuaminhdang PageRank 1 Member

    Tham gia ngày:
    12/1/14
    Website của mình tốc độ trên 70% thì đã tốt chưa Admin nhỉ? nó vẫn có dấu !
     
    #4
  5. haiminhco PageRank 0 Member

    Tham gia ngày:
    12/1/14
    Nếu biết tối ưu theo tool này của google thì có thể cải thiện tốc độ load của website. Mình cũng đã thử nó và thấy rằng nó nhanh hơn rất nhiều.
     
    #5
  6. guyblack PageRank 1 Member

    Tham gia ngày:
    6/1/14
    cái này áp dụng cho các gói hót cùi đc không các bác>?
     
    #6
  7. nguyendattai PageRank 0 Member

    Tham gia ngày:
    7/11/13
    Sử dụng các file trên có cải thiện tốc độ nhiều không các bác.
     
    #7

Chia sẻ trang này