alefrost / pokedex

Personal project utilizing the PokeAPI project made by Paul Hallett
0 stars 0 forks source link

Decrease Load Time of Pokedex Page #13

Open alefrost opened 10 years ago

alefrost commented 10 years ago

Right now, the pokedex page takes multiple seconds to load and render. I need to explore my options for rendering smaller chunks at a time. One option is to have each region chunk render separately (by ID range) when a tab is accessed.