-
-
My use case requires rapid changing content that therefore can't be cached + also fast TTFB.
Is it possible to stream part of the html instead of sending all of it in one chunk, causing long TTFB?
-
This will be hard to do however, we should encourage folks to use a CDN to improve TTFB.
Potential suggestion: regex to check for common CDNs?
-
### issue
- closet의 모든 페이지의 TTFB(Time to First Byte) 속도가 너무 느림 (1.5s 이상까지)
- 현재 사용중인 was 는 aws ec2 prettier / aws amplify 에 hosting 중(cloudfront).
- 어쩔 수 없는 prettier 의 한계인지 혹은 next.js 내 최적화 할 수 있…
-
I think HuggingFace team made some excellent progress in making `generate` more torch.compile compatible - https://github.com/huggingface/transformers/pull/29114
It might be worth revisiting `torch…
-
Not in issue, but just checking to see if such feature/flag would be realistic and feasible:
As a RUM provider (built on top of the [web-vitals JS library](https://github.com/GoogleChrome/web-vital…
-
DSS is tasked with making data in DCP available and computable. A key measure of both availability and computability is the access latency and time to retrieve a file from DSS.
The time to first by…
-
When it's safe to use, 0-RTT can significantly reduce the TTFB. Measuring savings can help inform the cost-effectiveness of implementing safeguards against replay attacks and adopting 0-RTT; this tool…
-
TEST LINK: https://www.webpagetest.org/result/220404_BiDcS2_EJ0/1/performance_optimization/#first_byte_tim
![Screen Shot 2022-05-14 at 19 58 16](https://user-images.githubusercontent.com/3317013/1684…
-
Hi,
using "long" (252 items) option lists in select causes severe slowdowns in server-side rendering of the page (from ~50ms to ~2s).
In our case (on the production website, it took a couple of mon…