This one is easy enough, I went ahead and cut it down to 400ms from 1000ms.
The only reason it isn't instantaneous is because I'm regenerating everything in the iframe each time, as my initial goal was to just take the resultant HTML and paste it as a page on my personal site.
If it was part of the same document (not in a frame) it would be a vue component and update automatically/instantly.
The only reason it isn't instantaneous is because I'm regenerating everything in the iframe each time, as my initial goal was to just take the resultant HTML and paste it as a page on my personal site.
If it was part of the same document (not in a frame) it would be a vue component and update automatically/instantly.