Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requesting to load attributes via ajax #4834

Closed
devansh-webkul opened this issue Apr 30, 2021 · 3 comments
Closed

Requesting to load attributes via ajax #4834

devansh-webkul opened this issue Apr 30, 2021 · 3 comments
Assignees
Labels
Done When enhancement is done. Enhancement Recommending to make some changes in already build feature or flow. Hacktoberfest Bagisto Hacktoberfest Event.
Milestone

Comments

@devansh-webkul
Copy link
Member

devansh-webkul commented Apr 30, 2021

Enhancment

To reduce the load time, it will be good if we generate categories and attributes by ajax.

For e.g.,

  • We can load the full home page without categories and then when the user clicks the shop by categories then a ajax request will be sent which gives all categories (this will hit only once).
  • Same for attributes we can load the first ten attributes and for the rest, we can give load more. This will help to load pages faster and scalable.

Pre Condition

Version: Master

Sample

For samples we can check the flipkart, amazon or even github also.

@ghermans ghermans added the Enhancement Recommending to make some changes in already build feature or flow. label Apr 30, 2021
@ghermans ghermans added this to the 1.3.3 milestone Jun 19, 2021
@devansh-webkul devansh-webkul changed the title Requesting to load categories and attributes via ajax Requesting to load attributes via ajax Jul 19, 2021
@ghermans ghermans modified the milestones: 1.3.3, 1.4 Sep 24, 2021
@akristou
Copy link

Hi
Can you add support for Livewire (https://laravel-livewire.com) to accelerate loading pages in admin section ?
Thank you for the good job.

@devansh-webkul
Copy link
Member Author

Live wire is something different. As Livewire is a fully server-driven request and if we follow this then we need to implement this in the whole app to maintain some consistency.

@ghermans
Copy link
Contributor

Hi @akristou like @devansh-webkul already mentioned adding support for Livewire is not on our roadmap.
You can however always provide pull requests to add support for it.

@devansh-webkul devansh-webkul added Hacktoberfest Bagisto Hacktoberfest Event. Medium labels Oct 4, 2021
@devansh-webkul devansh-webkul self-assigned this Oct 25, 2021
@devansh-webkul devansh-webkul added the Fix Proposed A issue that has a PR related to it that provides a possible resolution but stil needs to be merged. label Oct 26, 2021
devansh-webkul added a commit that referenced this issue Oct 26, 2021
…ization

Layered navigation ajaxified and shop routes enhanced  #4834
@devansh-webkul devansh-webkul added Done When enhancement is done. and removed Fix Proposed A issue that has a PR related to it that provides a possible resolution but stil needs to be merged. labels Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Done When enhancement is done. Enhancement Recommending to make some changes in already build feature or flow. Hacktoberfest Bagisto Hacktoberfest Event.
Projects
None yet
Development

No branches or pull requests

3 participants