Welcome Guest, Not a member yet? Register   Sign In
MP_Cache: Simple flexible Partial Caching
#26

[eluser]swatkins[/eluser]
This is great code, and much appreciated. I've been needing to cache sections of the page for a while now and finally found your library which works like a charm.

I did have to update one line of code to get the recursive directories to work. On line 240, I had to change
Code:
if ( ! @mkdir($test_path)) return false;
to
Code:
if ( ! @mkdir($test_path, 0755, true)) return false;

That third argument is the recursive flag and without it, I could only get 1 level of folder written. After changing that, voila, a faster website!

Thanks so much, my visitors applaud you!


Messages In This Thread
MP_Cache: Simple flexible Partial Caching - by El Forum - 01-17-2009, 04:28 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 01-17-2009, 09:36 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 01-19-2009, 08:34 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 01-19-2009, 10:30 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-06-2009, 09:01 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-19-2009, 04:43 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-19-2009, 05:41 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-19-2009, 03:34 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-19-2009, 04:42 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-19-2009, 05:40 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-19-2009, 05:41 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-20-2009, 10:31 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-20-2009, 12:01 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-20-2009, 04:16 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-20-2009, 04:37 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-20-2009, 04:42 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-21-2009, 04:42 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 08-06-2009, 08:37 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 08-12-2009, 02:14 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 08-12-2009, 05:32 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 08-12-2009, 05:35 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 08-12-2009, 08:31 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 08-12-2009, 08:43 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 09-18-2009, 06:42 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 09-23-2009, 04:50 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 12-04-2009, 02:15 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 12-20-2009, 07:22 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 01-28-2010, 06:16 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 01-28-2010, 06:24 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 01-28-2010, 07:21 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 02-25-2010, 02:10 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 02-25-2010, 04:13 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 02-25-2010, 05:32 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 02-25-2010, 06:22 PM
MP_Cache: Simple flexible Partial Caching - by El Forum - 02-26-2010, 06:39 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-11-2010, 03:03 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-11-2010, 03:20 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-11-2010, 10:30 AM
MP_Cache: Simple flexible Partial Caching - by El Forum - 04-16-2010, 07:52 AM



Theme © iAndrew 2016 - Forum software by © MyBB