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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | js.png | 105.46 KB | stborchert |
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | js.png | 105.46 KB | stborchert |
Comments
Comment #1
stborchertWow, this improved performance in a way I never dreamed of ...

Committed to 7.x-1.x-dev.
Comment #3
javier.drupal.2012 commentedHi,
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
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
Comment #4
Maks commentedSame 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