-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Timeline has very long load time #8
Comments
So basically have the main section elements load, and create an event handler that fires an AJAX call to load each div's content when scrollY or whatever crosses the top of that div. That's one idea of how to do it. |
This is on my to do list, just haven't had the time at the moment. |
Any idea as to when you might have time? |
Short answer, no. I work full time Monday's to Friday's 9-6 as a software developer for an online accounting software company, and under take freelance work in the free time I have outside of my full time employment. At present I have a number of freelance projects on going which have to take priority over the development I do for recreation - this plugin being one of my recreational projects. I'm sorry if that isn't the answer you were hoping for, but that's my current situation. I provide this plugin freely and ask for nothing in return, so I have to prioritise paid work over it, |
If we were to pay you to make these updates, would that change things? Do you do contract work? What would you charge? |
Hello, the last update is nearly 3 months old. I have also interest in this thing. Loading time is very high. Also i would appreciate a solution like the original Timeline on Facebook. Because here the content is only loading, when i am scrolling down and when i reach a specific place on the side. |
Sorry delayed replies. Yes I am aware the last update happened nearly three months ago, but I haven't had the chance to develop this free open-source plugin any further as of late, due to commitments to the commercial projects I am involved in. I will be adding AJAX loading when I resume development shortly after a major project I am working on comes to a close in the next few weeks. |
We have a large amount of content in our timeline. It can take up to 30 seconds to load on first view. Is there a way to have the timeline wait to load/display the content of the year sections until they are displayed? I have seen sites that don't load images until they are scrolled down to. I would like to see this ability with the timeline year sections. I am trying to make this happen with AJAX, but currently the $mf_timeline->get_timeline() pulls in the entire thing. If it could call get_timeline('2006') or something, so that you'd only get the 2006 portion of the timeline, that'd be more digestible and easier to configure with ajax.
Does that make sense? If you are trying to make this like the Facebook timeline, this is a must-have functionality! Also, I would love to have my timeline page load faster too!
The text was updated successfully, but these errors were encountered: