Hey, over the last couple days I’ve been working on a project and experiencing a lot of performance issues. My internet speed is stable (7 down, 86 up) and I’ve cleared my cache.
Here’s a couple screencasts of the issues: https://drive.google.com/drive/folders/1hW6OzVjGPMFQl8lqkLHFUxGZtDt51626?usp=sharing
One of the screen casts is labeled ‘weird bug’ which is the sort of thing that’s been really frustrating to work along with.
As another example, I was trying to make a few images change width and height, not just width. So, I set a width: 100%
on the image with a height of auto
and nested it within a div that had different proportions. I know this is how to achieve what I wanted to do, which is why I was getting frustrated when it wasn’t working after changing the settings.
I double checked everything and after about 5 minutes of turning things on and off and going back and forth through preview mode, it worked. Then, I tried to do the same thing for another image (I know, should’ve had the same class, etc…) and the same thing happened. I used the exact same settings and I just couldn’t get settings to actually be reflected in my project.
Am I the only one dealing with these issues?