Search through our group's posts (events, discussions, jobs, etc.) and their comments here. Results are displayed in order of post date. Use the pager below to browse results.
MySQL optimize queries
I'm using Views module to display my contents (Images + Video), I have 50 thumbnails on one page and pagination, I tried Devel and Explain on mysql to get whats going on there
here are the results:
+----+-------------+-----------+--------+-----------------------------------+------------------+---------+---------------------------+-------+--------------------------------------+
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
MySQL load balance
Hi
I have MySQL server running in as local, but I see a server load is very high and queuing all processes, I have about 100,000 rows in node table and taxonomy + 200,000 users. When less than 30 online registered users can handle server well, but when it become over 30 server load is increasing as a hell. I hope having dedicated MySQL server will solve this, is it effect to me? having dedicated MySQL server?.
I'm using APC with cache router.
Read moreHow to benchmark website?
I would like to test some caching configuration for my site. Could someone recommend me some tools to test the effectiveness of the site?
Also, if there are known configurations that work for a site with only anonymous users, please let me know! (currently using eAccelerator and Boost).
Thanks!
Read moreProject Mercury: Pre-configured Drupal+Varnish AMI
Inspired by my own work over the past year with Amazon EC2 and this great post from Eric Hammond at Alestic on how to bundle public AMIs, today I released my first public machine image. I call the project "mercury," and the goal is to combine the power of Varnish and Pressflow Drupal in one easy-to-run package.
Why is this important? Because Varnish fills the same role as the Boost module, except it can handle 1000s of requests per second. Your constrained resources are going to be network and bandwidth. Getting it working well takes a bit of doing, but thanks to PressFlow and support from davidstrauss and DamZ, I've gotten a vanilla system working.
Read moreSquid on top of Apache on same machine
During a recent talk by Mr. Tournoud he said that it is beneficial to run squid on the same machine as apache2 since connections that linger keep a thread and a DB connection busy. Putting squid on port 80 and apache2 on 8080 would also give you the ability to serve files directly from squid and apache2 would have less connections.
Read moreCompression -- Drupal side or Apache side or both?
Which would produce a better compression rate -- using mod_deflate on the Apache instance side for css/js files and/or using Gzip for Javascript/CSS on the Drupal side?
I am looking for overall site performance aspects as well (i.e. additional CPU time, memory allocation, etc).
Read morePHP memory implication on increasing the number of Global variables.
Creating Related links todispaly with in the comment.tpl
We are repositioning our related links custom block form ( result fro a view, by passing taxonomy as argument) within node.tpl to comment.tpl. We want to store the taxonomy id for the node in the global variable and use it to generate related links in the comment.tpl section by passing this taxonomy global variable to the view. This is instead of reloading the node to obtaining the taxonomy id.
Read moreSuggestions for commercial streaming media hosting providers
Looking for suggestions for an affordable media hosting service to deploy our streaming video. ( http://www.gazettenet.com )
We have been using YouTube/Vimeo so far, but have requirements now for commercial content that is outside of the licensing for those free services.
Thanks.
Read moreGeneral advices for high performance mySQL ?
Hello,
I would like to know what are your general advices regarding to a multiserver Drupal website that has to deal with a lot of mySQL queries ? What could be the best architecture for heavy load mySQL deployement ?
I think about a mySQL master/slave configuration, with separate hardware. But I heard that Drupal isn't ready to use a real master/slave configuration, and the slave should only be used as fail-over. Could you confirm this ?
I attached my planned architecture with this post.
Thanks a lot for your time
Read morelocale::performance::how could i make locale module more faster?
enable locale:
Executed 82 queries in 198.59 milliseconds. Queries taking longer than 5 ms and queries executed more than once, are highlighted. Page execution time was 474.06 ms.
disable locale:
Executed 450 queries in 312.01 milliseconds. Queries taking longer than 5 ms and queries executed more than once, are highlighted. Page execution time was 750.68 ms.



