فشرده سازی فایل های فید
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
هر فایل .json
یا .pb3
ممکن است با استفاده از gzip قبل از آپلود فشرده شود. این می تواند اندازه بایت فیدهای روزانه را به میزان قابل توجهی کاهش دهد.
هر فایل شارد باید gzip
'd باشد و به صورت جداگانه آپلود شود (به عنوان مثال با gzip *.json
). خرده های خوراک فشرده باید به .json.gz
یا .pb3.gz
ختم شوند.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eDaily feed file size can be significantly reduced by compressing \u003ccode\u003e.json\u003c/code\u003e and \u003ccode\u003e.pb3\u003c/code\u003e files with \u003ccode\u003egzip\u003c/code\u003e before uploading.\u003c/p\u003e\n"],["\u003cp\u003eEach shard file, such as \u003ccode\u003e.json\u003c/code\u003e or \u003ccode\u003e.pb3\u003c/code\u003e, needs to be individually compressed with \u003ccode\u003egzip\u003c/code\u003e and uploaded with a \u003ccode\u003e.json.gz\u003c/code\u003e or \u003ccode\u003e.pb3.gz\u003c/code\u003e extension.\u003c/p\u003e\n"]]],["`.json` and `.pb3` files can be compressed with gzip to reduce file size. Each shard file must be individually compressed using gzip before uploading. Compressed files should use the extensions `.json.gz` or `.pb3.gz`. This process is recommended to minimize the size of daily data feeds. Individual compression is required.\n"],null,["# Compress feed files\n\nAny `.json` or `.pb3` file may be compressed using gzip before uploading.\nThis can significantly reduce the byte size of daily feeds.\n\nEach shard file should be `gzip`'d and uploaded individually\n(e.g. with `gzip *.json`). Compressed feed shards should end in\n`.json.gz` or `.pb3.gz`."]]