When I execute a scraper, it loads the url using this method: So every time I add new code to the scraper and want to try it, it loads again the html, which takes a fair amount of time. Is there anyway to save the $html so it’s only loaded the first time? Answer As said on FAQ at docs