Help identify unknown script and how to remove it

Guys, I'm seeing this script in one of my Drupal sites and I think the script is slowing my site down:

httx://3/js/jsserv.php?mblID=2007030722332492

Anybody knows what it is and how I can remove it. Thanks in advance!

[Edit: making link non-clickable -- kbahey]

Does browsing as admin increase server load?

I read somewhere on drupal.org that when you're browsing your site as uid = 1 (admin), you increase server load and DB queries?

IS this correct ?

Monitoring drupal with Nagios and WebInject

Dear All,

Does anybody using Nagios for monitoring drupal deployments? Nagios already has check_http and check_curl plugins but I can only validate index.php. I was thinking about test tool called WebInject. It has a Nagios plugin http://www.webinject.org/plugin.html . You can create custom xml config files for different deployments and check if specific function of web application is working. Here my problem comes. How to login to drupal using WebInject and howto navigate on the website.

Poor database design of Drupal = low performance

Hello everyone!

I started exploring Drupal and I must say it is great! But I'm not sure to invest time and build a Drupal site because of speed and scalability. Recently I found an article "The Drupal Database Design is a Comedy of Errors"

http://www.hiveminds.co.uk/node/904
 

Rather than go through a bunch of queries or rather hundreds of queries, I will just say that the database design has no relational qualities that would optimize and speed up the system what so ever.

MySQL multi-master replication and Drupal breaking it

Good afternoon.

Our organization is serving many web applications from a 'cluster' of LAMP servers. They are sharing storage on a RAID with GFS and Red Hat Cluster Suite is providing high-availability failover. All three machines are running apache. A pair of load-balancing directors are forwarding requests to them using LVS (ipvsadm and such). The idea is to make the three machines in the cluster behave as one, transparent to the end user.

Two of these machines are configured with Master-Master MySQL replication. This means that each is the other's slave, so that any write operation to either database server is [almost] immediately duplicated to the other. Each of our sites are pointed to localhost, assuming that data will be consistant across servers. For all of our in-house web applications this works fine, providing both load-balancing and high-availability.

Drupal, however, is able to 'break' this replication. Every once in a while, replication encounters errors and stops. They're always duplicate key errors for INSERT statements, and they look something like this one:

mysql or mysqli

Which is better in term of perormance and number of queries.
mysql or mysqli driver.
----
Sharique

Pages

Subscribe with RSS Subscribe to RSS - Deprecated - Performance and scalability