استفاده از Gzip و افزایش سرعت وب سایت

Gzip به شما این امکان را می دهد که اطلاعات ارسالی بین سرور و مرورگر کاربر را فشرده سازی کنید تا حجم اطلاعات ارسالی گاهی تا 70% کمتر شود! مسلم است با کاهش این حجم اطلاعات سرعت بارگذاری وب سایت افزایش می باد و همچنین پهنای باند کمتری مصرف می شود.

برای فعال کردن Gzip کد زیر را در htaccess قرار دهید :

<ifModule mod_gzip.c>
mod_gzip_on Yes
mod_gzip_dechunk Yes
mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$
mod_gzip_item_include handler ^cgi-script$
mod_gzip_item_include mime ^text/.*
mod_gzip_item_include mime ^application/x-javascript.*
mod_gzip_item_exclude mime ^image/.*
mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.*
</ifModule>

همچنین می توانید توسط سایت زیر چک کنید که وب سایت شما از Gzip استفاده می کند یا خیر :

http://checkgzipcompression.com

 

9 نظر برای “استفاده از Gzip و افزایش سرعت وب سایت

    • مسعود می‌گوید:

      سلام دوست عزیز,
      خودتون سرور دارید یا نمایندگی هستید؟
      برای استارت کار نیاز به تبلیغات دارید و باید تو انجمن ها و سایت های دیگه تبلیغات کنید اما وقتی سرویس خوب ارائه بدید مشتری های فعلیتون بهترین تبلیغات برای شما میشن!

  1. Hi there ,
    I’m sorry I don’t speak Romanian but I think this will be relevant for you and your users.
    I used Google Translate to read this page of yours: central-hosting.com/blog/استفاده-از-gzip-و-افزایش-سرعت-لود-تا-70/
    I got your advice on the Gzip tool. The tool you’re sharing is nice, but sometimes it doesn’t work (maybe too many simultaneous users slow it down?), and it was really annoying.
    I’ve googled a bit and started using the tool below and it works perfectly! Plus, I love the simple and clear design. So I thought, why not share it with you, since you got me started with this anyhow.

    Here it is: https://www.websiteplanet.com/ro/webtools/gzip-compression/

    I’m sure your other users will enjoy as much as I did if you decide to share it with them 🙂

    All the best,

دیدگاهتان را بنویسید

نشانی ایمیل شما منتشر نخواهد شد. بخش‌های موردنیاز علامت‌گذاری شده‌اند *