[Resolved] Carousel Slider not displaying correct image sizes in first page load
This support ticket is created 5 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
I do not have any solution to share as I do not able to reproduce the issue on my localhost as well as another thing is that we do not have control on thrird-party servers (godaddy). In addition to that, I do not see any other user reported the same issue.
As you already mentioned - using nocache=1 should be the only option here for now. hidden link
The only way to check this and confirm that the issue is from GoDaddy is I need duplicator copy of your site and I will try to deploy on my local test install and I will see if I can able to reproduce the issue which is currently there on first time page load:
Those multiple admin-ajax.php requests were fired due to cache settings of the view "Pre-load the next and previous pages - avoids loading delays when users move between pages " setting available under section :
=> Pagination enabled with automatic AJAX transition => Advanced Options => Cache and preload.
Please check the following screenshot:
=> hidden link
I just unchecked that option setting checkbox and now I can see single admin-ajax.php request at a time:
=> hidden link
But you said "Those multiple admin-ajax.php requests were fired due to cache settings of the view "Pre-load the next and previous pages" and I've turned off those settings.
"Those multiple admin-ajax.php requests were fired due to cache settings of the view "Pre-load the next and previous pages"
=> I mean to say, multiple those multiple admin-ajax.php requests at a time.
If "Pre-load the next and previous pages" cache option is activated, you will see multiple admin-ajax.php requests at a time and if this option is disabled admin-ajax.php will be fired one by one with each slider transition. You can check the admin-ajax.php request with both disable and enabling the "Pre-load the next and previous pages" cache option and you will see what I mean.