getProductInfo and picsCacheAll optimization
See original GitHub issueAs I see it, when picsCacheAll
is enabled, every pics update event, the app or sub gets its product info requested and cached. Thus, cached data should always be up-to-date. So, I suggest you return cached data when getProductInfo
is called and picsCacheAll
is enabled.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Untitled
These access tokens can be used with getProductInfo. ... Optimized input box limits 3. ... If picsCacheAll is enabled, enablePicsCache is enabled, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Things happen, especially when Valve is installed.
I hate boolean parameters, and in this case it’s not necessary since if you want to check the cache, you could just check the cache.
Okay, I’ll do that.
At least, add to documentation, you could use cached
picsCache
data instead ofgetProductInfo
ifpicsCacheAll
is enabled.