mmmewk / crosswordle

MIT License
6 stars 3 forks source link

Refactor: Move crosswords to be loaded Async #23

Open mmmewk opened 2 years ago

mmmewk commented 2 years ago

At some point this would probably be best done with a Database, Not sure if I want to make it that complicated though...

Crosswords file is fairly large and is messing up our LCP on google search console. As we add more puzzles (maybe more languages?) we should make these puzzles load async to not prevent the initial page load.