Skip to content

Commit 057fb7e

Browse files
authored
Translate section 5.11 README.hebrew.md
Translate section 5.11 README.hebrew.md
1 parent af09fd8 commit 057fb7e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.hebrew.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -922,13 +922,12 @@ API, הודעה חדשה נרשמת לתור, וקריאה לכלי צפיה ב
922922

923923
<br/><br/>
924924

925-
## ![] 5.11. Get your frontend assets out of Node
925+
## ![] 5.11. הוציאו את קבצי צד הלקוח שלכם מחוץ ל-Node
926926

927-
**אמ;לק:** Serve frontend content using a specialized infrastructure (nginx, S3, CDN) because Node performance gets hurt when dealing with many static files due to its single-threaded model. One exception to this guideline is when doing server-side rendering
927+
**אמ;לק:** שרתו את תוכן צד הלקוח באמצעות תשתית ייעודית (nginx, S3, CDN) מאחר שהביצועים של Node נפגעים מהתעסקות עם המון קבצים סטטים עקב מודל החוט היחיד.
928+
**אחרת:** חוט ה-Node היחיד שלכם יהיה עסוק בהזרמת מאות קבצי html/תמונות/אנגולר/ריאקט במקום להקצות את כל המשאבים שלו עבור המשימה לשמה הוא נועד - לשרת תוכן דינמי.
928929

929-
**אחרת:** Your single Node thread will be busy streaming hundreds of html/images/angular/react files instead of allocating all its resources for the task it was born for – serving dynamic content
930-
931-
🔗 [**Read More: Get your frontend assets out of Node**](./sections/production/frontendout.md)
930+
🔗 [**לקריאה נוספת: הוציאו את קבצי צד הלקוח שלכם מחוץ ל-Node**](./sections/production/frontendout.md)
932931

933932
<br/><br/>
934933

0 commit comments

Comments
 (0)