Support » Plugin: My Custom CSS PHP & ADS » Question about load times

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anonymous User 357386

    (@anonymized-357386)

    This plugin is intended to insert some css fix (or new rules) directly in source code instead to edit css theme/plugin, but if you insert *thousand line of codes… this can cause an increment of page size and then a more pageload :/
    Maybe i can try to write a new css instead to put inline and use browser cache to optimize pageload.

    Thread Starter krishnaviraj

    (@krishnaviraj)

    Hallo DarkWolf,

    Thanks for the reply. I only have 20-30 lines of code, but was noticing the page slowing down soon after I had downloaded the plug-in. It might have totally been correlation but not causation, so I just wanted to inquire if you had heard of any issues in the past, no worries.

    Do you think inline is quicker? I thought that putting CSS into the page directly would perhaps require more things to load, but I have no idea.

    Great plug-in. Very useful. One other question/suggestion – does the new CSS rules go into the style.css sheet? It would perhaps be useful if it can be implemented into the custom.css stylesheet that most themes want you to modify instead of the default stylesheet, but I’m not sure if that will create any issues. I have tried putting my code into the custom.css sheet directly without it working, but when I put it into your plug-in, it works perfectly, so I’m not sure if there is a difference there.

    Anonymous User 357386

    (@anonymized-357386)

    I’ve make new 1.3 with file instead of database (file for browser – but database for admin panel). test please if this work best for you… It contain more other change and code optimization 😉

    No, i think inline can be more slowly… Maybe is best with file (file can be put in cache from browser and this can improve performance) 😉

    With last release u can read and write from admin panel and it write also in css file (with filemtime append for fix usercache browser – see screenshot) 😉

    Now i think is perfect 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Question about load times’ is closed to new replies.