IconFinder made my view cache directory a lot of cached blade files. Filesystem is on fire. Help. #2820
Unanswered
macit-emre
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Could you please try version 4.1.1 and then clear the templates to see if the mentioned issue persists? |
Beta Was this translation helpful? Give feedback.
2 replies
-
i did upgrade to 4.1.1 but this time, filesystem performance dropped because of pulling svg file in every request and not caching it to as it was auto caching in php-fpm. This is a "static file dependancy in software" problem. clearing the crowd in view cache directory is still good but, i have this situation now :) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I used icons pretty much in my project. In live env, the blade view cache directory is struggling to find the file as there are 50k+ files there.
I need to optimize that directory. Any idea will be appreciated.
Is there a way to use icons, as a normal css icon? (Without a custom implementation?) or if there may be a custom implementation, how is this possible, without changing my entire project?
Beta Was this translation helpful? Give feedback.
All reactions