GravityPDF / gravity-pdf

Gravity PDF is a GPLv2-licensed WordPress plugin that allows you to automatically generate, email and download PDF documents using Gravity Forms.
https://gravitypdf.com
89 stars 21 forks source link

Template Cache #1527

Open jakejackson1 opened 2 months ago

jakejackson1 commented 2 months ago

Description

The additional caching done on installed templates is causing some friction for some developers. Specifically those that install templates via FTP or a File Manager.

  1. Research viability of generating a "cache" file that includes a JSON dump of all template information. Clearing the cache is as simple as deleting the file.
  2. Research viability of disabling the caching when the WP environment is in development