budde377 / Part

Framework for developing websites written in PHP/Dart.
MIT License
2 stars 0 forks source link

Make heavy processing async #115

Closed budde377 closed 8 years ago

budde377 commented 9 years ago

Fetching from other sites and such is slow. This could be made async e.g. by using ignore_user_abort as wordpress does it.