Jacob Samuel Rockowitz
Jacob Samuel Rockowitz
I hope it is okay to restart this discussion as a feature request. I am running into this issue because I am maintaining the [Webform module for the Drupal community](https://www.drupal.org/project/webform),...
@RichardWallis Thank you for the quick fix.
I just read [Cost of file modification time checks](https://stackoverflow.com/questions/5850180/cost-of-file-modification-time-checks) and using `filemtime()` is clearly much faster than using `file_get_contents()`. Still, we are only talking about a few milliseconds.
I just ran into a [bug in the Webform module for Drupal](https://www.drupal.org/project/webform/issues/3079022) related to `` tags being removed and re-added. The bug was related to trying to cache an option...
So I started exploring porting this command and it is a lot of work because the Drush 8 code relies on a bunch of internal'ish APIs that have either been...