It's the SAME EXACT goddamn source code, it displays the SAME in Opera and FF no matter which page I choose...
BUT in stupid IE (6 OR 7) the first shows right, and the second doesn't....
I'm at my wits end, it just doesn't make ANY sense whatsoever. PHP is server-side, it serves the code all at once, so why the hell is IE caring if I include it or copy and paste it????
I've not seen any controlled testing and, judging by Microsoft's mentality, within a year, they'll have added so much more bloat, it'll undo any perceptible latency benefit and we'll have boosted the CPU clocks for nothing.
It depends: heat soak is a thing.
Initially on cold boot-up, the heatsinks & heatpipes are at ambient temp. After heatsinks & heatpipes warm up (through normal usage), they don't immediately cool to ambient temp when the load goes away. So their baseline is higher and the trigger point for fans is much less stress.
Add a few more CPU spikes → it's too hot to stay at the same fan RPM → fans get triggered to start up up much sooner / get triggered to ramp much more quickly.
Why should simply opening the Action Center ... require any significant amount of CPU cycles? Too many are ignoring the elephant in the room: today's CPUs may have similar clock frequencies to CPUs from a decade ago (~4 to 5 GHz), but they run with far higher performance per clock, even on the smallest E-cores.
The Action Center is a static, minor desktop element. It ought to open instantly on any CPU made in the past 2.5 decades at even low clocks.
Opening a program? Boost away.
Unzipping a file? Boost to your heart's content.
Right-clicking the notification area? This should be an ultra-efficient, low-impact event that opens instantly.
Compare today's UI elements to Windows 7 UI elements. Today's UI elements hardly do anything more substantial or important or critical, yet now require modern-day processors to jump half a GHz to reduce their latency.
This is not an option lmao: it is part of the KB5094126 update, pushed to all users. There is no GUI to configure it.
Reading the article should be required for commenting.
Question
Computer Guru
PHP is SERVER SIDE.
So I don't get this.
If I include a CSS file via PHP
include('includes/css.inc');the page displays one way (wrong)
but if I type the same code in css.inc by cutting and pasting it, it works.
I just don't understand!
You can see the same thing with different code too:
Compare http://neosmart.ath.cx/sulayman/index.php to http://neosmart.ath.cx/sulayman/indexs.php
It's the SAME EXACT goddamn source code, it displays the SAME in Opera and FF no matter which page I choose...
BUT in stupid IE (6 OR 7) the first shows right, and the second doesn't....
I'm at my wits end, it just doesn't make ANY sense whatsoever. PHP is server-side, it serves the code all at once, so why the hell is IE caring if I include it or copy and paste it????
Has anyone else ever experienced this before?
Link to comment
https://www.neowin.net/forum/topic/479327-php-includes-with-ie-doesnt-make-sense/Share on other sites
14 answers to this question
Recommended Posts