Hi, Gabriel
I'll have to get around to something that does the following.
1) Only load the top level (or top2 levels) on every page.
2) Dynamically load additional menu content for sections below that on demand.
3) Only generate the full menu once per Site build (computationally expensive to build a huge menu on every page).
This would deal with HTML bloat, Google not liking more than 100 links per page and backoffice site generation being slow.
All my recent menus Collapso, NorList, use simple HTML UL lists, and only use JS for animation. It's the page size issue for that HTML that's the real killer, especially as SPP is becoming more popular.
I just wish I had more free time. I had a brainwave last weekend about providing a way to sort products dynamically in the browser (no PHP or backoffice work needed). Of course, it wasn't as easy as I hoped, and there went a lot of time.
I'll have to get around to something that does the following.
1) Only load the top level (or top2 levels) on every page.
2) Dynamically load additional menu content for sections below that on demand.
3) Only generate the full menu once per Site build (computationally expensive to build a huge menu on every page).
This would deal with HTML bloat, Google not liking more than 100 links per page and backoffice site generation being slow.
All my recent menus Collapso, NorList, use simple HTML UL lists, and only use JS for animation. It's the page size issue for that HTML that's the real killer, especially as SPP is becoming more popular.
I just wish I had more free time. I had a brainwave last weekend about providing a way to sort products dynamically in the browser (no PHP or backoffice work needed). Of course, it wasn't as easy as I hoped, and there went a lot of time.
Comment