bithost-gmbh / powermail_fastexport

TYPO3 Extension for faster powermail .xlsx / .csv export

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TYPO3 CMS Extension powermail_fastexport

Introduction

This is a TYPO3 CMS extension that extends powermail for faster export to .xlsx / .csv files by fetching the data directly as an array without the Extbase ORM and rendering the output directly without Fluid. This is useful if you have many records to be exported. In our test case with > 10'000 records to be exported, the required time was reduced from 45 minutes to 45 seconds. The extension powermail_fastexport extends the standard powermail export. You can simply install the extension and use the export functionality just like before.

Bug Tracker

https://github.com/bithost-gmbh/powermail_fastexport/issues

Git Repository

https://github.com/bithost-gmbh/powermail_fastexport

Packagist

https://packagist.org/packages/bithost-gmbh/powermail_fastexport

TER

https://typo3.org/extensions/repository/view/powermail_fastexport

Contact

About

TYPO3 Extension for faster powermail .xlsx / .csv export

License:GNU General Public License v3.0


Languages

Language:PHP 96.5%Language:TSQL 3.0%Language:TypeScript 0.6%