Jump to content

PageSpeed Web Server Module


Recommended Posts

  • Replies 90
  • Created
  • Last Reply
  • 2 weeks later...

Anyone else notice the "user_navigation" flicker on the mobile theme?

What I did to fix this was remove the following block:

<script type="text/javascript">
/* Prevent flash of header */
document.getElementById('user_navigation').style.display = 'none';

</script>

And just inline: style='display:none' to the user_navigation div.

This is bad for noscript users, but if you don't support them that shouldn't be a problem.

Link to comment
Share on other sites

  • 1 month later...

Yes, I've been utilizing PageSpeed on one of my production servers for over a year now I believe, no real issues.

As Astrapi said it does seem to cause problems if you try and enable minification with IP.Board and PageSpeed at the same time. I recommended disabling this because you shouldn't really need to use both, but it seems that it is actually a requirement you use one or the other, I've tested this myself and found that trying to use both together does indeed cause issues.

Link to comment
Share on other sites

  • 2 months later...
  • 1 month later...
  • 5 months later...

sorry for bumping an old thread. 

im currently using your following recommendation except  defer_javascript

i have trouble with the screenshots not loading, upload window that popup. whats the url to deny pagespeed to access those url?

using ips 4.10.2

also regarding location variables. the only place on nginx config i can add was nginx-info.conf and not on etc/nginx.conf so i hope thats ok?

 

Link to comment
Share on other sites

found another issue on my end, 

pagespeed EnableFilters convert_jpeg_to_progressive; 

on my nginx config.

 

doesnt seem to work for me. 0 images files are progressive jpegs

Use Progressive JPEGs: 0/100

0.0 KB of a possible 3,258.5 KB (0%) were from progressive JPEG images

/forum/screenshots/thumb-3222529c8f925a36377120f752ee160a-cover.jpg
/12f25ab5e6446839ffd7eaf6ea82e5a0-cover.jpg.pagespeed.ce.DiM0DCBXh6.jpg

Link to comment
Share on other sites

  • 1 month later...

forgot to mention if your website contains alot of images(example 1gb+) and you decide to use tmpfs with limited size from ur ram then 1gb pagespeed FileCacheSizeKb wont suffice and it will end up dropping existing cache file and continously rewrite and it will end up using ur storage device performance to max. In my case my hdd used 100% and caused site to not work properly. 

just add generous amount of filespace and u wont get this high server load as i did

Link to comment
Share on other sites

  • 2 years later...
  • 11 months later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.

  • Upcoming Events

    No upcoming events found
×
×
  • Create New...