|
View:
New views
10 Messages
—
Rating Filter:
Alert me
|
|
|
Global Address Book QuestionHello, We are using SM 1.4.19 with PHP 5.2.9 on RHEL 5 Update 3. We have locked down our users so that they cannot access Options or have Personal Address Books and also when they click in the To: or Cc: text boxes in the Compose view, the Global Address Book listing appears which has 8000 entries. Some of our users are across 64 Kb WAN connections and it takes approx. 80 seconds for the list to display. If I knock down the list to 500 names, it displays in approx. 6 seconds. Is there anything that can be done, within Squirrelmail, to improve the amount of time to display a large Global Address Boook list? Thank You, Derek ------------------------------------------------------------------------------ ----- squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@... List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users |
|
|
Re: Global Address Book QuestionOn Mon, Jun 29, 2009 at 12:09 PM, <dwnek@...> wrote:
> > Hello, > > We are using SM 1.4.19 with PHP 5.2.9 on RHEL 5 Update 3. We have locked > down our users so that they cannot access Options or have Personal Address > Books and also when they click in the To: or Cc: text boxes in the Compose > view, the Global Address Book listing appears which has 8000 entries. > > Some of our users are across 64 Kb WAN connections and it takes approx. 80 > seconds for the list to display. If I knock down the list to 500 names, it > displays in approx. 6 seconds. > > Is there anything that can be done, within Squirrelmail, to improve the > amount of time to display a large Global Address Boook list? Yes, pagination. Currently there is a plugin that helps paginate the main address book page, but it does not yet include support for the page you are referring to. As the author of that plugin, I don't really have the free time to work on that any time soon, but patches are welcome. -- Paul Lesniewski SquirrelMail Team Please support Open Source Software by donating to SquirrelMail! http://squirrelmail.org/donations.php ------------------------------------------------------------------------------ ----- squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@... List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users |
|
|
Re: Global Address Book Question>> Hello,
>> >> We are using SM 1.4.19 with PHP 5.2.9 on RHEL 5 Update 3. We have locked >> down our users so that they cannot access Options or have Personal Address >> Books and also when they click in the To: or Cc: text boxes in the Compose >> view, the Global Address Book listing appears which has 8000 entries. >> >> Some of our users are across 64 Kb WAN connections and it takes approx. 80 >> seconds for the list to display. If I knock down the list to 500 names, it >> displays in approx. 6 seconds. >> >> Is there anything that can be done, within Squirrelmail, to improve the >> amount of time to display a large Global Address Boook list? > Yes, pagination. Currently there is a plugin that helps paginate the > main address book page, but it does not yet include support for the > page you are referring to. As the author of that plugin, I don't > really have the free time to work on that any time soon, but patches > are welcome. Thanks Paul, Is there somewhere I can get the pagination plugin while the main plugin page is down. I didn't see it out on sourceforge but maybe I wasn't looking in the right place. ------------------------------------------------------------------------------ ----- squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@... List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users |
|
|
Re: Global Address Book QuestionOn Mon, Jun 29, 2009 at 12:55 PM, <dwnek@...> wrote:
>>> Hello, >>> >>> We are using SM 1.4.19 with PHP 5.2.9 on RHEL 5 Update 3. We have locked >>> down our users so that they cannot access Options or have Personal > Address >>> Books and also when they click in the To: or Cc: text boxes in the > Compose >>> view, the Global Address Book listing appears which has 8000 entries. >>> >>> Some of our users are across 64 Kb WAN connections and it takes approx. > 80 >>> seconds for the list to display. If I knock down the list to 500 names, > it >>> displays in approx. 6 seconds. >>> >>> Is there anything that can be done, within Squirrelmail, to improve the >>> amount of time to display a large Global Address Boook list? > >> Yes, pagination. Currently there is a plugin that helps paginate the >> main address book page, but it does not yet include support for the >> page you are referring to. As the author of that plugin, I don't >> really have the free time to work on that any time soon, but patches >> are welcome. > > Thanks Paul, Is there somewhere I can get the pagination plugin while the > main plugin page is down. I didn't see it out on sourceforge but maybe I > wasn't looking in the right place. I'll send it to you offlist. -- Paul Lesniewski SquirrelMail Team Please support Open Source Software by donating to SquirrelMail! http://squirrelmail.org/donations.php ------------------------------------------------------------------------------ ----- squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@... List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users |
|
|
|
|
|
|
|
|
Re: Global Address Book Question> In addition to working with Paul’s pagination plugin, you may want to look
> into your web server’s compression options. Many web servers can be > configured to transparently gzip pages as they leave the server; this may > reduce the amount of data that needs to be transmitted over your narrow WAN > links. There's a gzip plugin for SquirrelMail, too, in case you can't configure PHP to do it for you. -- Paul Lesniewski SquirrelMail Team Please support Open Source Software by donating to SquirrelMail! http://squirrelmail.org/donate_paul_lesniewski.php ------------------------------------------------------------------------------ ----- squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@... List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users |
|
|
Re: Global Address Book Question>> In addition to working with Paul’s pagination plugin, you may want to
look >> into your web server’s compression options. Many web servers can be >> configured to transparently gzip pages as they leave the server; this may >> reduce the amount of data that needs to be transmitted over your narrow WAN >> links. > There's a gzip plugin for SquirrelMail, too, in case you can't > configure PHP to do it for you. Very cool! Could you send me that plugin offlist as well Paul? BTW, Thanks for the group pagination plugin. I will look at it this weekend. r/Derek ------------------------------------------------------------------------------ ----- squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@... List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users |
|
|
Re: Global Address Book Question>> In addition to working with Paul’s pagination plugin, you may want to
look >> into your web server’s compression options. Many web servers can be >> configured to transparently gzip pages as they leave the server; this may >> reduce the amount of data that needs to be transmitted over your narrow WAN >> links. > There's a gzip plugin for SquirrelMail, too, in case you can't > configure PHP to do it for you. In response to Tom, setting "Allow listing of global file address book" to false is not an option I am permitted to use by our management unless there is a way to only list a subset of the Global Address Book (commonly emailed addresses) while still being able to search the rest of it (which would contain lesser used email addresses). So far I have had no luck improving the time it takes the Global Address Book to load across slow links using any of the following compression methods: 1. In Apache 2.2.11's httpd.conf file: (apachectl -t -D DUMP_MODULES # deflate_module (static) is present) LoadModule deflate_module /usr/lib/httpd/modules/mod_deflate.so <Directory /usr/local/apache2/htdocs/webmail> Options -Indexes AllowOverride none DirectoryIndex index.php Order allow,deny allow from all SetOutputFilter DEFLATE SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ \ no-gzip dont-vary SetEnvIfNoCase Request_URI \.(?:exe|t?gz|zip|bz2|sit|rar)$ \no-gzip dont-vary SetEnvIfNoCase Request_URI \.pdf$ no-gzip dont-var </Directory> 2. In PHP's php.ini file: zlib.output_compression = On 3. In a .htaccess file within the global address book directory: php_flag zlib.output_compression on It looks like the only other options for me to try is either the SM gzip plugin or going to a couple of PHP scripting classes and trying to make it paginated using the abook_group_pagination plugin as a reference. If anyone has any other suggestions or knows how to hack out the latter, I would greatly appreciate it since the is the very last thing holding me back from being able to put it in production. Thanks much, Derek ------------------------------------------------------------------------------ ----- squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@... List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users |
|
|
|
| Free embeddable forum powered by Nabble | Forum Help |