Hey all. I’ve come across an interesting problem and I suppose I haven’t learned enough yet to solve it.
I have a site with a large timeline implemented. This timeline uses a fairly simple php loop to grab content entered through the EE backend and through SafeCracker.
The problem we’re having is that the page itself doesn’t load until ALL of the data has been processed and sent through. I implemented a lazy load on it to help with the images, and it helps some, but not enough.
The page in question is located here > http://manship100.com/timeline
How would I go about implementing a Facebook or Twitter style scroller to this? Is the solution here? http://iamjustinlong.com/blog/single/implementing_infinite_scroll_in_your_expressionengine_site/