{"id":16466938,"url":"https://github.com/itbdw/nginx_pagespeed_dynamic_module","last_synced_at":"2025-02-27T19:44:23.279Z","repository":{"id":146115821,"uuid":"99102834","full_name":"itbdw/nginx_pagespeed_dynamic_module","owner":"itbdw","description":"Compiled Nginx Pagespeed Dynamic Module Binary Files. ngx_pagespeed.so","archived":false,"fork":false,"pushed_at":"2017-08-02T12:37:50.000Z","size":6395,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-10T17:25:29.104Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/itbdw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-02T10:14:50.000Z","updated_at":"2020-06-13T22:34:08.000Z","dependencies_parsed_at":"2023-05-16T09:31:19.516Z","dependency_job_id":null,"html_url":"https://github.com/itbdw/nginx_pagespeed_dynamic_module","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itbdw%2Fnginx_pagespeed_dynamic_module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itbdw%2Fnginx_pagespeed_dynamic_module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itbdw%2Fnginx_pagespeed_dynamic_module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itbdw%2Fnginx_pagespeed_dynamic_module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itbdw","download_url":"https://codeload.github.com/itbdw/nginx_pagespeed_dynamic_module/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241052112,"owners_count":19900957,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-11T11:45:17.972Z","updated_at":"2025-02-27T19:44:23.259Z","avatar_url":"https://github.com/itbdw.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# nginx_pagespeed_dynamic_module\nCompiled Nginx Pagespeed Dynamic Module Binary Files. ngx_pagespeed.so\n\n## What is this\n\nJust a collection of pagespeed dynamic module builded file for nginx.\n\n\n## How to use\n\n* Copy the ngx_pagespeed.so with the right nginx version. (run `nginx -v` on your server to get nginx version)\n\n* Load the module for your nginx.  \n\n* Enable Pagespeed \n\nSet up sample\n\nadd code to http or server block\n```\npagespeed on;\n\n# Needs to exist and be writable by nginx.  Use tmpfs for best performance.\npagespeed FileCachePath /var/ngx_pagespeed_cache;\n```\n\nadd code to server block\n```\n# Ensure requests for pagespeed optimized resources go to the pagespeed handler\n# and no extraneous headers get set.\nlocation ~ \"\\.pagespeed\\.([a-z]\\.)?[a-z]{2}\\.[^.]{10}\\.[^.]+\" {\n  add_header \"\" \"\";\n}\nlocation ~ \"^/pagespeed_static/\" { }\nlocation ~ \"^/ngx_pagespeed_beacon$\" { }\n```\n\n\n## Links\n\n[ngx_pagespeed](https://github.com/pagespeed/ngx_pagespeed)\n\n[PageSpeed Configuration](https://modpagespeed.com/doc/configuration)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitbdw%2Fnginx_pagespeed_dynamic_module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitbdw%2Fnginx_pagespeed_dynamic_module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitbdw%2Fnginx_pagespeed_dynamic_module/lists"}