[TYPO3-core] APC with stat=0

Rik Willems rik at actiview.nl
Wed Mar 21 14:03:00 CET 2012


You can disable APC through .htaccess. This would work during changes in 
extensions and alike.


On 20-3-2012 16:22, Rudi Meyer wrote:
> Since TYPO3 to my knowledge don't offer functionality to develop a
> website locally before deploying live (updating database changes,
> installing extentios etc.), Production is often the place a website is
> configured, new extensions are installed and such the localconf.php
> file will update accordingly.
>
> I have looked far and wide for strategies to avoid this, and would
> appreciate pointers.
>
> I found that the apc.filters configuration option can solved it for
> me, an entry like this:
> apc.filters = "-/typo3temp/(.*),-/typo3conf/(.*),+/typo3conf/ext/(.*)"
> excludes the problematic files
>
> --
> Rudi Meyer
> Forlaget Systime
>
>
>
> On 19 March 2012 11:16, Rik Willems<rik at actiview.nl>  wrote:
>> Hi Rudi,
>>
>> I recently installed APC and it seems to run fine. apc.stat=0 is for
>> production website, apc.stat=1 is for dev websites. The cached localconf.php
>> should not change when nothing is changed in your TYPO3 setup.
>>
>> I do look forward to hearing from experts on TYPO3&  APC. Sadly I can find
>> very little resources about it.
>>
>> Cheers!
>>
>>
>> On 18-3-2012 13:24, Rudi Meyer wrote:
>>>
>>> Hi everybody
>>>
>>> I've failed to find information about running TYPO3 with APC
>>> configured with apc.stat=0. This could mean a significant performance
>>> gain and I would like to look into the possibility.
>>>
>>> Has any work been done in this area? I know of issues with TYPO3
>>> changing PHP files like localconf.php and others. I was thinking
>>> localconf.php could be handled and the contents of other files moved
>>> to another form of caching?
>>>
>>> --
>>> Rudi Meyer
>>> Forlaget Systime
>>
>> _______________________________________________
>> Before posting to this list, please have a look to the posting rules
>> on the following websites:
>>
>> http://typo3.org/teams/core/core-mailinglist-rules/
>> http://typo3.org/development/bug-fixing/diff-and-patch/
>> _______________________________________________
>> TYPO3-team-core mailing list
>> TYPO3-team-core at lists.typo3.org
>> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-team-core


More information about the TYPO3-team-core mailing list