July 2019
Beginner to intermediate
302 pages
9h 38m
English
Now, we can run our application using generate_profile.py:
$ python generate_profile.py
We can then create a new product. Then, the output for that specific call will be like the following screenshot:

It is evident from the preceding screenshot that the most intensive call in this process is the call made to the geoip database. Even though it is a single call, it takes the most amount of time. So, if we decide to improve the performance sometime down the line, then this is something that needs to be looked at first.