img src is making pdf generation too slow with codeigniter img src is making pdf generation too slow with codeigniter codeigniter codeigniter

img src is making pdf generation too slow with codeigniter


You are prepending the site URL with the base_url() helper which causes an entire additional HTTP request via the "outside" web.

Try to use a "local" path to the file to prevent additional DNS lookups and HTTP requests.