GyaanSetu PHP

PHP, Laravel ו-WordPress

32 articlesDeep, practical knowledge

Your file exists() Is Secretly a Network Call

Your file exists() Is Secretly a Network Call You write this line a thousand times: if ( file exists( $path ) ) { It looks safe. It looks fast. But if $path points to an S3 bucket…

PHP · 2 min read

PHP Adds Native Polling API, Giving Fibers OS-Level Speed

The newly merged Polling API wraps epoll, kqueue and IOCP, letting the event loop resume fibers with a single system call. Benchmarks show concurrency overhead drops to zero and CPU usage stays flat even with dozens of streams.

PHP · 3 min read

תהליך התשלום ב-Magento 2 מאט ל-8 שניות כאשר טבלת ה-Quote מגיעה ל-15 מיליון שורות

כאשר טבלאות ה-quote וה-quote_item מתנפחות עקב עגלות קניות נטושות, זמן התשלום ב-Magento 2 עלול לזנק מ-1.2 שניות ליותר מ-8 שניות. מדידת מספר השורות, ארכוב של quotes ישנים, מחיקות אצווה, אינדוקס וניקוי CLI שבועי מפחיתים משמעותית הן את השיהוי והן את גודל מסד הנתונים.

PHP · 2 min read