WPIntell

Source evidence

Update Screenshot / Clear Cache?

Browser Screenshots · support · 2023-05-20T18:17:00+00:00

complaintsentiment
highseverity
0.96relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

6 / 35 rows with source links

17.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
skrilaxrev unresolved
Hello, thank you so much for this plugin. I am happy I found something that doesn’t need payments for traffic or anything. To my question: I made some screenshots by using the PHP function. Later I inserted a delay, so websites could load fully, before taking the screenshot. Otherwise design elements were missing from the screenshots. This works fine, but old screenshots already made without the delay don’t show the full website of course. How can I update or delete old screenshots, so the script can create a new one? Best Regards Peter This topic was modified 3 years ago by skrilaxrev . This topic was modified 3 years ago by skrilaxrev . This topic was modified 3 years ago by skrilaxrev . This topic was modified 3 years ago by skrilaxrev . Hi – the plugin uses a third party service so we can’t control the caching. I believe the cache lasts a few days and then refreshes automatically. If this doesn’t work then you could try adding an extra parameter to the end of the url to clear the cache. Eg wordpress.org/?d=1 Thanks – Ben <a target="_blank" href="' . $project_obj->url . '"><img src="' . BrowserShots::get_shot( $new_url . '?refresh_cache=1', 560, 420, 10000 ) . '" /></a> You mean like this? Or what extra parameter we are talking about? ?refresh_cache=1 I already waited for 10 days or so, seems not to get updatet automatically. Best Regards Peter This reply was modified 3 years ago by skrilaxrev . This reply was modified 3 years ago by skrilaxrev . Yes – add the refresh_cache param on the new_url and it will see it as a different url.

Comments

3 shown
binarymoon 2023-05-20T20:55:00+00:00

Hi – the plugin uses a third party service so we can’t control the caching. I believe the cache lasts a few days and then refreshes automatically. If this doesn’t work then you could try adding an extra parameter to the end of the url to clear the cache. Eg wordpress.org/?d=1 Thanks – Ben

skrilaxrev 2023-05-22T23:59:00+00:00

<a target="_blank" href="' . $project_obj->url . '"><img src="' . BrowserShots::get_shot( $new_url . '?refresh_cache=1', 560, 420, 10000 ) . '" /></a> You mean like this? Or what extra parameter we are talking about? ?refresh_cache=1 I already waited for 10 days or so, seems not to get updatet automatically. Best Regards Peter This reply was modified 3 years ago by skrilaxrev . This reply was modified 3 years ago by skrilaxrev .

binarymoon 2023-05-23T07:26:00+00:00

Yes – add the refresh_cache param on the new_url and it will see it as a different url.