Chris Phelps
Chris Phelps

Reputation: 228

Trying to increase speed

I've been using things like Firebug and YSlow, so I'm not really looking for advice on increasing page load speeds, but I'm wondering does extra imports or using, especially if your importing or using classes that aren't necessary, cause a page to load slower?

Upvotes: 0

Views: 132

Answers (2)

Nenad Banovic
Nenad Banovic

Reputation: 311

My opinion is Yes, because more server request cause more time for page to render.

Upvotes: 0

John Saunders
John Saunders

Reputation: 161821

You're going about this the wrong way. Do your pages work yet? Get that done first. If they work, then are there specific performance problems with specific pages? Then address those specific problems. What you're doing is a waste of your time.

Upvotes: 1

Related Questions