Skip to content

Commit

Permalink
Translate section 5.11 README.hebrew.md
Browse files Browse the repository at this point in the history
Translate section 5.11 README.hebrew.md
  • Loading branch information
ShaiDemri committed Aug 23, 2023
1 parent af09fd8 commit 057fb7e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.hebrew.md
Original file line number Diff line number Diff line change
Expand Up @@ -922,13 +922,12 @@ API, הודעה חדשה נרשמת לתור, וקריאה לכלי צפיה ב

<br/><br/>

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

**אמ;לק:** 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
**אמ;לק:** שרתו את תוכן צד הלקוח באמצעות תשתית ייעודית (nginx, S3, CDN) מאחר שהביצועים של Node נפגעים מהתעסקות עם המון קבצים סטטים עקב מודל החוט היחיד.
**אחרת:** חוט ה-Node היחיד שלכם יהיה עסוק בהזרמת מאות קבצי html/תמונות/אנגולר/ריאקט במקום להקצות את כל המשאבים שלו עבור המשימה לשמה הוא נועד - לשרת תוכן דינמי.

**אחרת:** 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

🔗 [**Read More: Get your frontend assets out of Node**](./sections/production/frontendout.md)
🔗 [**לקריאה נוספת: הוציאו את קבצי צד הלקוח שלכם מחוץ ל-Node**](./sections/production/frontendout.md)

<br/><br/>

Expand Down

0 comments on commit 057fb7e

Please sign in to comment.