New Topic Reply Subscription Options |
Page too large and loading takes foreverr
Forums: Questions and Answers About Building Your Site | |||
|
|||
Participant: Log in to see names |
Wednesday, January 20, 2016 at 8:56 AM
I was wondering if you had any suggestions for my "40s-50s Christmas" page. It's gotten so large with videos, movies, photos, and text that it takes forever to load. I'm sure many of my classmates just give up and don't bother seeing what's new. My original idea was to add to it each year, and I would like to continue to do so but as I say it takes too long to load. I really don't want to break it into smaller pages. Thanks,
|
||
|
|||
Participant: Log in to see names |
Wednesday, January 20, 2016 at 1:05 PM - Response #1
Yes, there are over 200 pages there and I would have given up if not for your question. The only way to get it to load in a reasonable amount of time is to make each section no more than about 5 pages assuming graphics and videos more or less as now. But that results in 40 pages, so here are ways to make it smaller yet. I would take the time to make a "next" page section that lets the user go from one page to the next. Look at our "Bothell History" page to see what I mean. History has 7 "pages" and then one can select two more related areas. (Need to fix the +zoom that I accidentally broke) The other choice is to make sub-menus but those are not as friendly. In terms of just load time, videos take a large amount of time to just get a basic start (There are also quite a few videos that no longer exist too.). I suspect 1/2 of the time is just getting those videos started. You could put the videos on dedicated pages - IOW not all on one page. The other way to get a large number of videos to load faster is the use JVideoPlayer which will load in the same amount of time regardless of how many videos are included The general goal is to consolidate many into "packets" of data. Just a 'front' loads and then when a user clicks they see more. That keeps load times fast and yet you have the same amount of data for users to browse. (mobile users will get a fairly large data charge too ..I really don't want to break it into smaller pages.
|
||
|
|||
Participant: Log in to see names |
![]() Hi Carole, Personally, I prefer pages that do not require members to scroll very far. If that would happen, I would normally add one or more pages by theme/category. In your case, one for cards and so on. When it comes to cards and graphics, why not scale them smaller and give each a link to open in a new tab or window in the larger size? That would help in the load time and give the viewer the option to see it larger. Of course, you need to note to click on graphics so your members get used to doing so. I do like Jack's idea of a "Next" link at the bottom of each page. Instead of "Next", I would include two links: Take me back to 40s-50s Christmas and the name of the page you chose to be next. Also, Jack has a very good point. We should always consider that our members may be looking at a page on their mobile phone and it will affect their data usage. Some smart phone users do not realize how much data they have used until the bill comes. Ouch! I see you have spent time on two decades of Christmas history, Carole! Well done!
|
||
|
|||
Participant: Log in to see names |
![]() A story with two photos scaled smaller but linked to open larger in a new tab or window is found HERE.
|
||
|
|||
Participant: Log in to see names |
Thursday, January 21, 2016 at 1:00 PM - Response #4
FYI "Scaling" does not change the load time. The exact same amount of data is being loaded "Zoom Click" system on an image is much more user friendly. Sort of like the gallery system. Stays on the same page, no transfers, no clicking back where one started. See the McMenamins for an example or for that matter our home page. Other pages also have that but I broke it. I'll look at it today to see what I messed up. If we had an actual tech area I could show everyone how to easily do that Pretty sure the main load time culprit comprise the videos. Learned that from all the JVideoPlayer testing I did.
|
||
|
|||
Participant: Log in to see names |
![]() Site Admin Joe Prather shares #1 hits almost daily on Facebook as part of his career. For a very long time, I grabbed his info adding it to an alumni site as you will see in Memory Lane. It is not finished as I had other things requiring my attention. Links are found on the Memory Lane page for two pages that are unrestricted for your viewing. All other links were removed as they would have taken you to my alumni site where all the pages are restricted. EDIT: Moved pages to TAP - The Administrator's Place.
|
||
|
|||
Participant: Log in to see names |
![]() Jack, Jack Vermeulen wrote: FYI "Scaling" does not change the load time. The exact same amount of data is being loaded
![]() "Zoom Click" system on an image is much more user friendly. Sort of like the gallery system. Stays on the same page, no transfers, no clicking back where one started. See the McMenamins for an example or for that matter our home page. Other pages also have that but I broke it. I'll look at it today to see what I messed up. If we had an actual tech area I could show everyone how to easily do that Pretty sure the main load time culprit comprise the videos. Learned that from all the JVideoPlayer testing I did.
|
||
|
|||
Participant: Log in to see names |
Thursday, January 21, 2016 at 1:57 PM - Response #7
I'd use Jing for an 'advertising' sort of quick overview showing the results more or less like beauty cream commercials. You put it on and you are 20 years younger. So Jing is good for quick overviews in a very general way but really not useful for Technical details describing HTML/code interaction. CC uses that a lot, but it is no replacement for real documentation. Technical specs are one area that CC would benefit having 'old' updated fashioned specs. Plus the videos are way harder to update than real documentation. For an example, look at the documentation for HTML! Short/long videos are not used to teach this sort of thing. It's a step-by-step learning curve following code examples. And it's always evolving. Heck even YouTube has had dramatic changes in the past 2 years. It was only the last year that they implemented API code that allowed me to create JVideoPlayer. There is no video by Alphabet on that either. But there are real documentation pages starting HERE The use of videos as candy/examples is just like one uses videos on a CC page. But NOT as documentation. Anything that requires specific code details is just not video doable/applicable. One has to end up with something that actually explains each step that is static and easily reviewed. I agree, that the first time for 'coding' is a hurdle. But it is a step that has to be taken. If one can't read tech docs then it's just not for that person. Tech stuff/coding is not for everyone just like I can't dance The links I gave to our site pretty much show how it works easier than a Jing video and one can play as much as one likes.
|
||
|
|||
Participant: Log in to see names |
Thursday, January 21, 2016 at 9:31 PM - Response #8
Fixed the +zoom on the BHS history pages. Got sidetracked converting to a newer zoom script.
|
||
|
|||
Participant: Log in to see names |
Thursday, January 21, 2016 at 9:49 PM - Response #9
Ah, good example of how user content determines whether on not a page is Responsive Fixed size tables will not adjust on mobile. Nor will the videos adjust. JVideoPlayer can auto-adjust (make a video 'responsive') on mobile by using the 'autosize' option. The way to make a 'table' responsive is to use percent not absolute sizes (or comparable CSS which is preferred) for width specs. Gwen Corey wrote: I grabbed his info adding it to an alumni site as you will see in Memory Lane. It is not finished as I had other things requiring my attention.
|
||
|
|||
Participant: Log in to see names |
Sunday, January 24, 2016 at 12:32 PM - Response #10
Thanks to you and Gwen for responding to my question concerning my 40-50s Christmas page. I was sidetracked with house guests and couldn't comment earlier to your suggestions. First: I think I've trained my classmates to scroll further than 5 or 7 pages because of the topics I've covered on our site: Riverview, Radio Premiums, Chicago Neighborhoods, etc. Mine is an "old" bunch who can read but can't seem to respond so to keep them coming to the site, I've had to discuss age-and-location-appropriate topics. Sometimes, I hit upon something that will elicit more of a comment than, "Thanks Carole;" but haven't been too successful too often. I like your suggestion of moving page to page with "next" and think I can change the "Christmas" stuff into that format fairly easily; and most important, I think my classmates will be able to follow the new format without any problems. (Just reading this over for typos and wondering how so I change it to page to page--links?) As for the videos that are broken, I knew they were but was too busy (lazy) to fix them. I didn't know that they were causing additional problems. I couldn't find your History/McMenamis on your site. Using your J/Video Player sounded like a good idea so I'd like to see it and try to use it or "mobile" loads, which I have no idea what they are. I think you gave instructions for the J/Video Player a while back which I would have saved or could find on ClassCreator. Again, thanks for your help. Can't wait to get started redoing the Christmas page. Ugh!=--it's more fun to do something new, but I have 10 months to work on this. Thanks, Jack!
|
||
|
|||
Participant: Log in to see names |
Sunday, January 24, 2016 at 12:44 PM - Response #11
Found "History/McMenamis." Does this have to be in this format: one under the other or can it be separated? I haven't worked with the J/Video+ so I don't yet know how it's set up. Thanks, Carole
|
||
|
|||
Participant: Log in to see names |
Sunday, January 24, 2016 at 12:44 PM - Response #12
This is Bothell History LINK (sublink in BHS-Bothell History) This is McMenamins Link (sublink in same) Here's link to topic on CC forum. In Building Blocks, but first post I made has had a lot of changes since then. This is link to JVideoPlayer docs That's the actual generator - click on links for explanations.
|
||
|
|||
Participant: Log in to see names |
Sunday, January 24, 2016 at 12:47 PM - Response #13
There are 3 different styles and two more with/without playlist showing. So six different ways. If you click on the new docs link I gave, there are examples of every single way it can display Carole I. Mackey wrote: Found "History/McMenamis." Does this have to be in this format: one under the other or can it be separated? I haven't worked with the J/Video+ so I don't yet know how it's set up.
Thanks, Carole
|
||
|
|||
Participant: Log in to see names |
Sunday, January 24, 2016 at 6:12 PM - Response #14
Whew! I have some homework to do. Thanks so much,
|
||
|
|||
Participant: Log in to see names |
Sunday, January 24, 2016 at 7:33 PM - Response #15
Overall just like inserting a YouTube Video. Here a demo using the videos on your first Fifty Folks combined into one playlist. So that makes that 1 page shorter. (Other videos can be done too, but need a bit more explanation.) I just entered the links you had directly into the "generator", made video size the same as you used and set the playlist height to 76 since there are only 4. Paste the code below in Source mode into a NEW test page and press Preview. You don't have to enter any align center, does that by itself. Options are automatically generated by the generator code. Don't have to know what they mean unless you are curious. Explained in docs. |