[ 
https://issues.apache.org/jira/browse/SHINDIG-1324?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12869918#action_12869918
 ] 

Tim Wintle commented on SHINDIG-1324:
-------------------------------------

Couple of comments:

The order appears to be important in PHP shindig:

?url=xxxx&nocache=1
doesn't work

?nocache=1&url=xxxx
does work.

 - I haven't checked if that's the case on the Java server or not.

Re: javascript compression, my local deployment script switches off the jsmin 
compression in PHP, and runs other compression over it (YUICompressor/Closure) 
before the code is deployed. 
If compressed javascript was a parameter-based argument then we'd need either 
an option to provide directories for both sets of code, or a way to disable 
that feature.

> debug and nocache parameters are not supported in PHP shindig
> -------------------------------------------------------------
>
>                 Key: SHINDIG-1324
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1324
>             Project: Shindig
>          Issue Type: Bug
>          Components: PHP
>         Environment: PHP shindig
>            Reporter: Evgeny Bogdanov
>
> PHP shindig doesn't understand parameters for javascript urls 
> &debug=1&nocache=1
> To compress or not compress javascript is defined in the configuration 
> settings:
>   // Compress the inlined javascript, saves upto 50% of the document size
>   'compress_javascript' => true,
> I believe it should be done the same way as for Java Shindig, no?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to