שיטות מומלצות לשיפור הביצועים
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
העלאת מוצרים נמשכת פרק זמן מסוים בכל פעולה. אם צריך
להעלות הרבה מוצרים בפרק זמן קצר, עלול לגרום
נראה איטי.
הפתרון המומלץ שלנו הוא להפעיל במקביל את ה-CSS API.
שיחות מקבילות
כדי לזרז את תהליך ההעלאה, מומלץ להשתמש בקריאות מקבילות כדי להעלות
מוצרים מרובים בו-זמנית. דבר זה עלול לצמצם משמעותית באופן משמעותי
. השתמשו בתכונות המתאימות
לשפת התכנות שלכם.
ב-Java, צריך להשתמש בגרסה האסינכרונית בתוך קובץ הפעלה מקביל:
ApiFuture<CssProductInput> future =
cssProductInputsServiceClient.insertCssProductInputCallable().futureCall(request);
פעולות בכמות גדולה / באצווה
אין תמיכה בפעולות בכמות גדולה ובאצווה ישירות בשירות ה-CSS.
API, אם שולחים קריאה ל-API ישירות באמצעות HTTP, אפשר להשתמש ב-Google API
תכונת ברירת מחדל לאצוות. לקבלת הוראות מפורטות, אפשר לקרוא את
Media-CDN
או Cloud Storage
התיעוד.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[[["\u003cp\u003eUploading many products using the CSS API can be time-consuming due to individual operation times.\u003c/p\u003e\n"],["\u003cp\u003eTo expedite the upload process, leverage parallel calls to upload multiple products concurrently, significantly reducing the overall upload time.\u003c/p\u003e\n"],["\u003cp\u003eThough the CSS API doesn't directly support bulk/batch operations, when using HTTP directly, you can utilize the Google API default batch feature for enhanced efficiency, as detailed in the Media-CDN or Cloud Storage documentation.\u003c/p\u003e\n"]]],[],null,["# Performance best practices\n\nUploading products takes a certain amount of time per operation. If you need\nto upload many products in a short timeframe, this could cause the\nprocess to seem slow.\n\nOur recommended solution is to call the CSS API in parallel.\n\nParallel calls\n--------------\n\nTo speed up the upload process, we recommend using parallel calls to upload\nmultiple products simultaneously. This can significantly reduce overall\nupload time. Use the features appropriate\nfor your programming language.\n\nFor Java, use the asynchronous version within a parallel executor: \n\n ApiFuture\u003cCssProductInput\u003e future =\n cssProductInputsServiceClient.insertCssProductInputCallable().futureCall(request);\n\nBulk / Batch operations\n-----------------------\n\nWhile bulk and batch operations aren't supported directly in the CSS\nAPI, if you are calling the API directly using HTTP you can use the Google API\ndefault batch feature. For detailed instructions, refer to the\n[Media-CDN](https://cloud.google.com/media-cdn/docs/api/batch)\nor the [Cloud Storage](https://cloud.google.com/storage/docs/batch)\ndocumentation."]]