On a product page using Wized session variables for caching, the skeleton loader is rendered even when:
-
isRequestingfor all related requests isfalse -
product data is already available in session variables
-
requests are conditionally skipped due to cache match
Despite guarding the skeleton with isRequesting checks and cache comparisons, the skeleton still appears on page load.
This results in the skeleton being visible even though no network request is in progress and valid cached data exists.
read only link : Wized
Path: go to any product from the home page, or go straight to /product with parameter id -3 )