Good day, community! Trying to implement CPS on the site. On the server, mod_pagespeeds is installed, which, to my surprise, generates a bunch of eval on the page. Here is a page code snippet:

 <script>eval(mod_pagespeed_N_OeYaMDDO);</script> <script>eval(mod_pagespeed_vvygFO_kog);</script> 

Is there a way to tell mod_pagespeeds to stop generating heals?

  • it is better to insert the code in the form of text (on stackoverflow, code highlighting is provided, and for HTML / CSS / JS and execution if necessary). And it is advisable to group and divide your questions for better answers - Mikhail Rebrov
  • Welcome to Stack Overflow in English. You ask good questions, but for some reason you put three in one at once. The site’s model suggests that the questions are “atomic” - i.e. One problem is described and you can write a compact answer that solves this problem. Including looking for such questions and answers is much easier later. - Nick Volynkin ♦
  • Therefore, please select here one question, and post the rest yourself. So far the question is “closed” and it cannot be answered - because it is not clear which of the three is to be answered. When you edit a question, it will be rediscovered. You can personally ping me through @Nick , I'll open it. ) - Nick Volynkin ♦
  • If you have any other questions on the use of the site - please contact and also read the help ( certificate ) or Meta ( Stack Overflow in Russian Meta ) - Nick Volynkin ♦
  • @NickVolynkin highlighted the main question, removed the extra - super

0