MightyGorgon / icy_phoenix

CMS based on phpBB
http://www.icyphoenix.com
27 stars 20 forks source link

Lazy load (AJAX) the jumpbox #73

Open vendethiel opened 9 years ago

vendethiel commented 9 years ago

After doing some very simple benchmarks, it seems the jumpbox is responsible for around 10ms (with ~40 forums) to generate it. It can't be cached, as it's per-user. How about loading it through AJAX?

I don't volunteer to do it (not now, at least...) but if you think it's worth it, I can look at it in the future.

MightyGorgon commented 8 years ago

It should be cached in users table... a new field should be added and all forums id/names stored

vendethiel commented 8 years ago

Well, I can reopen this if you want (or so can you). I just didn't look because you didn't want to continue supporting IP.