mittwald / typo3-web2pdf

A TYPO3 extension for rendering content as PDF
GNU General Public License v2.0
18 stars 20 forks source link

Caching #50

Closed fnagel closed 6 years ago

fnagel commented 8 years ago

It seems the current implementation comes without any caching. That what it seems looking at the uncached action and the deletion of the PDF after pushing it to the user.

Is that assumption correct? If so, are there any plans to implement some caching into this extension?

kpurrmann commented 8 years ago

Currently there are no efforts to implement some caching functionality. Will keep that issue. Maybe we are going to implement it later on. Feel free to contribute some code or some suggestions on this issue.

fnagel commented 8 years ago

I've ended up using a custom solution .

Not sure how to achieve proper caching using TYPO3 page cache (if thats even possible) but I've added some basic caching based on caching a once generated file and clearing it by timestamp and clear cache hook. Something similar should be easily possible to this extension.

pstranghoener commented 6 years ago

You didnt make a PR so i will close the issue.