Code Monkey home page Code Monkey logo

easy-seo-bundle's People

Contributors

arnaud-ritti avatar jdadeliom avatar jeandaviddaviet avatar jeromeengeln avatar lucasvigneron avatar lucasvigneronadeliom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

andersonamuller

easy-seo-bundle's Issues

Cannot Assign Media to property of type string

I'm having an issue with the SEO::$cover property type from latest update :
Cannot assign App\Entity\EasyMedia\Media to property Adeliom\EasySeoBundle\Entity\SEO::$cover of type ?string

How should I proceed ?

Installation ends with an error

When I run your script it runs through to the point where cache:clear is executed. The following error appears here.

Executing script cache:clear [KO] [KO] Script cache:clear returned with error code 1 !! !! In ArrayNode.php line 226: !! !! The child config "media_entity" under "easy_media" must be configured. !! !! !! Script @auto-scripts was called via post-update-cmd

From this point on, I can no longer run cache:clear. here the same error occurs again and again.
php version: 8.1.1
Symphony: 5.4
EasyAdmin: 4

Huge performance impact of SeoCollector

The collector is used in admin, where I have a lot of blocks from easy-editor-bundle.

The scrapping takes a huge amount of time on this page and basically makes the admin unusable :
image

As a workaround, I'm returning early in the collect function when request path starts with /admin :

if (strpos($request->getPathInfo(), '/admin') === 0) {
    return;
}

Add default values to properties

No default values on properties can lead to :
Fatal error: Uncaught Error: Typed property "Foo::$val" must not be accessed before initialization

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.