Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You can put image data into a cache and you might be able to gain some speed advantage from it over including them from the filesystem. However, you can and should also utilize browser and proxy caching, which makes more sense to me:</p> <ul> <li><a href="http://code.google.com/intl/de-DE/speed/page-speed/docs/caching.html" rel="nofollow noreferrer">Google Web Performance Best Practices - Optimize caching</a></li> </ul> <p>and maybe some webservers which utilize memcache:</p> <ul> <li><a href="http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModMemCache" rel="nofollow noreferrer">http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ModMemCache</a></li> <li><a href="http://wiki.nginx.org/NginxHttpMemcachedModule" rel="nofollow noreferrer">http://wiki.nginx.org/NginxHttpMemcachedModule</a></li> <li><a href="http://www.mmcache.com/" rel="nofollow noreferrer">http://www.mmcache.com/</a></li> </ul> <p>Since the question was not limited to image caching though and asked for PHP, here is a list of general (opcodes) caches that you can use from PHP</p> <ul> <li><a href="http://www.zend.com/en/products/server/#Performance" rel="nofollow noreferrer">Zend Server</a></li> <li><a href="http://pecl.php.net/package/APC" rel="nofollow noreferrer">APC</a></li> <li><a href="http://xcache.lighttpd.net/" rel="nofollow noreferrer">XCache</a></li> <li><a href="http://www.eaccelerator.net/" rel="nofollow noreferrer">eAccelerator</a></li> <li><a href="http://memcached.org/" rel="nofollow noreferrer">memcached</a></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload