-
Notifications
You must be signed in to change notification settings - Fork 0
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
500 error #1
Comments
Hi Matjaž, sorry I missed your issue earlier. Yes, there will be minimal extra processing time and the browser won't cache the php. It just seems like a normal page load to me, though would be interested in hearing if anyone experiences different. Have been considering "flattening" as plain CSS file if the need arises. |
Couldn't reproduce the 500 but have cleaned up some stuff that might have been responsible. Thanks again for trying it out and helping me iron out any problems |
Thanks again for the feedback Matjaž, it has been very helpful. Have re-worked everything to minimize possible conflicts and because it was just a better idea. Now draws CSS variables, conditionally loaded source CSS and framework CSS together to generate single minified CSS file, with version control link to refresh cache for other pages. First load (in the module itself, not subsequent pages) comes in around 17 kB compressed., so considerable benefit, especially given the elimination of almost all processing overhead. Very happy I was prodded into action by your feedback. Took a little time, but am very happy going forward. As part of the re-working, am in process of splitting up CSS for conditional loading according to user selections, which opens up a far greater range of user options, which I will roll out to module as I go. As a bonus for me, splitting the source CSS up is making it easier for me to track and alter. |
Thanks Matjaž, you are a legend and your help is much appreciated. Fixed the two problem nested ternarys in 7.4 and up. Am continuing work on the CSS over the weekend and will investigate the broken alignment. Thanks again, you rock! |
Hi!
I tried the Tweaker, but it looks like something is wrong with AdminThemeTweaker.php. I get 500 internal error. If I remove these lines:
then it works.
The module works by adding a CSS file generated by PHP to overwrite styles applied by AdminThemeUikit? That means some minimal extra processing time, and also browser does not cache the file?
The text was updated successfully, but these errors were encountered: