-
Track the time it takes for a eager-loaded (or lazy-loaded) Turbo Frames to load.
This information could be displayed in the Turbo Frame tab from the detail panel, or directly in the DOM besides …
-
I think this is very important issue. I have tried your sweet app and looks very promising and fro 95% of cases would work just fine except the thing that is extremely memory demanding and very very s…
-
I'm using DataGrid and DataFilter with this models:
Account, Vehicle, Device.
An Account have some Vehicles, a Vehicle have one Device.
In Vehicle model:
`public function Device()
{
re…
-
Sequelize Model doesnot fire a proper query for belongsToMany relation with a top-level where condition and hence resulting in an unknown column error.
I have 3 models:
- User(id, name, role…
-
When displaying a restaurant page, or when serializing a restaurant menu, i.e when iterating lots of products, there is a performance problem related to Doctrine.
By default, Doctrine uses lazy lo…
-
### Symfony version(s) affected
6.1, 6.2, 6.3, 6.4, 7.0, 7.1, 7.2
### Description
In the HTMLSanitizer, the `force_attributes` definition does not work as described in the documentation or in…
-
## Loading="lazy|eager" for images
A somewhat recent update to the HTML spec is rapidly being adopted. This looks to add that feature into the image plugin that is part of ckeditor. We actually wan…
-
```
Support eager loading generically for any scope. Rename
eagerlyInContainer() to just eagerly().
```
Original issue reported on code.google.com by `kevin...@gmail.com` on 27 Feb 2007 at 8:28
-
Hi! First of all, thank you for this useful package!
In traits like `EntrustUserTrait`, `EntrustRoleTrait` and `EntrustPermissionTrait` there are cache methods that are using relation loading method…
-
I have some situations where I'm loading an included resource that lives in a different DB than the primary resource being loaded. `AR.includes` as it is called in `Resource.apply_includes` method bre…