Open perrygeo opened 10 years ago
There are several things we can do to improve the speed of the pdf output, all related to the google maps API
Finally, if we really want to speed things up (but complicate the code a bit):
Here's a good example of using thread pools for IO-bound processes like http requests:
https://medium.com/building-things-on-the-internet/40e9b2b36148
There are several things we can do to improve the speed of the pdf output, all related to the google maps API
Finally, if we really want to speed things up (but complicate the code a bit):