Alessio Gravili's Avatar

Alessio Gravili

@alessio.blue

Working at @figma.com on @payload.dev. If your rich text editor doesn't work, it's probably my fault

309
Followers
68
Following
65
Posts
24.04.2023
Joined
Posts Following

Latest posts by Alessio Gravili @alessio.blue

Huge perf wins in @payload.dev 3.65.0.
Projects with big configs or lots of custom access control can see load times drop by seconds. One client went from 4-7s to ~600-800ms.

01.12.2025 20:01 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I responded to your issue with more details!

10.11.2025 01:09 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Unfortunately I don't think Node.Js exports the necessary APIs to do that without having to install undici.

They do expose a dispatcher property on fetch, but we can't *create* a custom dispatcher without installing undici.

10.11.2025 00:41 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Will look into @crowlog/logger when we start work on 4.0!

Regarding undici, adding this dependency gave me physical pain.

The only alternatives were node-fetch (no longer maintained), axios (not much smaller) and ssrf-got (bloated, breaks on turbopack).

10.11.2025 00:38 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Add the following to your user settings:

"terminal.integrated.suggest.enabled": true, "terminal.integrated.suggest.quickSuggestions": {
"commands": "on",
"arguments": "on",
"unknown": "off"
},

06.03.2025 20:21 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

Finally! Command suggestions are now available in the VS Code Terminal!

To enable 🧡

06.03.2025 20:21 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

this image is making me fear for my job

01.03.2025 03:42 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

I hate .reduce(). Traditional for loops are much cleaner and easier to understand, while .reduce() usually makes code harder to skim.

24.02.2025 19:20 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Blocks Field | Documentation | Payload Payload is a headless CMS and application framework built with TypeScript, Node.js, React and MongoDB

Documentation: payloadcms.com/docs/fields/...

21.02.2025 18:06 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Video thumbnail

As of @payload.dev 3.24.0, you can now use block references to deduplicate blocks, resulting in up to 3Γ— faster page loads!

Tested on a project with 600 blocks across 40 block fields (that’s 24,000 referenced blocks), it’s a massive performance boost for large-scale setups!

21.02.2025 18:05 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Huge thanks to @timneutkens.bsky.social and the team for their hard work!

19.02.2025 18:09 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Also do note that this was tested in the Payload Monorepo, not in a project that simply installs Payload. We pre-bundle Payload to make it compile even faster in normal projects.

Our Monorepo is huge and has over 10.000 modules. 6.3s COLD compile time is amazing!

19.02.2025 18:08 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

We tested this 1-2 months ago and faced numerous issues even getting it to run. Now, most of these issues have been resolved and performance has improved drastically.

This means that we can finally start running our tests against turbo and guarantee stable support.

19.02.2025 18:08 πŸ‘ 2 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Turbopack is incredible - just tested out the latest Next.js canary in the @payload.dev monorepo and our compile times + memory usage have improved significantly:

Webpack Postgres: Out-Of-Memory
Turbo Postgres: 5.4s

Webpack Mongo: 19.3s
Turbo Mongo: 6.3s

That's a 3x speed improvement πŸŽ‰

19.02.2025 18:08 πŸ‘ 5 πŸ” 3 πŸ’¬ 1 πŸ“Œ 1

"Checked Returns for Conditional and Indexed Access Types"

= Dynamic function return types dependent on the arguments, without requiring complex overloads

This is amazing! Solves one of the biggest pain points I had with Typescript

31.01.2025 02:37 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
2024 JavaScript Rising Stars A complete overview of the JavaScript landscape in 2024: trends about frontend, fullstack and Node.js frameworks, React and Vue.js ecosystems, build tools, state management...

=> risingstars.js.org/2024/en

17.01.2025 02:53 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

@payload.dev is the #1 starred full-stack framework in 2024!

#3 in "React Ecosystem"
#10 in "Most Popular Projects Overall"

Let's climb to #1 in 2025

17.01.2025 02:53 πŸ‘ 2 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0
Post image

The best full-stack framework / CMS has made it to bluesky! => @payload.dev

10.01.2025 21:23 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
0 vs null vs undefined.

0 vs null vs undefined.

0 vs. null vs. undefined. Is this accurate?

06.07.2023 00:30 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

oh huh didn't know that. How does it detect some posts and doesn't detect others?

07.05.2023 15:46 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

I did and they're set to warn for those posts - but it only works if it's labelled as such

07.05.2023 15:45 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Please god mark it as sexual content. I'm sitting on a public train with people next to me and saw this on "What's Hot"

07.05.2023 15:34 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
cute cat

cute cat

Meet Momo. Every so often, she forgets to roll up her tongue before her daily nap

02.05.2023 22:57 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
BabyAGI

BabyAGI

Fun Web UI for BabyAGI I found. Allows you to play around it without having to install anything (just need to provide an OpenAI key)

=> https://babyagi-ui.vercel.app/

My experience so far: it's actually not that useful

02.05.2023 21:38 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Sadly, I can't. But they're working on a Windows version!

02.05.2023 21:27 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Bluesky on twitter

Bluesky on twitter

What in the world is going on at eBay!

02.05.2023 21:09 πŸ‘ 4 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

Oh usually yeah, but could always happen that idk, my credit card declines. Or say I make it to be some famous person one day, but I pass away eventually.
Would love to keep my username/account for future generations to remember 😁

Does it currently just turn back into a random bsky subdomain?

29.04.2023 00:02 πŸ‘ 3 πŸ” 0 πŸ’¬ 2 πŸ“Œ 0

What happens to my username if I forget to renew the domain?

28.04.2023 23:55 πŸ‘ 6 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Try the white red bull! But yeah, that I guess isn't particularly healthy.
Have been trying to switch to Mate Tea which is considerably healthier!

28.04.2023 23:39 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0