<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: CakePHP 1.2 - Tuning the ACL via MySQL</title>
	<link>http://blog.loadsys.com/2008/03/19/cakephp-12-tuning-the-acl-via-mysql/</link>
	<description>A Web Development Company Specializing In Standard-Based Web Design and the CakePHP Framework.</description>
	<pubDate>Fri, 05 Sep 2008 16:34:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Patrice Lazareff</title>
		<link>http://blog.loadsys.com/2008/03/19/cakephp-12-tuning-the-acl-via-mysql/#comment-2596</link>
		<dc:creator>Patrice Lazareff</dc:creator>
		<pubDate>Fri, 08 Aug 2008 15:46:14 +0000</pubDate>
		<guid>http://blog.loadsys.com/2008/03/19/cakephp-12-tuning-the-acl-via-mysql/#comment-2596</guid>
		<description>Thanks for the tip.

After having some troubles, I added this index on the ACO table :

 ALTER TABLE `acos` ADD INDEX ( `foreign_key` , `lft` ) 

It helps the many selects that have to be done to find the parent node when inserting large number of related objects.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip.</p>
<p>After having some troubles, I added this index on the ACO table :</p>
<p> ALTER TABLE `acos` ADD INDEX ( `foreign_key` , `lft` ) </p>
<p>It helps the many selects that have to be done to find the parent node when inserting large number of related objects.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yves</title>
		<link>http://blog.loadsys.com/2008/03/19/cakephp-12-tuning-the-acl-via-mysql/#comment-2564</link>
		<dc:creator>Yves</dc:creator>
		<pubDate>Tue, 05 Aug 2008 22:37:36 +0000</pubDate>
		<guid>http://blog.loadsys.com/2008/03/19/cakephp-12-tuning-the-acl-via-mysql/#comment-2564</guid>
		<description>Great tip. I was doing some research about possible cakePHP performance issues and found some post concerning slowness with cakePHP ACL's. Now this seems to be the solution.</description>
		<content:encoded><![CDATA[<p>Great tip. I was doing some research about possible cakePHP performance issues and found some post concerning slowness with cakePHP ACL&#8217;s. Now this seems to be the solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2008-03-21 &#171; Richard@Home</title>
		<link>http://blog.loadsys.com/2008/03/19/cakephp-12-tuning-the-acl-via-mysql/#comment-885</link>
		<dc:creator>links for 2008-03-21 &#171; Richard@Home</dc:creator>
		<pubDate>Fri, 21 Mar 2008 05:17:21 +0000</pubDate>
		<guid>http://blog.loadsys.com/2008/03/19/cakephp-12-tuning-the-acl-via-mysql/#comment-885</guid>
		<description>[...] CakePHP 1.2 - Tuning the ACL via MySQL &#124; LoadStr - A Loadsys Blog Useful tip for improving the performance of large ACOS and AROS tables in CakePHP (tags: cakephp auth acos aros mysql) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] CakePHP 1.2 - Tuning the ACL via MySQL | LoadStr - A Loadsys Blog Useful tip for improving the performance of large ACOS and AROS tables in CakePHP (tags: cakephp auth acos aros mysql) [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
