laravel-page-speed

Package to optimize your site automatically which results in a 35%+ optimization

MIT License

Downloads
1.5M
Stars
2.4K
Committers
22

Bot releases are hidden (Show)

laravel-page-speed - Version 2.1.0 Latest Release

Published by joaorobertopb over 2 years ago

  • Add support for Laravel 9;
  • Bump PHP minimun version to ^8.0;
laravel-page-speed - Version 2.0.0

Published by joaorobertopb almost 4 years ago

  • Drop support for Laravel <6.0;
  • Bump PHP minimun version to 7.2.5+;
  • Support PHP 8;
  • Update dependency constraints in composer.json;
  • Recfator all tests:
    • Remove deprecated functions e prepare code to use phpunit 9.0 version;
    • Improvements tests coverage;
  • Fix RemoveComments middleware, now it remove JS and CSS comments;
  • Fix CollapseWhitespace, now dependent on 'RemoveComments' middleware;
  • Update the old phpunit.xml configuration file;
  • Update the .travis.yml file and run the tests against in PHP 7.3 / PHP 7.4 / PHP 8;
  • Update README.md;
laravel-page-speed - Add support Laravel 8

Published by lucasMesquitaBorges about 4 years ago

Add support Laravel 8

laravel-page-speed - Remove quotes only when attributes contains whitespaces

Published by lucasMesquitaBorges over 4 years ago

Fixes remove quotes when attributes contains whitespaces
Fixes package keywords typo

laravel-page-speed - Add Support Laravel 7

Published by joaorobertopb over 4 years ago

laravel-page-speed - Add Laravel 5.8 support

Published by joaorobertopb over 5 years ago

laravel-page-speed - Fixes #97 - Always exclude StreamedResponse

Published by joaorobertopb over 5 years ago

laravel-page-speed - Add support Laravel 5.7

Published by joaorobertopb about 6 years ago

laravel-page-speed - Problem in illuminate/support

Published by renatomarinho over 6 years ago

laravel-page-speed - Don't strip quotes around Vue prop values

Published by renatomarinho almost 7 years ago

laravel-page-speed - Fix: Skip automatically binary response

Published by joaorobertopb almost 7 years ago

CHANGELOG

  • Skip automatically binary response. See File Downloads. ( #48 and #49 )
  • Improves test coverage.
laravel-page-speed - Fix Remove Quotes

Published by renatomarinho almost 7 years ago

CHANGELOG

  • Change /> to >
laravel-page-speed - Fix: Support with Laravel + Angular

Published by renatomarinho about 7 years ago

CHANGELOG

  • Support with Laravel + Angular
  • Update tests with lower and stable setup
  • Update tests
laravel-page-speed - Fixes #34

Published by renatomarinho about 7 years ago

CHANGELOG

  • Fix: Object of class Closure could not be converted to int
laravel-page-speed - Small Fixes

Published by renatomarinho about 7 years ago

CHANGELOG

  • When file does not exist: config/laravel-page-speed-php
  • Removed unused import in file src/Middleware/PageSpeed.php
laravel-page-speed - Skip a specific routes

Published by renatomarinho about 7 years ago

CHANGELOG

  • Feature to skip routes #26
  • Fix url path inline css #28
laravel-page-speed - New Filter Inline_CSS

Published by renatomarinho about 7 years ago

CHANGELOG

  • New filter inline_css (without fetching external files)
  • Update html boilerplate
laravel-page-speed - Added enable field in config file

Published by joaorobertopb about 7 years ago

CHANGELOG

  • Refactoring in tests
  • Added enable field in config file #20
  • Documentation revision
laravel-page-speed - Fix to Conditional Comment Operators

Published by renatomarinho about 7 years ago

CHANGELOG

  • Fix to Conditional Comment Operators (issue #18)
laravel-page-speed - Fix RemoveQuotes - Attribute 'rel'

Published by renatomarinho about 7 years ago

CHANGELOG

  • Don't remove quotes from 'href' and 'rel'
Package Rankings
Top 0.57% on Packagist.org
Related Projects