filamentphp / demo

Source code for the demo.filamentphp.com website.
https://demo.filamentphp.com
MIT License
840 stars 414 forks source link

Use local images for seeding. #95

Closed ijpatricio closed 9 months ago

ijpatricio commented 9 months ago

Hey Filament team!

Issue explained here: https://github.com/filamentphp/demo/issues/94

Now this takes 11sec to run.

image

Let me know your thoughts! 😄

ijpatricio commented 9 months ago

Hey @danharrin

I improved the thing. In the end, it removes duplicates, and informs how many uniques are there by size

This PR now has

Let me know if all is good.

image

pxlrbt commented 9 months ago

Nice. Thanks @ijpatricio. I think I need to copy this for some of my projects 😅

ijpatricio commented 9 months ago

Hey @pxlrbt , my pleasure!

It was fun to do, let me know if I can help!

PS: I kept a collection in a callback, and wasn't in time to fix it before it was merged eheheh it's a minor thing, didn't want to bother with another commit/PR.