The module High-performance JavaScript callback handler seems like a good way to speed up JS-callbacks so it might be worth taking a look on how to integrate with SHS.

CommentFileSizeAuthor
#1 js.png105.46 KBstborchert

Comments

stborchert’s picture

Status: Active » Fixed
StatusFileSize
new105.46 KB

Wow, this improved performance in a way I never dreamed of ...
js.png

Committed to 7.x-1.x-dev.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

javier.drupal.2012’s picture

Hi,

I have installed the js module, configured it and I have upgraded the shs version to 7.x-1.6.

If I add to the .htacces the next code the shs field is not showed

# Rewrite JavaScript callback URLs of the form js.php?q=x.
RewriteCond %{REQUEST_URI} ^\/js\/.*
RewriteRule ^(.*)$ js.php?q=$1 [L,QSA]

However, is I remove the code above from the .htaccess, the shs field is still showing the data it must show.

Any help to solve this issue?

Thanks
Javier

Maks’s picture

Same here
# Rewrite JavaScript callback URLs of the form js.php?q=x.
RewriteCond %{REQUEST_URI} ^\/js\/.*
RewriteRule ^(.*)$ js.php?q=$1 [L,QSA]
RewriteCond %{QUERY_STRING} (^|&)q=js/.*
RewriteRule .* js.php [L]

shs field is not showed