Hi, I would like to ask for recommendations to serve images with web2py.
I have a site (*https://climbersoul.cl <https://climbersoul.cl>*), this
site is a kind of Wikipedia for spots climbing in Chile. This site will
have a lot of images, and I would like to know how to optimize the load of
the images.
By now the images are served in the classic way like <img src="image">
using the download function like in the book.
I was thinking in load the images as base64 but I don't sure if is this
will be more faster...
Another idea is moving the images to /app/static/images/ to avoid using
download function and avoid an extra processing of the server, but I'm not
sure is this will really improve the load.

I'm running web2py with Apache and modsecurity.

Any recommendations would be appreciated.

Cheers.
Chris.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to