https://www.icyphoenix.com/viewtopic.php?f=17&t=9374&p=60003#p60003 ----------------------------------- Informpro Fri 30 Jan, 2015 16:34 Re: What To Cache Or Not? ----------------------------------- [quote]Guess what I found out! PDO with its 'prepared' statements doesn't need to be cached because the data is always available and can be called multiple times without having to make multiple requests.. [/quote]No, that's wrong (and doesn't make sense to start with). Only the queries are cached.