Automatic Cache Preload with Query String
-
I have Multi inventory Plugin Installed in my Website. This plugin adds inventory parameter ‘ /?inventory=1 ” Like this in end of each url to show the multiple inventory. I have tried to use the Wpfastest Preload Feature but as the preload loads the url form sitemap.xml and in sitemap.xml this inventory parameters are not added in the urls because of which inventory parameter based cache is not done by wpfastest in preload. Can you tell me how can i use the preload feature in such a way that when preload runs it auto adds the inventory parameters in each url of sitemap.xml and then cache everything.
How inventory parameter works:
a. Product Url: example.com/product/car’
b. Product Url for inventory 1: example.com/product/car/?inventory=1
c. Product Url for inventory 2: example.com/product/car/?inventory=2So when the Wpfastest Preload is enabled it will only visit the “example.com/product/car” and cache this url only. I want the preload to load and cache url with inventory parameter (/?inventory=1 & /?inventory=2) also for each url in sitemap.xml
The topic ‘Automatic Cache Preload with Query String’ is closed to new replies.