Very slow because it loads every image size – also does not display the excerpt
-
Hello Darren,
I’ve installed and use Ajax Load More Version 2.13.1 and Custom Repeaters v2 Version 2.4.1
Right now, I’m only using it on one page until I get to know it better.
https://cannabisgourmet.buzz/edible-recipes/
Problem – The template is calling every variation of the thumbnail image which makes each post load slowly. This is an example of the list of images.
<img width="200" height="200" src="https://cannabisgourmet.buzz/wp-content/uploads/2016/09/DoubleDarkChocolateCookie_400x400-300x300.jpg" class="attachment-200x200 size-200x200 wp-post-image" alt="Double Chocolate Chip Canna-Cookies" srcset="https://cannabisgourmet.buzz/wp-content/uploads/2016/09/DoubleDarkChocolateCookie_400x400-300x300.jpg 300w, https://cannabisgourmet.buzz/wp-content/uploads/2016/09/DoubleDarkChocolateCookie_400x400-150x150.jpg 150w, https://cannabisgourmet.buzz/wp-content/uploads/2016/09/DoubleDarkChocolateCookie_400x400-100x100.jpg 100w, https://cannabisgourmet.buzz/wp-content/uploads/2016/09/DoubleDarkChocolateCookie_400x400-90x90.jpg 90w, https://cannabisgourmet.buzz/wp-content/uploads/2016/09/DoubleDarkChocolateCookie_400x400-45x45.jpg 45w, https://cannabisgourmet.buzz/wp-content/uploads/2016/09/DoubleDarkChocolateCookie_400x400.jpg 400w" sizes="(max-width: 200px) 100vw, 200px">
Then – the template is not displaying the post excerpt. The code is below.
==================================================================================================<li<?php if (! has_post_thumbnail() ) { echo ' class="no-img"'; } ?>> <?php if ( has_post_thumbnail() ) { ?> <a href='<?php the_permalink(); ?>'> <?php the_post_thumbnail(array(200,200));}?></a> <a href='<?php the_permalink(); ?>' title='<?php the_title(); ?>'><?php the_title(); ?></a> <?php echo(the_excerpt()); ?> </li>
[ajax_load_more repeater="template_2" post_type="recipe" posts_per_page="1" max_pages="0" scroll_distance="20" transition="fade" transition_speed="20" button_label="More Recipes" button_loading_label="Loading More Recipes" container_type="div" css_classes="Recipe_LoadMore"]
===================================================================================================
Thanks for spending a minute looking at these issues.
Happy New Year!
David
- The topic ‘Very slow because it loads every image size – also does not display the excerpt’ is closed to new replies.